Hello, It is described in the manual, in Tutorial: Using graph styles, colors, titles and parameters in Indicators:
styleNoRescale http://www.amibroker.com/guide/h_indbuilder2.htm Use styleNoRescale on all plots that you don't want to affect scaling. Plot( C, "Price", colorBlack, styleCandle ); Plot( your_line1, "line1", colorRed, styleNoRescale ); Plot( your_line2, "line2", colorBlue, styleNoRescale ); Plot( your_line3, "line2", colorGreen, styleNoRescale ); Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: Carl Vanhaesendonck To: [email protected] Sent: Friday, June 26, 2009 11:55 AM Subject: [amibroker] Re: Scaling on prices, not lines and indicators Jerry, Thanks for trying to help here, but using styleLeftAxisScale won't help unfortunately: using that the pivot lines will plot using their own left axis scale and therefore not be aligned anymore on the scale of prices. The goal is really to have pivot lines and price on the same scale, but with upper and lower scale based on price upper and lower value on the visible part of the chart, in order to not see pivot lines that are very far above or below price and would then make the prices on the chart appear squeezed. I wonder if anyone has found a way to overcome this - nobody but you answered so far :-( Tomasz, any thought on this?? Thanks again for any help, Carl
