Releases: evanwporter/CAT
Releases · evanwporter/CAT
v0.1.7
v0.1.6
Added optimization mode to settings.json.
v0.1.5
Created new class, added error handling
v0.1.4
Fixed bug in the calculation of drawdown and drawdown duration
v0.1.3
Moved all forms of money to the long type (defined within the code as "money"). I may change this in the future to the long long type if values get large enough.
v0.1.2
A lot more things can be defined in the settings now.
v0.1.1
Added a risk handler
v0.1.0
This release is a huge step forwards. To use the exe file, define the symbols you wish to trade (making sure there are equivalent csv's file in the same directory), and then run ./backtest.exe in the cmd prompt.
v0.0.2
Can only trade one symbol.
v0.0.1
Delete test.cpp