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

Re: [amibroker] Re: Scaling on prices, not lines and indicators



PureBytes Links

Trading Reference Links



Hello,
 
It is described in the manual,
in Tutorial: Using graph styles, colors, titles and parameters in Indicators:
 
styleNoRescale
 
 
 
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 -----
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

 



__._,_.___


**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/





Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___