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

Charting indicator part-time



PureBytes Links

Trading Reference Links

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