PureBytes Links
Trading Reference Links
|
Thanks GoldWing!
--- In amibroker@xxxxxxxxxxxxxxx, l washington
<goldwing01_1999@xxxx> wrote:
>
> AcDist = AccDist();
>
> Plot( AcDist, "Accumulation/Distribution", colorBlue, styleLine);
>
> Plot (MA(AcDist, 20), "MA20(A/D)", colorRed, styleLine);
>
> Plot (MA(AcDist, 35), "MA35(A/D)", colorGreen, styleLine);
>
>
> nutscoffee <nutscoffee@xxxx> wrote:
> When I try this indicator I get an error message.
>
> What am I doing wrong? Thanks!
>
>
>
> AcDist = Cum( Volume * ( ( Close - Low ) - ( High - Close ) )/(
> High - Low ));
>
>
> Plot( AcDist, "Accumulation/Distribution", colorBlue, styleLine);
> Plot (MA(AcDist, 20), "MA20(A/D)", colorRed, styleLine);
> Plot (MA(AcDist, 35), "MA35(A/D)", colorGreen, styleLine);
>
>
>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
>
> Yahoo! Groups SponsorADVERTISEMENT
> document.write('');
>
> ---------------------------------
> 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 the Yahoo! Terms of
Service.
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/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/
|