The strategy code was taken out of backtest module, so that the user can develop the strategy directly. Please refer to demo/momentum.py, which is a sample code in detail.
0.7.6
0.7.5
Introduced router and made all node as class.
0.7.4
Broker will calculate quantity to trade, not Analyzer. Analyzer only calculates strength.
0.7.3
Reduced number of configuration
0.7.2alpha
When Fetcher reaches the end of a tick file, Fetcher sends the RESET message to Analyzers. Then, Analyzer erases all arrays containing time series data upon the message arrives.