Interface | Description |
---|---|
Strategy |
A strategy has the responsability to aggregate a set of signals on a given
asset to a single direction (BUY, HOLD, SELL).
|
Class | Description |
---|---|
Majority |
Returns the direction that has majority within the directions list
|
SingleSignalStrategy |
Strategy made for simple agents that only use 1 strategy
Allows to reverse the direction of this strategy
|