PureBytes Links
Trading Reference Links
|
He is something that might be of interest to some. Here are some
formulas that I use with WOW software.
Momentum Osc.:
((( h - o) + (c - l))) / (2 * (h - l)) * 100
Pivot Points- please note I didn't finish for r2 and s2:
(h + l + c) / 3 Pivot
(2 * ( h + l + c) / 3) - l R1
(2 * ( h + l + c)/3) - h S1
Note: please don't add pivot,r1,s1 into the formula
ROC:
Note were you see %, you can replace with $
roc (c,7,%)
roc (c,14,%)
roc (c,20,%)
h=high
l=low
c=close
o=open
Good Trading
Joe Frabosilio
|