Module barter::strategy

source ·
Expand description

Defines a SignalEvent and SignalForceExit, as well as the SignalGenerator trait for handling the generation of them. Contains an example RSIStrategy implementation that analyses a MarketEvent and may generate a new advisory SignalEvent to be analysed by the Portfolio OrderGenerator.

Modules

Structs

Enums

  • Describes the type of advisory signal the strategy is endorsing.

Traits