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:23:20 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 350 Swing Trade,” discusses a trading methodology built around a 3 period RSI. This includes several indicators, coloring the price bars, and placing diamonds above and below the price bars.

Almost all the indicators are built into MetaStock. The RSI 3 is just the normal RSI set to use 3 time periods. The RSI MA is a 3 period simple moving average of the RSI 3. the Donchian Channels are not built in.

  1. Tools menu, select New to open the Indicator Editor for a new indicator.
  2. x:= Input("periods",2,100,20);

    HHV(H,x);

    LLV(L,x);

    (HHV(H,x)+LLV(L,x))/2

    1. Ok to close the Indicator Editor.

    The coloring of the price bars and the diamonds can be done with an expert advisor.

    1. Tools > New to open the Expert Editor.
    2. Highlights tab.
    3. New to create a new symbol.
    4. Color to “Green”.
    5. RSI(3)>50

      1. OK
      2. New to create a new highlight.
      3. Color to “red”.
      4. RSI(3)<50

        1. OK
        2. Symbols tab.
        3. New to create a new symbol.
        4. Mov(RSI(3),3,S)<20

          1. Graphics tab
          2. Diamond
          3. Green
          4. Below Price Plot”
          5. Below Symbol”
          6. OK
          7. New to create a new symbol.
          8. Mov(RSI(3),3,S)>80

            1. Graphics tab
            2. Diamond
            3. Red
            4. Above Price Plot”
            5. Above Symbol”
            6. OK
            7. OK to close the Expert Editor.

            William Golson
            MetaStock Support
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.