gobernado escribió:Taz
De donde sacas el indicador VORTEC .El meta no lo tiene
METASTOCK: VORTEX INDICATOR
In the Tools menu, select Indicator Builder.
Click New to open the Indicator Editor for a new indicator.
Type the name “Vortex +”.
Click in the larger window and paste or type in the formula:
tp:= Input("time periods",1,100,14);
Sum(Abs(H-Ref(L,-1)),tp)/Sum(Max(H,Ref(C,-1))-Min(L,Ref(C,-1)),tp)
Click Ok to close the Indicator Editor.
Click New to open the Indicator Editor for a new indicator.
Type the name “Vortex -”.
Click in the larger window and paste or type in the formula:
tp:= Input("time periods",1,100,14);
Sum(Abs(L-Ref(H,-1)),tp)/Sum(Max(H,Ref(C,-1))-Min(L,Ref(C,-1)),tp)
Click Ok to close the Indicator Editor.
Click Ok to close Indicator Builder.