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

Re: Past Daily High/Lows using intraday charts?



PureBytes Links

Trading Reference Links

> When it says "days ago" as the input, it is relative to daily bars.
> So for an intraday chart its "bars ago" 
> Just determine how many bars
> in a day for the data compression you are using. 

Not true.  HighD records the highest prices for N *DAYS* ago in 
an array.  HighD(3) returns the high for 3 DAYS ago, whether you 
run it on a daily chart or a 1 tick chart.

Dan, I don't know why you're having trouble with HighD() on an 
intraday chart.  It has always worked for me, although there was 
a particular subtle bug in the TS4 implementation.  What version 
of TS are you running?

Gary