Rank: Newbie
Groups: Registered, Registered Users Joined: 9/19/2010(UTC) Posts: 1
|
good mornig
I need ad help.
I must create a trading system with simple rules:
- buy when the closing price of the bar weekly across ( cross towards low ) the simple moving average of 10 week
- sell ( close position ) when the closing price of the bar weekly across ( cross towards high ) the simple moving average of 10 week
No short signal and no stop loss.
Can you help me ?
thanks
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 11/7/2005(UTC) Posts: 602
|
To get you started: Close crossing a moving average would look like-
a1:Cross(C,Mov(C,10,S)); a1
Designate the weekly period in your options.
|
|
|
|
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.