2. The related issue: a long moving average, like 200 SMA, will compress the main price graph during a continued trend in one direction. In that case use "styleNoRescale" with the moving average:
Plot( MA(C, 200), "", colorRed, styleLine | styleNoRescale); "Terry" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > 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] > 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
