Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 9/8/2004(UTC) Posts: 2,266
Was thanked: 1 time(s) in 1 post(s)
|
In July 1996 Futures magazine, E. Marshall Wall introduces the Dynamic Momentum Oscillator (Dynamo). Please refer to this article for interpretation.
He describes the Dynamo Oscillator to be:
Dynamo = Mc - ( MAo - O )
where:
* Mc = the midpoint of the oscillator
* MAo = a moving average of the oscillator
* O = the oscillator
This concept can be applied to most any oscillator to improve its results.
For example, applying the Dynamo Oscillator to a 5-period %K slowed 3 periods Stochastic Oscillator would give:
50-(Mov(Stoch(5,3),21,S)-Stoch(5,3))
where:
* Mc = Stochastic Oscillator's midpoint = 50
* MAo = Moving average of the Stochastic = Mov(Stoch(5,3),21,S
* O = Stochastic Oscillator = Stoch(5,3)
This example applies it to an RSI oscillator:
50-(Mov(RSI(14),21,S)-RSI(14))
where:
* Mc = RSI's midpoint = 50
* MAo = Moving average of the RSI = Mov(RSI(14),21,S
* O= RSI Oscillator = RSI(14)
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.