2. Related issue: a long moving average will compress the main price 
graph during a strong trend in one direction. In that case use:

Plot( MA(C, 200), "", colorRed, styleLine | styleNoRescale);


--- In [email protected], "Terry" <[EMAIL PROTECTED]> wrote:
>
> 1. Can't do it. There is a crosshair icon in the toolbar. 1 click to 
restore
> it.
> 
> 2. Use StyleOwnScale in your plot statement. If you have other style
> statements, do this:
> 
> Plot(myADX, "ADX", colorRed, styleHistogram | styleOwnScale);
> 
> --
> Terry
> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED] 
On Behalf
> Of dralexchambers
> Sent: Saturday, January 20, 2007 10:55
> To: [email protected]
> Subject: [amibroker] Two quickies
> 
> Hi,
> 
> I have two questions:
> 
> 1. How do I set the default that when Amibroker loads up, the 
> Crooshair (CTRL+H) shows on the chart. I couldn't find an option in 
> Preferences.
> 
> 2. If I have a price chart (eg- ranging from 1.7000 to 1.9000 for 
> Forex), how do I overlay an indicator such as ADX (range 1-100) on 
> this same chart so that the Forex prices are not squashed into a 
> small space at the bottom of the same chart? I would like both to 
> look "normal" on top of each other.
> 
> Thanks - alex


Reply via email to