logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
MS Support  
#1 Posted : Thursday, February 7, 2013 12:07:52 PM(UTC)
MS Support

Rank: Advanced Member

Groups: Moderators, Registered, Registered Users, Subscribers
Joined: 10/8/2010(UTC)
Posts: 1,934

Thanks: 85 times
Was thanked: 154 time(s) in 150 post(s)
Barbara Star’s article, “The DMI Stochastic,” includes multiple formulas. The MetaStock version of those formulas are listed below, courtesy of Mrs. Star

Indicators:

Name: DMI Osc
Formula:

PDI(10)-MDI(10)

Change the line style to a histogram. Once the histogram is plotted, place a one period simple moving average on the DMI Oscillator to outline the shape.


Name: DMI Stochastic
Formula:

(Sum(PDI(10)-MDI(10)-LLV(PDI(10)-MDI(10 ),3),3)/
Sum(HHV(PDI(10)-MDI(10),3)-LLV(PDI(10)-MDI(10 ),3),3))*100


Expert Advisor:

Highlights:

Name: DMI Oscillator Above Zero
Color: Blue
Formula:

Fml("DMI Osc") > 0


Name: DMI Oscillator Below Zero
Color: Red
Formula:

Fml("DMI Osc") < 0


Symbols:

Name: Lower Extreme
Symbol: Up Arrow
Color: Green
Position: Below Prices
Formula:

(Fml("DMI Stochastic")>10) AND (Ref(Fml("DMI Stochastic"),-1)<=10)


Name: Upper Extreme
Symbol: Down Arrow
Color: Red
Position: Above Prices
Formula:

(Fml("DMI Stochastic")<90) AND (Ref(Fml("DMI Stochastic"),-1)>=90)


Name: Reversal Alerts to Upside
Symbol: Diamond
Color: Green
Position: Below Prices
Formula:

Cross(Fml("DMI Stochastic"),Mov(Fml("DMI Stochastic"),3,S))


Name: Reversal Alerts to Downside
Symbol: Diamond
Color: Red
Position: Above Prices
Formula:

Cross(Mov(Fml("DMI Stochastic"),3,S),(Fml("DMI Stochastic")))
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.