Skip to content

Releases: grinply/kate-backtester

v0.0.8

25 Apr 16:35
Compare
Choose a tag to compare

Updating internal backtest execution loop

v0.0.7

22 Apr 13:05
Compare
Choose a tag to compare

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

20 Apr 19:37
Compare
Choose a tag to compare

Intentionally leaking DataHandler abstraction and fixing open position boolean passed on backtester function

v0.0.5

20 Apr 01:56
Compare
Choose a tag to compare
setting counter with window size

v0.0.4

20 Apr 01:46
Compare
Choose a tag to compare
fix typo

v0.0.3

20 Apr 01:42
Compare
Choose a tag to compare

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

20 Apr 01:10
Compare
Choose a tag to compare

Updated API interface, more documentation and code cleanup

v0.0.1

16 Apr 09:52
Compare
Choose a tag to compare

First release with basic functions:

  • Backtest implementation for USD Margined symbols
  • EventBase Backtest
  • Customizable parameters such as: balance and trade amount.