Atrend
Click the file above to Download.
NOTE: For easy import into your charts, save to some where that you will be able to remember, for example your computer's desktop. Be sure to save using .alt as the file extension.
Copy to Clipboard Local a1 = ATrendDiff[0](Close, 10) Local a2 = ATrendDiff[0](Close, 10) Local a3 = ATrend[0](Close, 10) IF a1 > 0 AND ATrend[1](Close, 10) < ATrend[2](Close, 10) THEN AddBuyEntry ENDIF IF a1 < 0 AND ATrend[1](Close, 10) > ATrend[2](Close, 10) THEN AddSellEntry ENDIF
Enlarge Chart