Rank: Advanced Member
Groups: Registered, Registered Users, Unverified Users Joined: 1/13/2005(UTC) Posts: 87 Location: perth australia
|
Hi all,
I have devised a buy set up and sell setup and I am trying to perfect the buy entry however what I have come up so far does not spike at all legitimate buy entries. Where am I going wrong?
Bsetup:=Cross(Mov(C,9,E),Mov(C,18,E));
ssetup:=Cross(Mov(C,18,E),Mov(C,9,E));
Signal:=V>=(Mov(V,10,S)*1.3) AND (Mov(V,10,S)>0) AND C>=O;
entry:=BarsSince(Ref(signal,-1))>=BarsSince(Ref(Bsetup,-1)) AND BarsSince(Ref(signal,-1))<=BarsSince(Ref(ssetup,-1));
entry AND Signal AND entry<>bsetup AND entry<>ssetup
Cheers
Norman
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Unverified Users Joined: 1/13/2005(UTC) Posts: 87 Location: perth australia
|
Hi,
Worked out where I went wrong. I had to reference the relation of the buy to the sell setup
Cheers
Norman
|
|
|
|
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.