Hi,

I have a question. How add last ( current -1) candle into Train and test?

I have this:
Code
    BarPeriod = 15;	// 15 min
    LookBack = 1;
    StartDate     = 20200402;
    EndDate       = 2021;   //518


now is 2021/05/10 17:05 GMT

but I get last candle in Test:
2021/05/09 17:00

this is a delay 24 hours.

I also try
EndDate = NOW;
EndDate = 0;


Attached Files Snímek obrazovky 2021-05-10 v 19.02.30.png
Last edited by Grat; 05/10/21 17:31.