How to get lastbarstart time from other timeframe

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.

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.