Hello everyone,
I`m trying to tell EL to code a certain indicator, but only at certain
times, For example:
If Percentr(25) > 50 then begin
plot xaverage(close,50)
end;
The problem is that TS charts the indicator ALWAYS, not only when Percentr
is bigger than 50.
Any ideas?
Philip
|