PureBytes Links
Trading Reference Links
|
William,
The typical MACD is MACD(12,26,9). Under the indicator menu, there
are three parameters to fill in for MACD; fast avg, slow avg, signal.
I used 8,3,& 5 for those values respectively. The chart look
correct, but it is upside down, inverted. Is there a switch to
invert studies?
Thanks,
Byron
From: William Peters <williampeters@xxxx>
Date: Fri Dec 10, 2004 1:21 pm
Subject: Re: [amibroker] Inversed Indicator
Hi Byron,
That indicator actually only requires two parameters. You can quickly
locate this type of information about any function or indicator by
clicking somewhere in the word and pressing the F1 key.
Plot( MACD( 12, 26 ), "MACD", colorBlue );
Regards,
William Peters
www.amitools.com
Friday, December 10, 2004, 1:30:50 PM, you wrote:
b> Hi,
b> I added MACD(8,3,5) to my window and got surprised. The MACD chart
b> is inverted (mirrored). Any suggestions.
b> Thanks,
b> Byron
------------------------ Yahoo! Groups Sponsor --------------------~-->
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> 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/
|