PureBytes Links
Trading Reference Links
|
Hi Netters,
Do you know of an easy way to code a "Highest High Ever" type
breakout?
That is, when the close of today is higher than all previous highs?
And in a way that can be used with any stock with any number of
bars?
I used the regular ' if Close > Highest(High,LEN)[1] then ...' but run
into trouble with the variable LEN.
Worse, if I have a interval of time with no data, the results become
erratic.
Thank you,
Alfredo
|