Module barter::strategy[][src]

Expand description

Defines a SignalEvent, and provides the SignalGenerator trait for handling the generation of them. Contains an example RSIStrategy implementation that analyses a MarketEvent and may generate a new SignalEvent, an advisory signal for a Portfolio OrderGenerator to analyse.

Modules

Traits

May generate an advisory SignalEvent as a result of analysing an input MarketEvent.