Rank: Advanced Member
Groups: Moderators, Registered, Registered Users, Subscribers Joined: 10/8/2010(UTC) Posts: 1,960
Thanks: 92 times Was thanked: 155 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:
- Tools > the New
- Buy Order tab and enter the
following formula.
Cross( C, Mov( C, 8, S) )
- Sell Order tab and enter
the following formula.
Cross( Mov( C, 8, S), C )
- Sell Short Order tab and
enter the following formula.
Cross( Mov( C, 8, S), C )
- Buy to Cover Order tab and
enter the following formula.
Cross( C, Mov( C, 8, S) )
- OK to close the system editor.
To make the Expert Advisor:
- Tools > New to open the Expert Editor.
- Symbols tab.
- New to create a new symbol.
-
Cross( C, Mov( C, 8, S) )
- Graphics tab
- Up Arrow
- Green
- Below Price
Plot”
- Below Symbol”
- OK
- New to create a new symbol.
-
Cross( Mov( C, 8, S), C )
- Graphics tab
- Down Arrow
- Red
- Above Price
Plot”
- Above Symbol”
- OK
- 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.