PricChannelSMA
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 IF CrossUP(Close, EMA(SMA[0](Close, 10)) THEN if CrossDOWN(Low[1], PriceChannel_Lower[1](Close, 10)) or CrossDOWN(Low[2], PriceChannel_Lower[2](Close, 10)) or CrossDOWN(Low[3], PriceChannel_Lower[3](Close, 10)) THEN AddBuyEntry endif ENDIF IF CrossDOWN(Close, EMA(SMA[0](Close, 10)) THEN if CrossUP(High[1], PriceChannel_Upper[1](Close, 10)) or CrossUP(High[2], PriceChannel_Upper[2](Close, 10)) or CrossUP(High[3], PriceChannel_Upper[3](Close, 10)) THEN AddSellEntry endif ENDIF
Enlarge Chart