PureBytes Links
Trading Reference Links
|
Hi Jan,
What Phil is looking for is the highest price bar of 4 days ago, 3 days
ago, 2 days ago, and 1 day ago - and without having all four days on his
current chart.
Higest(H,n) would just give the highest price of the last 'n' number of
bars - correct?
Don't know what your "@ES.D data" is? Something that is in TS way past
TS2000i?
Larry
jan4123@xxxxxxxxxxxxx wrote:
>
> I've lost his original posting, but why not use Highest(H,n), Lowest(L,n) and
> @ES.D data?
>
> Jan Philipp
>
> -----Original Message-----
> From: Larry <lameyering@xxxxxxxxxxxxx>
> Sent: Oct 27, 2005 11:03 PM
> To: "omega-list@xxxxxxxxxx" <omega-list@xxxxxxxxxx>
> Subject: Re: Formula for high and low of last x days
>
> Hi Alex,
>
> No kidding! Another Bug -- I mean another un-documented feature in TS.
>
> It would seem that if he cut off the data on the chart to just the times
> he wanted it would work - no?
>
> Larry
>
> Alex Matulich wrote:
> >
> > >It looks like that would not quite do it. The "HighD(n)" would give
> > >only the high of "n" days ago not the high of the last 'x' number of
> > >days.
> >
> > HighD(n) also fails his requirement of using trading days if
> > "trading day" means "day session" to him. HighD() and LowD() use
> > all sessions. I wrote some code that does this only for the day
> > session; write to me privately if you want it.
> >
> > -Alex
|