| 
 PureBytes Links 
Trading Reference Links 
 | 
Hello,
It is upside down because you have switched parameters,
first parameter should be "FAST" average therefore LESS than
second parameter which is "SLOW" average.
So instead:
8,3,& 5 
Use
3, 8 , 5
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "bj012859" <byronjames@xxxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Friday, December 10, 2004 10:27 PM
Subject: [amibroker] Inversed Indicator
> 
> 
> 
> 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
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 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
> 
> 
> 
> 
> 
> 
> 
>
------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
 
 |