Bollinger
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 // bollinger IF !isBuyPosition Then IF CrossDOWN (close, BLG_L[0](close, 5, 1)) AND DMI_P[0](Close, 14, 14) > DMI_S[0](Close, 14, 14) AND SMA[0](close, 5) - close > 0.0005 THEN AddBuyEntry ENDIF ENDIF IF !isSellPosition Then IF CrossUP (close, BLG_U[0](close, 5, 1)) AND DMI_P[0](Close, 14, 14) < DMI_S[0](Close, 14, 14) AND close - SMA[0](close, 5) > 0.0005 THEN AddSellEntry ENDIF ENDIF
Enlarge Chart