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

Re: EL Question



PureBytes Links

Trading Reference Links

At 12:09 PM -0500 12/24/98, James F. Anderson III wrote:

>I was wondering if someone could help me with constructing the following
>EL statement (paintbar or showme)? I would like to construct a statement
>that would notify me if the opening price of a bar is in the lowest 10% of
>a daily range. I know that this statement would, for obvious reasons, not
>be able to be used on intraday data. Basically, what I am trying to do is
>make a statement that shows me bars that opened in their lower 10% of
>their range and closed higher. Could someone please offer any assistance
>or ideas?


Put the following statement after the "If" in the QuickEditor of a new ShowMe:

        Open - Low <= 0.1 * Range and Close > Open

Bob Fulks