HeikinAshi
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 haClose=HA_Close[0](Close) local haOpen=HA_Open[0](Close) local haLow=HA_Low[0](Close) local haHigh=HA_High[0](Close) local haClose1=HA_Close[1](Close) local haOpen1=HA_Open[1](Close) local sma50=SMA[0](Close, 50) BuyTrailingStop Point(100) SellTrailingStop Point(100) if close>sma50 and close>haClose and haClose>haOpen and haOpen=haLow and haClose-haOpen>haClose1-haOpen1 then addbuyentry endif if close
Enlarge Chart