Quick bugfix please: Max spread is 100 but needs to be more like 5000
Created at 11 Sep 2017, 08:36
Quick bugfix please: Max spread is 100 but needs to be more like 5000
11 Sep 2017, 08:36
My broker recently supported BTCUSD, and the spread right now is 1500 ($15.00) but cAlgo supports a max of 100, which would totally decimate the accuracy of backtesting (and tick data only goes back a few weeks.)
Please increase the max spread ASAP in the next release so we can backtest this.
Thanks!
Replies
jaredthirsk
11 Sep 2017, 09:24
Another problem people are going to run into: max SL in cTrader is 50000 pips ($5 USD), which is going to be too small.
@jaredthirsk
jaredthirsk
11 Sep 2017, 09:22
Another more severe problem:
VolumeStep and VolumeMin are 0, which I'm guessing causes ExecuteMarketOrder to crash with a DivideByZeroException (after fixing my own code that crashed due to these nonsensical values.)
@jaredthirsk