PureBytes Links
Trading Reference Links
|
Hi,
if you download indicators.dll
you can plot
Plot(sbMAMA(scMp(),0.5,0.05),"MAMA",4,1);
Plot(sbFAMA,"FAMA",6,1);
Plot(C,"Close",1,64);
in indicators.dll, there are all functions of Ehlers, stefan
Sbondorovitch had given me his code source.
thanks to him if He reads this message
stephane
> 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/
|