DMIstrategy
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 dmip=DMI_P[0](Close, 14, 14) local dmis=DMI_S[0](Close, 14, 14) local adx14=ADX[0](Close, 14, 14) local adxa=EMA[0](ADX[0](Close, 14, 14), 3) if isBuyPosition() and (adx14dmis) then addsellexit endif if dmip>dmis and adx14>25 and adx14>adxa then addbuyentry endif if dmip25 and adx14>adxa then addsellentry endif
Enlarge Chart