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 Tab
Long
per1:=66;
bias:=(CLOSE - (Sum(C,per1)/per1))/ (Sum(C,per1)/per1) * 100;
per2:=24;
nbiasmov:=Mov(bias,per2,S);
bias>
nbiasmov
Short
per1:=66;
bias:=(CLOSE - (Sum(C,per1)/per1))/ (Sum(C,per1)/per1) * 100;
per2:=24;
nbiasmov:=Mov(bias,per2,S);
bias<
nbiasmov
Symbol Tab
Long
per1:=66;
bias:=(CLOSE - (Sum(C,per1)/per1))/ (Sum(C,per1)/per1) * 100;
per2:=24;
nbiasmov:=Mov(bias,per2,S);
Cross(bias,nbiasmov)
Short
per1:=66;
bias:=(CLOSE - (Sum(C,per1)/per1))/ (Sum(C,per1)/per1) * 100;
per2:=24;
nbiasmov:=Mov(bias,per2,S);
Cross(nbiasmov,bias)
|
|
|
|
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.