PureBytes Links
Trading Reference Links
|
Would someone show me how to do the following in EL?
I want to record the number of times an oscillator is true
and plot as an indicator.
For example:
Condition1 = PercentR(10) > 99;
If Date <> Date[1] etc, etc.
Plot1(The # of times Condition1 = true,"OB");
It is my understanding I need to use a While loop as the
number of loops are undetermined. Due to being EL impaired
when I try this I get the exit-from-the-loop part wrong and
lock up the computer!
TIA, Ian.
|