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

Notification

Icon
Error

Options
Go to last post Go to first unread
platon  
#1 Posted : Tuesday, May 17, 2005 9:19:07 AM(UTC)
platon

Rank: Newbie

Groups: Registered, Registered Users
Joined: 4/15/2005(UTC)
Posts: 2

DMAH := Mov(Ref(H,-4),6,S); DMAL := Mov(Ref(L,-4),6,S); DMAH; DMAL {From AGET , entry -exit in certain set-ups}
henry1224  
#2 Posted : Wednesday, May 18, 2005 12:12:34 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)
check out the 6 4 Hi lo expert
gruvtune  
#3 Posted : Saturday, June 10, 2006 9:07:32 PM(UTC)
gruvtune

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/6/2006(UTC)
Posts: 11

Henry1224, I really like your 6 4 Hi Lo Expert. I've tried to convert it to an Exploration, with mixed results. My exploration gets inconsistent results in that sometimes it returns a symbol with a buy or sell arrow on the most recent bar, the result I would like to see, while other symbols may have the buy/sell arrows anywhere from 2 to 6 or more bars back! I merely transfered the buy/sell code from your Expert to an exploration. (Cross(C,Mov(Ref(H,-4),6,S));) - for example. Something else needs to happen here and I'm not sure what it is?! I'm just saving the results of the scan to a favorites folder and opening the symbols with a template that has your Expert attached. I'm probably making some simple mistake and I would appreciate any comments you might have. Thanks again, gruvtune
henry1224  
#4 Posted : Saturday, June 10, 2006 9:26:04 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)
MAH := Mov(Ref(H,-4),6,S); MAL := Mov(Ref(L,-4),6,S); A:=If(C>Max(Mah,Mal),1,If(C<Min(Mah,Mal),-1,0)); A=1 and Ref(A,-1)<1 {Long entry} MAH := Mov(Ref(H,-4),6,S); MAL := Mov(Ref(L,-4),6,S); A:=If(C>Max(Mah,Mal),1,If(C<Min(Mah,Mal),-1,0)); A=-1 and Ref(A,-1)>-1 {Short entry} MAH := Mov(Ref(H,-4),6,S); MAL := Mov(Ref(L,-4),6,S); A:=If(C>Max(Mah,Mal),1,If(C<Min(Mah,Mal),-1,0)); A=0 and Ref(A,-1)=1 {Long exit} MAH := Mov(Ref(H,-4),6,S); MAL := Mov(Ref(L,-4),6,S); A:=If(C>Max(Mah,Mal),1,If(C<Min(Mah,Mal),-1,0)); A=0 and Ref(A,-1)=-1 {Short exit}
gruvtune  
#5 Posted : Saturday, June 10, 2006 10:33:18 PM(UTC)
gruvtune

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/6/2006(UTC)
Posts: 11

Thanks for the quick response. I plugged the new code into the Sysem Tester and have run it on a few symbols. Sorry to say, but I'm still not getting how to put this MA 6 4 Expert into the Explorer, and run it on a symbol list. gruvtune
henry1224  
#6 Posted : Saturday, June 10, 2006 10:50:30 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)
Place this in ColA MAH := Mov(Ref(H,-4),6,S); MAL := Mov(Ref(L,-4),6,S); A:=If(C>Max(Mah,Mal),1,If(C<Min(Mah,Mal),-1,0)); If(A=1 and Ref(A,-1)<1 {Long entry},1,If(A=-1 and Ref(A,-1)>-1 {Short entry},-1,0)) Filter ColA<>0
gruvtune  
#7 Posted : Sunday, June 11, 2006 12:26:09 AM(UTC)
gruvtune

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/6/2006(UTC)
Posts: 11

Got it. Thanks for all your help. gruvtune
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.