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 16, 2005 2:45:58 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 tab Long A:=C>1.02*Mov(C,5,S); B:=C<.98*Mov(C,5,S); D:=If(A,1,If(B,0,PREV)); D=1 Short A:=C>1.02*Mov(C,5,S); B:=C<.98*Mov(C,5,S); D:=If(A,1,If(B,0,PREV)); D=0 Symbol tab long A:=C>1.02*Mov(C,5,S); B:=C<.98*Mov(C,5,S); D:=If(A,1,If(B,0,PREV)); D=1 AND Ref(D,-1)=0 Short A:=C>1.02*Mov(C,5,S); B:=C<.98*Mov(C,5,S); D:=If(A,1,If(B,0,PREV)); D=0 AND Ref(D,-1)=1
henry1224  
#2 Posted : Monday, June 13, 2005 1:08:42 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)
Highlights tab Long UL:=Mov(C,5,S)*1.02; LL:=2*Mov(C,5,S)-ul; A:=C>UL; B:=C<LL; D:=If(A,1,If(B,0,PREV)); D=1 Short UL:=Mov(C,5,S)*1.02; LL:=2*Mov(C,5,S)-ul; A:=C>UL; B:=C<LL; D:=If(A,1,If(B,0,PREV)); D=0 Symbol tab long UL:=Mov(C,5,S)*1.02; LL:=2*Mov(C,5,S)-ul; A:=C>UL; B:=C<LL; D:=If(A,1,If(B,0,PREV)); D=1 AND Ref(D,-1)=0 Short UL:=Mov(C,5,S)*1.02; LL:=2*Mov(C,5,S)-ul; A:=C>UL; B:=C<LL; D:=If(A,1,If(B,0,PREV)); D=0 AND Ref(D,-1)=1
Users browsing this topic
Guest (Hidden)
Similar Topics
2% envelope 5 MA Expert (Formula Assistance)
by henry1224 3/29/2005 2:17:41 AM(UTC)
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.