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 : Wednesday, January 26, 2011 4:18:57 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)

Rombout Kerstens’ article, “Combining DMI and Moving Average for a EUR/USD Trading System” describes buy and sell signals combining these two indicators.

The MetaStock formulas and instructions for adding these to MetaStock are:

To create a system test:

    <li class="MsoNormal" style=">Select Enhanced System Tester.<li class="MsoNormal" style=">Click Buy Order tab and enter the following formula.

c1:=PDI(14)>MDI(14);

c2:=C>Mov(C,30,S);

Cross(c1 AND c2,0.5)

    <li class="MsoNormal" style=">Select the

    c1:=MDI(14)>PDI(14);

    c2:=C<mov(c,30,s);>

    Cross(c1 AND c2,0.5)

      <li class="MsoNormal" style=">Select the

      c1:=MDI(14)>PDI(14);

      c2:=C<mov(c,30,s);>

      Cross(c1 AND c2,0.5)

        <li class="MsoNormal" style=">Select the

        c1:=PDI(14)>MDI(14);

        c2:=C>Mov(C,30,S);

        Cross(c1 AND c2,0.5)

          <li class="MsoNormal" style=">Click

          The expert advisor can be created with the following steps:

            <li class="MsoNormal" style=">Select Expert Advisor.<li class="MsoNormal" style=">Click Symbols tab.<li class="MsoNormal" style=">Click Graphics tab<li class="MsoNormal" style=">Set the symbol to the Green<li class="MsoNormal" style=">in the Label window, type “Buy”<li class="MsoNormal" style=">set the symbol position to “Below Symbol”<li class="MsoNormal" style=">Click New to create a new symbol.<li class="MsoNormal" style=">Type in the name “Sell”.<li class="MsoNormal" style=">Click in the condition window and enter the sell order formula.<li class="MsoNormal" style=">Select the Down Arrow<li class="MsoNormal" style=">Set the color to Above Price Plot”<li class="MsoNormal" style=">set the label position to “OK<li class="MsoNormal" style=">Click

            William Golson

            Equis International

Dharmin Naik  
#2 Posted : Saturday, September 1, 2012 12:37:55 PM(UTC)
Dharmin Naik

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 8/9/2012(UTC)
Posts: 1
Location: India

Thanx a Lot.......:):):)
Users browsing this topic
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.