Headless Forex backtesting for MetaTrader platform using Docker.
The easiest way is to install Docker, then run tester from the terminal:
docker run ea31337/ea-tester help
to list available commands.
Here is the example command for running backtest on MACD using historical data from 2019:
docker run ea31337/ea-tester run_backtest -e MACD -y 2019 -v -t
To backtest EA31337 bot, check: Backtesting using Docker.
Check scripts/options.txt
file for supported parameters and variables.
- For help, open a new discussion to ask questions.
- For bugs/features, raise a new issue at GitHub.
- Join our Telegram channel for news and discussion group for help.