New "layout"
@Kris191 from new version BacktestTool support searching best parameters for strategies. Feature can be run on multiple pairs, so you can found optimal parameters on different market condition.
Enabling brute force mode
Searching parametrs
At end strategy (and settings) are sorted in table like this:
New feature can find best pairs too
Binaries of BacktestTool
Since version 0.5 you do not need to install any additional dependencies for BacktestTool on Linux, Windows and FreeBSD. Just download the binary version and run the program with the ./backtest or backtest.exe command. Binaries are available here: https://github.com/xFFFFF/Gekko-BacktestTool/releases
All changes
@Kris191 from new version BacktestTool support searching best parameters for strategies. Feature can be run on multiple pairs, so you can found optimal parameters on different market condition.
Enabling brute force mode
Searching parametrs
At end strategy (and settings) are sorted in table like this:
New feature can find best pairs too
Binaries of BacktestTool
Since version 0.5 you do not need to install any additional dependencies for BacktestTool on Linux, Windows and FreeBSD. Just download the binary version and run the program with the ./backtest or backtest.exe command. Binaries are available here: https://github.com/xFFFFF/Gekko-BacktestTool/releases
All changes
Code:
- after completion of the backtests, the analysis module displays three tables with data: ALL RESULTS, TOP STRATEGIES, TOP DATASET
- parameter --analyze mycsvfile.csv for analyze any results from BacktestTool's external file
- searching optimal strategy parameters by brute force method with syntax start..end:step or value1, value2, value3 in strat's toml file
- value ALL for exchanges and strategies for backtest machine - do backtests on all available exchanges, currencies, assets or strategies. Based on filenames in history and strategies directories.
- add binaries for Linux and FreeBSD to releases
- backtest-config.pl updated
- README.MD updated
My projects [Strategies] [Datasets]