PureBytes Links
Trading Reference Links
|
If (O > O [1]and L > L [1] and CCI(10) [1] > CCILEV1) or (O > O [1]and L > L
[1] and CCI(10) [1] < CCILEV2) then begin
Robert W Cummings wrote:
> How would you write a statement that has opposite criteria requirements
> for the same plot.
> Example Inputs: CCILEV1(100), CCILEV2(-130)
>
> If O > O [1]and L > L [1] and CCI(10) [1] > CCILEV1 or < CCILEV2 then begin
> 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
--
*****************************************
* *
* Glenn M. Orlosky *
* *
* E.quity T.echnical A.dvisors *
* *
* {Balancing Your Assets} *
* {Worldwide} *
* *
*****************************************
|