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

Re: Charting indicator part-time



PureBytes Links

Trading Reference Links

I'm not familiar with versions after TS-4, but it sounds like you have your 
"Plot Setting Type" set to "Line" which will plot a line between each point 
that you calculate.  If you only want to see a plot for each new calculated 
value, change the Plot Type to "Point" --
__________________________________
At 08:54 PM 08/12/2001 +0200, you wrote:
>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
>