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

Re: GDI


  • To: Philip Schmitz <pschmi02@xxxxxxxxxxx>
  • Subject: Re: Syntax question
  • From: Harley Meyer <meyer@xxxxxxxxxxx>
  • Date: Sat, 8 Nov 1997 15:01:09 -0800 (PST)
  • In-reply-to: <32CF3598.7870@xxxxxxxxxxx>

PureBytes Links

Trading Reference Links

You are right just forgot the ()
Ref(C, -1) > .6  * (Ref(H, -1) - Ref(L, -1))

Harley
Philip Schmitz wrote:

> I am trying to write a formula for:  "Yesterday's
> close fell within the upper 40% of yesterday's
> trading range"  as well as the opposite (for
> entering short) i.e. "fell in the lower 40% of
> yesterday's trading range.
>
> The following doesn't seem to work.
>
> Ref(C, -1) > .6  * Ref(H, -1) - Ref(L, -1)
>
> Any suggestions?
>
> Philip