Jim Dean
 Posts: 3022
Joined: 9/21/2006
Location: L'ville, GA
User Profile |
Sma(cci(14),9)
You’ll need to create a true false boolean rule of some sort, to use it in a scan. Here is one that finds upward crossovers:
Cci(14)[1] < Sma(cci(14),9)[1] and Cci(14) >= Sma(cci(14),9)
|