Rafal W.
Rafal W.
- Test: TestLeverage - Build: [870574203](https://github.com/EA31337/EA-Tester/runs/870574203?check_suite_focus=true#step:4:86)
When backtest script is run with `-R`, there are some errors. The problem is how FXT is generated and there are some settings which preventing back tests. When using specific...
When tick data files aren't read-only (e.g. `EURUSD1_0.fxt`) during backtest, the [FXT header](https://github.com/EA31337/MT-Formats/blob/master/fxt-405-refined.mqh) is overridden by different data. So original [FXT file](https://github.com/FX31337/FX-BT-Data-EURUSD-DS/releases/download/2015/EURUSD1_0.fxt.gz) is changed from: ``` symbol = EURUSD timeframe...
- [MQL5 Cloud Network: Are You Still Calculating?](https://www.mql5.com/en/forum/8153) - [MQL5 Cloud Network launched](https://www.mql5.com/en/forum/4928)
When multiple `-f` params are specified for `mt_modify.py`, modify multiple files at once. E.g. ``` mt_modify.py -f EURUSD1_0.fxt -f EURUSD1_1.fxt -t fxt-header -m spread=10 ``` Alternatively we can have files...