Rank: Member
Groups: Registered, Registered Users, Subscribers Joined: 6/29/2006(UTC) Posts: 10
|
Can anyone help me with the following.
I have this basic (buy) formula which is as follows
macd()>mov(macd(),9,e)
I want to write a (sell) formula which is the same formula as above but occurs at the close one day after the above formula. Eg Do i just add to the formula + 1b. Hope this is not confusing. Any help appreciated
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers, Unverified Users Joined: 10/28/2004(UTC) Posts: 3,111 Location: Perth, Western Australia
Was thanked: 16 time(s) in 16 post(s)
|
tradetime
buy:=macd()>mov(macd(),9,e); sellOneBarAfterEntry:=Ref(buy,-1);
Hope this helps
wabbit [:D]
|
|
|
|
Rank: Member
Groups: Registered, Registered Users, Subscribers Joined: 6/29/2006(UTC) Posts: 10
|
Thanks for the help.
Issue resolved.
|
|
|
|
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.