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

Re: El Help



PureBytes Links

Trading Reference Links

At 12:23 am 1/14/98 -0600, you wrote:
>How would you write a statement that has  opposite criteria requirements
>for the same plot.
>Example Inputs: CCILEV1(100), CCILEV1(-130)
>                                                     \/
>If O > O[1]and L > L[1] and CCI(10)[1] > CCILEV1 or **** < CCILEV2 then begin
                                                      /\  
You need some Variable in this position to compare CCILEV2 to.  Also, I
would remove extra spaces in your references (as I've done here)- don't know
whether or not EL allows these - some languages do, some don't.
        
>Plot1 (Low,"Low")
>end;
>
>Power Editor wont allow this, what do I need to do to have this plot both
>conditions when true.
>Thanks
>Robert
>
>
>