logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
RUAGOODP  
#1 Posted : Saturday, June 11, 2005 6:14:38 AM(UTC)
RUAGOODP

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
RUAGOODP  
#2 Posted : Saturday, June 11, 2005 8:07:13 AM(UTC)
RUAGOODP

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.