CCICrossOver
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 cci20=CCI[0](Close, 20, 0) local sma50=SMA[0](Close, 50) local sma50p=SMA[1](Close, 50) if crossdown(cci20,100) then addbuyexit endif if crossup(cci20,-100) then addsellexit endif if sma50>sma50p and crossup(cci20,100) then addbuyentry endif if sma50
Enlarge Chart