Swing Trend Follower for Amibroker (AFL)
Dana over 9 years ago Amibroker (AFL)
A profitable trend following system for EOD trading. Buy when both the yellow lines cross the red line from below and sell when both the yellow lines cross the red line from above. Tested on BANKBEES, NIFTYBEES and GOLDBEES.
Screenshots
Indicator / Formula
Copy & Paste Friendly
wH=Wilders(H,3);
wL=Wilders(L,3);
wBH=Wilders(H,21);
Plot(wH,"emaH",colorYellow,styleThick);
Plot(wL,"emaL",colorYellow,styleThick);
Plot(wBH,"emaBH",colorRed,styleThick);0 comments
Leave Comment
Please login here to leave a comment.