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

Notification

Icon
Error

Options
Go to last post Go to first unread
henry1224  
#1 Posted : Tuesday, March 29, 2005 1:53:39 AM(UTC)
henry1224

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/29/2004(UTC)
Posts: 1,394
Location: Glastonbury, CT

Was thanked: 2 time(s) in 2 post(s)
Highlight Long A:= Mov((Mov((((CLOSE-LLV(L,21))/(HHV(H,21)-LLV(L,21)))*100),3,S)), 3,S); D:=Mov(Typ(),3,S); B:=Ref(D,-1); Buy:=Cross(D,B) AND A<=50; Sell:=Cross(B,D) AND A>=50; i:=Cum(Buy>-1 AND Sell>-1)=1; x:=BarsSince(i OR Buy)>=BarsSince(i OR Sell)=0; X=0 Short A:= Mov((Mov((((CLOSE-LLV(L,21))/(HHV(H,21)-LLV(L,21)))*100),3,S)), 3,S); D:=Mov(Typ(),3,S); B:=Ref(D,-1); Buy:=Cross(D,B) AND A<=50; Sell:=Cross(B,D) AND A>=50; i:=Cum(Buy>-1 AND Sell>-1)=1; x:=BarsSince(i OR Buy)<=BarsSince(i OR Sell)=0; X=0 Symbols Long Entry A:= Mov((Mov((((CLOSE-LLV(L,21))/(HHV(H,21)-LLV(L,21)))*100),3,S)), 3,S); D:=Mov(Typ(),3,S); B:=Ref(D,-1); Buy:=Cross(D,B) AND A<=50; Sell:=Cross(B,D) AND A>=50; i:=Cum(Buy>-1 AND Sell>-1)=1; x:=BarsSince(i OR Buy)>=BarsSince(i OR Sell)=0; X=0 AND Ref(X,-1)>0 Short entry A:= Mov((Mov((((CLOSE-LLV(L,21))/(HHV(H,21)-LLV(L,21)))*100),3,S)), 3,S); D:=Mov(Typ(),3,S); B:=Ref(D,-1); Buy:=Cross(D,B) AND A<=50; Sell:=Cross(B,D) AND A>=50; i:=Cum(Buy>-1 AND Sell>-1)=1; x:=BarsSince(i OR Buy)<=BarsSince(i OR Sell)=0; X=0 AND Ref(X,-1)>0
henry1224  
#2 Posted : Sunday, April 3, 2005 12:03:00 AM(UTC)
henry1224

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/29/2004(UTC)
Posts: 1,394
Location: Glastonbury, CT

Was thanked: 2 time(s) in 2 post(s)
Highlight Long A:=Mov(Typ(),3,S); Buy:=A>Ref(A,-1); Sell:=A<Ref(A,-1); D:=If(BarsSince(Buy)<BarsSince(sell),1,0); D=1 Short A:=Mov(Typ(),3,S); Buy:=A>Ref(A,-1); Sell:=A<Ref(A,-1); D:=If(BarsSince(Buy)<BarsSince(sell),1,0); D=0 Symbols Long Entry A:=Mov(Typ(),3,S); Buy:=A>Ref(A,-1); Sell:=A<Ref(A,-1); D:=If(BarsSince(Buy)<BarsSince(sell),1,0); D>Ref(D,-1) Short Entry A:=Mov(Typ(),3,S); Buy:=A>Ref(A,-1); Sell:=A<Ref(A,-1); D:=If(BarsSince(Buy)<BarsSince(sell),1,0); D<Ref(D,-1)
Users browsing this topic
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.