Skip to content

Releases: grinply/kate-backtester

v0.0.8

Choose a tag to compare

@victorl2 victorl2 released this 25 Apr 16:35

Updating internal backtest execution loop

v0.0.7

Choose a tag to compare

@victorl2 victorl2 released this 22 Apr 13:05

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

Choose a tag to compare

@victorl2 victorl2 released this 20 Apr 19:37

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

v0.0.5

Choose a tag to compare

@victorl2 victorl2 released this 20 Apr 01:56
setting counter with window size

v0.0.4

Choose a tag to compare

@victorl2 victorl2 released this 20 Apr 01:46
fix typo

v0.0.3

Choose a tag to compare

@victorl2 victorl2 released this 20 Apr 01:42

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

Choose a tag to compare

@victorl2 victorl2 released this 20 Apr 01:10

Updated API interface, more documentation and code cleanup

v0.0.1

Choose a tag to compare

@victorl2 victorl2 released this 16 Apr 09:52

First release with basic functions:

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