drawing a horizontal line into the future ...

 

Hi

If I want to draw a horizontal line from say bar[1] to bar[-100] previous bar forward 101 bars what is the best way to specifiy the forward time in the call to createobject?

Thanks

Paul

 
Time[0] + numberOfSeconds
 
phy wrote >>
Time[0] + numberOfSeconds

thanks -appreciated ...