Skip to main content

Swing Trend Follower for Amibroker (AFL)

Dana over 9 years ago Amibroker (AFL)

  • Rating:
    3 / 5 (Votes 7)
  • Tags:
    amibroker

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.