richo:
Hi
Can someone please help me how to find the time if the shift value being negative.
Basically I am trying to draw a trendline based on the existing trendline
I am getting objprice1 correctly but the objtime1 always return 0.
Try something like . . .
if(shift < 0) objtime = iTime(Symbol(),Period(), 0) + (Period() * 60 * -1 * shift);
Hi
Can someone please help me how to find the time if the shift value being negative.
Basically I am trying to draw a trendline based on the existing trendline
I am getting objprice1 correctly but the objtime1 always return 0.
Thanks