Releases: grinply/kate-backtester
Releases · grinply/kate-backtester
v0.0.8
Updating internal backtest execution loop
v0.0.7
Updating API to have only the latest price passed as argument and fixing bug passing wrong value of open position to stoploss function.
v0.0.6
Intentionally leaking DataHandler abstraction and fixing open position boolean passed on backtester function
v0.0.5
setting counter with window size
v0.0.3
Allow the window size for price data avaliable to be define directly on the DataHandler or when creation a custom backtester struct
v0.0.2
Updated API interface, more documentation and code cleanup
v0.0.1
First release with basic functions:
- Backtest implementation for USD Margined symbols
- EventBase Backtest
- Customizable parameters such as: balance and trade amount.