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 indicator in it's own window
A:=100*(((2*C) - HHV(H,11) - LLV(L,11)) /
(HHV(H,11) - LLV(L,11)));
B:=Mov(A,5,E);
UL:=Ref(HHV(B,25),-1);
LL:=Ref(LLV(B,25),-1);
UL;LL;B;A;
|
|
|
|
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 Indicator in it's own window
A:=100*(((2*C) - HHV(H,45) - LLV(L,45)) /
(HHV(H,45) - LLV(L,45)));
B:=Mov(100*(((2*C) - HHV(H,45) - LLV(L,45)) /
(HHV(H,45) - LLV(L,45))),5,E);
B;A;
|
|
|
|
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 indicator in it's own Window
Stdev(100*(((2*C) - HHV(H,11) - LLV(L,11)) /
(HHV(H,11) - LLV(L,11))),11)
|
|
|
|
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.