eod explorer for Amibroker (AFL)
nishant551988 about 14 years ago Amibroker (AFL)
It is an explorer which i used to make money in market.
Indicator / Formula
Copy & Paste Friendly
Filter=Cross(EMA(C,13),MA(C,21))AND C>50;
AddColumn(EMA(C,13),"EMA-13",1.2);
AddColumn(MA(C,21),"MA-21",1.2);0 comments
Leave Comment
Please login here to leave a comment.