Deel - Momentum Filter for Amibroker (AFL)
kaiji over 16 years ago Amibroker (AFL)
Conversion of the Metastock exploration formula into Amibroker. Tested and working.
Indicator / Formula
Copy & Paste Friendly
AddColumn(C, "Close");
AddColumn(V, "Volume");
AddColumn(ROC(C, 1), "Close ROC");
Filter = RSI(14) > 68 AND CCI(14) > 110 AND MFI(14) > 68;4 comments
Leave Comment
Please login here to leave a comment.
how to use it can any one pls guide step by step
THOSE 4 LINES CAN CHANGE U R LIFE IF U CAN USE IT PROPERLY W/APP ME FOR MORE DETAILS 9175892215
Hi would like to know whether this can be used in any other environment. I am not using ALL
Awesome work. Thanks. Pretty nice for scalping…