PureBytes Links
Trading Reference Links
|
Someone please direct me to where I
can read the theory on how to use the Pivots formula below.
Pivot:=(Ref(H,-1)+Ref(L,-1)+Ref(C,-1))/3;
r2:=pivot+(Ref(H,-1)-Ref(L,-1));
r1:=(pivot*2)-Ref(L,-1);
s1:=(pivot*2)-Ref(H,-1);
s2:=pivot-(r1-s1);
pivot;
r2;
r1;
s1;
s2;
Yahoo! Groups Sponsor
ADVERTISEMENT
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/Metastockusers/
To unsubscribe from this group, send an email to:Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|