Strona 1
Metastock Formulas - O
2014-10-14 14:04:55
http://www.meta-formula.com/Metastock-Formulas-O.html
Metastock Formulas - O
Click here to go back to
Metastock Formula Index
IMPORTANT:
These formulas aren't my complete
collection. For my complete collection of instantly usable,
profitable and powerful MetaStock formulas
Click Here
Would You Like To Use MetaStock To Its Full Potential? Discover the
Amazingly Simple Secret to Master Metastock Step-By-Step -
click here
A
|
A 1
|
B
|
B 1
|
C
|
C 1
|
D
|
D 1
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
M 1
|
N
|
O
|
P
|
R
|
S
|
S 1
|
T
|
U
|
V
|
W
|
Z
|
One Day Money Flow
Overbrought/Over Sold
OBV Volatility
One Day Money Flow
The One Day Money Flow Indicator (some also call this indicator the One Day Accumulation/
Distribution Indicator) MetaStock formula is the following:
(((Close-Low) - (High-Close)) / (High-Low)) * Volume
(
Go Top
)
Overbrought/Over Sold
Col A: CLOSE
Col B: Fml("ob/os summation")
Filter: Fml("ob/os summation") > 450 OR Fml("ob/os summation") < -50
Filter enabled: Yes
Here is the "ob/os summation" formula:
RSI(25)+Stoch(25,3)+Mo(25)+CCI(25)
(
Go Top
)
OBV Volatility
{ On Balance Volume Volatility v1.0 }{ Plot on own window below price chart }{ ©Copyright
2004 Jose Silva }{ josesilva22@yahoo.com }
pds:=Input("Volatility StdDev periods",
2,2520,10);
choose:=Input("base Volatility on: OBV=1, Close=2",1,2,1);
plot:=Input("plot: Normal Vt=1, Split Up+Down Vt=2, OBV=3",1,3,1);
x:=Stdev(If(choose=1,OBV(C),C),pds);
y:=Ref(x,-1);
ratio:=Min(x,y)/Max(x,y);
Vt:=Abs(If(x>y,2-ratio,ratio)-1)*100;
VtAvg:=Cum(Vt)/Cum(Vt>-1);
VtUp:=If(x>Ref(x,-1),Vt,0);
VtDw:=-If(x<Ref(x,-1),Vt,0);
If(plot=2,VtUp,If(plot=3,OBV(C),VtAvg));
If(plot=2,VtDw,If(plot=3,OBV(C),Vt))
Home
MetaStock Secrets
Free MS Newsletter
Free MS Formula
Buy MetaStock
Buy MS Formulas
FREE Videos
MS Back Testing
Trading Systems
Nicolas Darvas
MetaStock Links
Rave Reviews
About Us
Contact Us
SiteMap
Strona 2
Metastock Formulas - O
2014-10-14 14:04:55
http://www.meta-formula.com/Metastock-Formulas-O.html
OBV Volatility system
{ On Balance Volume Volatility system v1.0 }{ Enters Long on high negative OVB Volatility }
{ Exits Long on high positive OVB Volatility }{ Plot on own window below price chart }
{ ©Copyright 2004 Jose Silva }{ josesilva22@yahoo.com }
pds:=Input("Volatility StdDev periods",2,2520,252);
level:=Input("Threshold levels",0,100,0.5);
x:=Stdev(OBV(C),pds);
y:=Ref(x,-1);
ratio:=Min(x,y)/Max(x,y);
Vt:=Abs(If(x>y,2-ratio,ratio)-1)*100;
VtUp:=If(x>Ref(x,-1),Vt,0);
VtDw:=-If(x<Ref(x,-1),Vt,0);
In:=Cross(-level,VtDw);
Out:=Cross(VtUp,level);
delay:=Input("Entry and Exit delay",0,5,0);
plot:=Input("plot: entry/exit signals=1, trade binary=2",1,2,1);
Init:=Cum(In+Out>-1)=1;
InInit:=Cum(In)=1;
flag:=Ref(BarsSince(Init OR In)
< BarsSince(Init OR Out)+InInit,-delay);
In1:=Cum(Cum(In))=1;
Out1:=Cum(Cum(Out))=1;
signals:=(InInit AND Alert(InInit=0,2)
OR flag AND Alert(flag=0,2))
-(flag=0 AND Alert(flag,2));
odd:=Cum(1)/2=Int(Cum(1)/2);
Ref(If(plot=1,In1,0),-delay);
-(plot=1 AND Ref(Out1 AND BarsSince(In1)
>=BarsSince(Out1),-delay));
If(plot=1,0,If(odd,flag,0));
If(plot=1,signals,flag)
(
Go Top
)
If you have Metastock formulas you would like to share,
Please email to
We look forward to hearing from you!
To learn more about how to use Metastock and its formula
click here.
copyright 2003
MetaStock Website Home
Metastock® is a registered trademark of Equis International.