Skip to content

Releases: evanwporter/CAT

v0.1.7

02 Oct 03:22
Compare
Choose a tag to compare

Added better risk management.

v0.1.6

01 Oct 19:45
Compare
Choose a tag to compare

Added optimization mode to settings.json.

v0.1.5

29 Sep 19:15
Compare
Choose a tag to compare

Created new class, added error handling

v0.1.4

27 Sep 05:38
Compare
Choose a tag to compare
Fixed bug in the calculation of drawdown and drawdown duration

v0.1.3

25 Sep 21:17
Compare
Choose a tag to compare

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

24 Sep 22:57
Compare
Choose a tag to compare

A lot more things can be defined in the settings now.

v0.1.1

24 Sep 06:17
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Added a risk handler

v0.1.0

23 Sep 19:51
3fe95d1
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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

17 Sep 20:50
6595d61
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Can only trade one symbol.

v0.0.1

17 Sep 04:39
6595d61
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
Delete test.cpp