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, August 22, 2012 4:41:07 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)

Brooke Gardner’s article, “Trading High-Yield Bonds Using ETFs,” suggests a basic system is the best to use and keeps it simple for retirees without trading software. The steps are listed below:

To create a system test:

  1. Tools > the New
  2. Buy Order tab and enter the following formula.

Cross( C, Mov( C, 8, S) )

  1. Sell Order tab and enter the following formula.

Cross( Mov( C, 8, S), C )

  1. Sell Short Order tab and enter the following formula.

Cross( Mov( C, 8, S), C )

  1. Buy to Cover Order tab and enter the following formula.

Cross( C, Mov( C, 8, S) )

  1. OK to close the system editor.

To make the Expert Advisor:

  1. Tools > New to open the Expert Editor.
  2. Symbols tab.
  3. New to create a new symbol.
  4. Cross( C, Mov( C, 8, S) )

    1. Graphics tab
    2. Up Arrow
    3. Green
    4. Below Price Plot”
    5. Below Symbol”
    6. OK
    7. New to create a new symbol.
    8. Cross( Mov( C, 8, S), C )

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

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.