PureBytes Links
Trading Reference Links
|
Hello
can anybody tell me how to improve this expert
commentry which gives pivot range for next day.
How can I determine Pivot Points on the basis of
swing?
here is my Pivot Price Range formula
R3 WriteVal(((((HIGH + LOW + CLOSE) /
3)-((2*((H + L + C)/3))-H))+(((HIGH + LOW + CLOSE) /
3)+((2*((HIGH + LOW + CLOSE) / 3) - LOW)-(2*((HIGH +
LOW + CLOSE) / 3) - HIGH)))),5.0)
R2 WriteVal((((HIGH + LOW + CLOSE) /
3)+((2*((HIGH + LOW + CLOSE) / 3) - LOW)-(2*((HIGH +
LOW + CLOSE) / 3) - HIGH))),5.0)
R1 WriteVal(((2*((H + L + C)/3))-L),5.0)
PP WriteVal(((H + L + C)/3),5.0)
S1 WriteVal(((2*((H + L + C)/3))-H),5.0)
S2 WriteVal((((H + L + C)/3)-(((2*((H + L
+C)/3))-L)-((2*((H + L + C)/3))-H))),5.0)
S3 WriteVal((((H + L + C)/3)-((2*((H + L
+ C)/3))-L)+(((H + L + C)/3)-(((2*((H + L +
C)/3))-L)-((2*((H + L + C)/3))-H)))),5.0)
Thanks
Samvet
__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster
http://search.yahoo.com
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/zMEolB/TM
---------------------------------------------------------------------~->
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:
http://docs.yahoo.com/info/terms/
|