Page 1 of 1

How to draw lines in EL without affecting the scaling?

Posted: Jun 06 2007
by sparkz
Is it possible to draw lines in EasyLanguage so that they don't change the scaling of a chart.

For example take the "Floor Traders Pivots". This may draw the lines above and below the current price action, sometimes so far out that the prices get squashed into a thin line. I'm not actually using this but have similar indicators where I show lines and other information but isn't so important that it has to be squashed into the chart.

Is there any way of stopping this without having to mess around with the chart scaling and movement functions?

Thanks

Posted: Jun 06 2007
by Geoff
Yes you need to use trend lines "tl_new" rather than "plot".

Posted: Jun 07 2007
by sparkz
Excellent, thanks Geoff :D