Hello everyone
I'm working in a 5 minute time frame.
But I would like to know the start time of the last bar.
in the 15-minute and 60-minute timeframes
Will there be any guidelines?
Now I'm executing orders like this in the 5 minute time frame.
last5Bartime = LastValue( TimeNum() );
GfxTextOut("Last5CandleTime = "+last5Bartime,1000,75);
thank you very much.