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, March 26, 2005 9:32:34 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 B:=Ref(1.02*LLV(L,42),-1); A1:=Ref(0.98*HHV(H,42),-1); mi:=(A1+B)/2; LE:=C>=Mi; SE:=C<mi; LE>SE Short B:=Ref(1.02*LLV(L,42),-1); A1:=Ref(0.98*HHV(H,42),-1); mi:=(A1+B)/2; LE:=C>=Mi; SE:=C<mi; LE<SE Symbols Long entry B:=Ref(1.02*LLV(L,42),-1); A1:=Ref(0.98*HHV(H,42),-1); mi:=(A1+B)/2; LE:=C>=Mi; SE:=C<mi; LE>SE AND Ref(LE,-1)<Ref(SE,-1) Short entry B:=Ref(1.02*LLV(L,42),-1); A1:=Ref(0.98*HHV(H,42),-1); mi:=(A1+B)/2; LE:=C>=Mi; SE:=C<mi; LE<SE AND Ref(LE,-1)>Ref(SE,-1)
henry1224  
#2 Posted : Saturday, March 26, 2005 9:36:34 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)
plot this in the price chart B:=Ref(1.02*LLV(L,42),-1); A1:=Ref(0.98*HHV(H,42),-1); mi:=(A1+B)/2; A1;mi;B;
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.