New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.
Does anybody have a Scan for the Kaufman’s Efficiency Ratio?
I have KAMA but would like to scan by just the ER. If somebody knows a way to do that, would be much appreciated. Thank you.
0
Answers
From the ChartSchool Article on KAMA:
ER = Change/Volatility
Change = ABS(Close - Close (10 periods ago))
Volatility = Sum10(ABS(Close - Prior Close))
Volatility is the sum of the absolute value of the last ten price changes (Close - Prior Close).
In theory the below (example for EV(5)) "could" work but there isn't a good way to test it, that I know of. Also when you get into "complex" equations, the results may be suspect. It passed syntax but I wouldn't rely on it without a good way to test it.
[AbsVal(ROC(5)) / [AbsVal(ROC(1)) + 1 days ago AbsVal(ROC(1)) + 2 days ago AbsVal(ROC(1)) + 3 days ago AbsVal(ROC(1)) + 4 days ago AbsVal(ROC(1))] > 0]
KAMA is a moving average that utilizes the ER but isn't valid source for the ER.
KAMA x,y,z, x is the ER period, the y and z are smoothing EMA lines of x. The faster ma crosses below the slower ma the KAMA line may fall. Faster ma above slower ma, the KAMA line may rise.
Results are plotted as a moving average on the price chart with the Price of the security being a factor in the plotted line.
A scan looking for KAMA 10,1,1 > 99 will show securities that have a KAMA line greater than 99. The ER difference doesn't effectively factor into the results other than showing some securities with a Price less than KAMA value and some with a Price greater than the KAMA value requested in the scan. The securities may or may not be in a trend so it's not filtering ER.
ER is the AbsVal of the total period x change/ AbsVal of the individual periods change for the total period x. ER is most similar in computation to the Chande Momentum Oscillator, also available on TOS.
If you want to use KAMA 10,1,1 for example, it would probably make sense to use Slope KAMA 10,1,1 or compare values KAMA 10,1,1 versus KAMA 10,1,1 x periods ago. Slope > or < a certain value may discern if ER is in trending or not trending. KAMA > or < x periods ago KAMA by a certain limit could also indicate a higher efficiency ratio. Higher ER is just a trend indicator. Up Trend or Down Trend
I think there are probably easier ways to scan trend and trend momentum, like PPO, RSI, ADX, Price Channels, or pretty much any other indicator available in the SC technical indicators dropdown, but that's just my opinion.