PureBytes Links
Trading Reference Links
|
Joe,
Thomasz has the Ehler Mama and Fama code at the members zone
<http://amibroker.com/login.html>
Regards,
John
--- In amibroker@xxxxxxxxxxxxxxx, "jbell5931" <jbell5931@xxxx> wrote:
> Could someone please help me on the Ehler DLL. I seem to have
> problem using the sbFAMA function. After digging through the old
> archives and putting in the the setbarsrequired function, the
sbFAMA
> function still displays "close" instead of the correct values.
>
> // MAMA & FAMA
> SetBarsRequired(1000,0);
> price = (H+L)/2;
>
> MAMA = sbMAMA(price,0.5,0.05);
>
> Plot(MAMA,"MAMA",4,1);
>
> sbFAMA = C;
>
> Plot(sbFAMA,"FAMA",6,1);
> Plot(C,"Close",colorBlack,styleBar);
>
> What I see on the graph is that sbFAMA and Close are the same.
>
> Thanks,
> Joe
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|