Strategy Tester HIgh Ask and Low Bid

 

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

 

Форум по трейдингу, автоматическим торговым системам и тестированию торговых стратегий

Ошибка " 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);
Reason: