The Composite Index for Amibroker (AFL)
sherbaaz over 14 years ago Amibroker (AFL)
An excellent indicator to detect high probability trading divergence when RSI fail to detect the divergences, it detect the divergence which are highly profitable.
Regards,
Indicator / Formula
Copy & Paste Friendly
A = RSI( 14)-Ref( RSI (14),-9)+ MA(RSI(3),3);
Plot1 = MA(A, 13);
Plot2 = MA(A,33);
Plot( A, "The Composite Index", colorRed, styleThick);
Plot( Plot1, "", colorGreen);
Plot( Plot2, "", colorLightBlue);
PlotGrid(0, colorLightGrey); 2 comments
Leave Comment
Please login here to leave a comment.
pls, how to use the afl ???
As mentioned in the post. it works best when there is a div between price and the composite index but RSI has no divergence.
regds