SchaffTrendCycle
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 stc10=Schaff_Trend_Cycle[0](Close, 10, 23, 50) local stc10p=Schaff_Trend_Cycle[1](Close, 10, 23, 50) local sma50=SMA[0](Close, 50) local sma50p=SMA[1](Close, 50) if isBuyPosition() and stc10stc10p then addsellexit endif if sma50>sma50p and stc10>stc10p then addbuyentry endif if sma50
Enlarge Chart