- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
I came up with the following to put Dahl into an oscillator format. Itis the STOCHRSI formula, replacing RSI with a 55 day Dahl. Does this reflect your thinking on the indicator? It seems to leadchanges in Dahl by a period or two, but doesn't seem as fast as the STOCHRSIindicator. Checking a few stocks in my database, there are very few times thatit goes below zero, but it will 'peg out' at 100 for significant periods. Perhaps the 14 day smoothing is too short in relation to the 55 periodprimary indicator. A longer MA period seems to smooth it out significantly,which wouldseem to defeat the purpose of using an oscillator. from Jim O'Donnell |
|
Dahl Oscillator Mov((Mov(C,55,S) - Ref(Mov(C,55,S),-15) - LLV(Mov(C,55,S)- Ref(Mov(C,55,S),-15),14)) / (HHV(Mov(C,55,S) - Ref(Mov(C,55,S),-15),14) - (LLV(Mov(C,55,S) - Ref(Mov(C,55,S),-15),14))),14,E) * 100 |
|