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 : Saturday, April 2, 2005 11:19:35 PM(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)
This expert looks for Higher Highs and Higher Lows for a buy signal and Lower lows and Lower Highs for a sell signal Highlights Long up:=H>=Ref(H,-1) AND L>=Ref(L,-1); dn:=H<=Ref(H,-1) AND L<=Ref(L,-1); A:=If(BarsSince(up)<BarsSince(Dn),-1,If(BarsSince(up)>BarsSince(Dn),1,Prev)); A=-1 Short up:=H>=Ref(H,-1) AND L>=Ref(L,-1); dn:=H<=Ref(H,-1) AND L<=Ref(L,-1); A:=If(BarsSince(up)<BarsSince(Dn),-1,If(BarsSince(up)>BarsSince(Dn),1,Prev)); A=1 Symbols Long Entry up:=H>=Ref(H,-1) AND L>=Ref(L,-1); dn:=H<=Ref(H,-1) AND L<=Ref(L,-1); A:=If(BarsSince(up)<BarsSince(Dn),-1,If(BarsSince(up)>BarsSince(Dn),1,Prev)); A=-1 and Ref(A,-1)>-1 Short Entry up:=H>=Ref(H,-1) AND L>=Ref(L,-1); dn:=H<=Ref(H,-1) AND L<=Ref(L,-1); A:=If(BarsSince(up)<BarsSince(Dn),-1,If(BarsSince(up)>BarsSince(Dn),1,Prev)); A=1 and Ref(A,-1)<1
henry1224  
#2 Posted : Saturday, April 2, 2005 11:28:35 PM(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)
Highlights Long up:=H>=Ref(H,-1) AND L>=Ref(L,-1); dn:=H<=Ref(H,-1) AND L<=Ref(L,-1); x1:=If(BarsSince(up)<=BarsSince(dn),1,0); A3:=100*(Mov(Mov((C-LLV(L,5)),3,E),3,E) / Mov(Mov((HHV(H,5) - LLV(L,5)),3,E),3,E)); Buy:= (X1=1 AND A3>50); Sell:= (X1=0 AND A3<50); D:=If(BarsSince(Buy)<BarsSince(Sell),1,0); D=1 Short up:=H>=Ref(H,-1) AND L>=Ref(L,-1); dn:=H<=Ref(H,-1) AND L<=Ref(L,-1); x1:=If(BarsSince(up)<=BarsSince(dn),1,0); A3:=100*(Mov(Mov((C-LLV(L,5)),3,E),3,E) / Mov(Mov((HHV(H,5) - LLV(L,5)),3,E),3,E)); Buy:= (X1=1 AND A3>50); Sell:= (X1=0 AND A3<50); D:=If(BarsSince(Buy)<BarsSince(Sell),1,0); D=0 Symbols Long entry up:=H>=Ref(H,-1) AND L>=Ref(L,-1); dn:=H<=Ref(H,-1) AND L<=Ref(L,-1); x1:=If(BarsSince(up)<=BarsSince(dn),1,0); A3:=100*(Mov(Mov((C-LLV(L,5)),3,E),3,E) / Mov(Mov((HHV(H,5) - LLV(L,5)),3,E),3,E)); Buy:= (X1=1 AND A3>50); Sell:= (X1=0 AND A3<50); D:=If(BarsSince(Buy)<BarsSince(Sell),1,0); D>Ref(D,-1) Short Entry up:=H>=Ref(H,-1) AND L>=Ref(L,-1); dn:=H<=Ref(H,-1) AND L<=Ref(L,-1); x1:=If(BarsSince(up)<=BarsSince(dn),1,0); A3:=100*(Mov(Mov((C-LLV(L,5)),3,E),3,E) / Mov(Mov((HHV(H,5) - LLV(L,5)),3,E),3,E)); Buy:= (X1=1 AND A3>50); Sell:= (X1=0 AND A3<50); D:=If(BarsSince(Buy)<BarsSince(Sell),1,0); D<Ref(D,-1)
henry1224  
#3 Posted : Saturday, April 2, 2005 11:36:27 PM(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)
Highlights Long up:=H>=Ref(H,-1) AND L>=Ref(L,-1); dn:=H<=Ref(H,-1) AND L<=Ref(L,-1); x1:=If(BarsSince(up)<=BarsSince(dn),1,0); A3:=100*(Mov(Mov((C-LLV(L,15)),3,E),3,E) / Mov(Mov((HHV(H,15) - LLV(L,15)),3,E),3,E)); Buy:= (X1>Ref(X1,-1) AND A3>50); Sell:= (X1<Ref(X1,-1) AND A3<50); D:=If(BarsSince(Buy)<BarsSince(Sell),1,0); D=1 Short up:=H>=Ref(H,-1) AND L>=Ref(L,-1); dn:=H<=Ref(H,-1) AND L<=Ref(L,-1); x1:=If(BarsSince(up)<=BarsSince(dn),1,0); A3:=100*(Mov(Mov((C-LLV(L,15)),3,E),3,E) / Mov(Mov((HHV(H,15) - LLV(L,15)),3,E),3,E)); Buy:= (X1>Ref(X1,-1) AND A3>50); Sell:= (X1<Ref(X1,-1) AND A3<50); D:=If(BarsSince(Buy)<BarsSince(Sell),1,0); D=0 Symbols Long Entry up:=H>=Ref(H,-1) AND L>=Ref(L,-1); dn:=H<=Ref(H,-1) AND L<=Ref(L,-1); x1:=If(BarsSince(up)<=BarsSince(dn),1,0); A3:=100*(Mov(Mov((C-LLV(L,15)),3,E),3,E) / Mov(Mov((HHV(H,15) - LLV(L,15)),3,E),3,E)); Buy:= (X1>Ref(X1,-1) AND A3>50); Sell:= (X1<Ref(X1,-1) AND A3<50); D:=If(BarsSince(Buy)<BarsSince(Sell),1,0); D>Ref(D,-1) Short Entry up:=H>=Ref(H,-1) AND L>=Ref(L,-1); dn:=H<=Ref(H,-1) AND L<=Ref(L,-1); x1:=If(BarsSince(up)<=BarsSince(dn),1,0); A3:=100*(Mov(Mov((C-LLV(L,15)),3,E),3,E) / Mov(Mov((HHV(H,15) - LLV(L,15)),3,E),3,E)); Buy:= (X1>Ref(X1,-1) AND A3>50); Sell:= (X1<Ref(X1,-1) AND A3<50); 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.