[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

indicator



PureBytes Links

Trading Reference Links

Hello all,

does any one know how to write a plot that plots a line at the highest high
of the previous x periods.
I wrote

Plot1(highest(high,10));

but this isn't giving me what I want.

I need to see the line showing what that point was x periods ago.  So when
there is a new high (of the last x periods) the line moves up then stays
steady until there is another x period high.
This is driving me crazy. Please help.

thanks,

--Jason