Hi, similar problem here with intraday trades and multiple timeframes and wonder if it's a frameSync() thing...

In my case I obtain quite different results if I change the start date for example if I start on september 2nd 2018 I obtain +100 in February 2019, but if I change the start date to september 1st or september 3rd I obtain in February +250 or -10... very different results five months later.

My configuration is:

BarPeriod = 1;

Timeframes of 10, 20 and 30 minutes.

I plot some indicators and prices in those timeframes and they look correct. Also I reset timeframe (timeframe = 1) before call enterLong / enterShort

Any idea would be much appreciated.