[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] AdvIssues() and Summation() problems



PureBytes Links

Trading Reference Links

I used to use this code to calculate McClellan Summation Index. After
re-installing the amibroker and loaded the symbols information, the
composite calculate tool does not do anything any more. I noticed so
symbols loaded are no longer traded. Does it cause the calculation to
fail?

_SECTION_BEGIN("Summation");
/*
McClellan Summation Index

*/

Plot( Cum( EMA( AdvIssues()-DecIssues(), 19 ) - EMA(
AdvIssues()-DecIssues(), 39 ) ), "McClellan Summation Index", colorRed);
 
_SECTION_END();







Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to 
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.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/