PureBytes Links
Trading Reference Links
|
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@xxxxxxxxx> 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
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor |
|
|
Yahoo! Groups Links
|