Форум по трейдингу, автоматическим торговым системам и тестированию торговых стратегий
Ошибка " invalid bar .. <= .." при выполнении CustomRatesUpdate() и CustomRatesReplace()
fxsaber, 2018.03.30 11:07
Если у Вас уже есть готовый проблемный MqlRates[], запишите его через FileSave и прикрепите сюда. А так же скиньте json-файл пользовательского символа.
Attach json-file and
MqlRates Rates[]; FileSave("Rates.bin", Rates);
MqlTick Ticks[]; FileSave("Ticks.bin", Ticks);

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello,
I created a Custom Symbol and imported BARS and TICKS. That's okay then.
But when running a backtest I noticed that the High Ask and Low Bid lines were not correct and when checking the High Ask and Low Bid values are always ZERO.
But if I did the same with a Symbol other than Custom, the values appear.
Where do I set the High Ask and Low Bid values of a Custom Symbol?
Thanks, Regards, Luidi