PureBytes Links
Trading Reference Links
|
Dennis,
Hi. You might try this- Place a value in minvalue section but none in maxvalue section [I think maybe a value like 2 equates to 1/2 pane height] of your MACD and zero plot statements. Also,styleNoRescale in the zero plot statement. This worked for me when I wanted to plot a histogram and a dot on the top of the histogram. Not sure if it works with a line. If it doesn't, you could try plotohlc with H=max(0,my#) and L=min(0,my#).
Dan
--- In amibroker@xxxxxxxxxxxxxxx, Dennis Brown <see3d@xxx> wrote:
>
> Hello,
>
> This must be simple, but my AFL brain is fried today. I have an MACD
> plot on top of my main price chart, and I want to plot a zero line
> over it. It is plotted as StyleOwnScale of course. I can't use
> StyleLeftAxis because I am using it for something else. I guess I
> could do something to figure out where the visible high and low values
> of the MACD are, but it seems like it should be easier than that.
>
> TIA,
> Dennis
>
------------------------------------
**** 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/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|