PureBytes Links
Trading Reference Links
|
Er . . . um . . . yes, testing . . . yes, of course . . . ahem, I was testing. <g>
(Thanks, HHP)
HHP wrote:
> Philip,
>
> You were testing us, weren't you?
>
> The second part should read:
>
> {For yesterday was an inside day}
> Ref(H,-1) < Ref(H,-2) and
> Ref(L,-1) > Ref(L,-2)
>
> HHP
> =========================
>
> Philip wrote:
> >
> > Hi Mark, good to hear from you. You're a real "pattern-seeker!" Good stuff.
> >
> > Double inside day would mean today's an inside day and yesterday was an inside day,
> > right? If that's he case then use:
> >
> > {For today is an inside day}
> > H < Ref(H,-1) and
> > L > Ref(L,-1) and
> > {For yesterday was an inside day}
> > Ref(H,-1) < Ref(H,-1) and
> > Ref(L,-1) > Ref(L,-1)
> >
> > Just paste all six lines into your explorer, but perhaps wait 12 hours or so for
> > others to read my code. Somebody's sure to holler if I got it wrong or made a typo.
>
> [SNIP]
|