Adding Time

 
I want to draw an arrow to the right of the current bar ... e.g. at time current time+1 bar ... How should I calculate the time

thanks
 
Time[0]+Period()*60
 
Or simply Time[1]
 
Rosh:
Or simply Time[1]
No, Time[1] is past bar time not future bar time.
 
Yes, you are right. I've read first message inexact.
Reason: