kagi
Member for 11 years 3 months

Metastock: VLX Volatility Indikator

Hallo,

ich suche den VLX Indikator für Metastock. Hat jemand einen Link oder kann diese Formel im Metastock umsetzen?

http://www.technical-investor.de/content.asp?p=wsn/artikel.asp&WAID=1335&wid=1675&selfid=1683

Danke
kagi

Submitted by kagi on
Rock
Member for 11 years 3 months

Ich hätte den Indikator auch gerne in Metastock.

Hat ihn vielleicht schon mal jemand umgesetzt?

Gruß Rock

metatrader
Member for 11 years 2 months

Hallo,

ich habe mal versucht, die Formel MS umzusetzen, das Ergebnis entspricht nicht dem in Technical Investor abgebildeten Indikator, kommt Ihm aber ziemlich nahe. Wer Lust hat, kann meinen Lösungsansatz ja noch erweitern:

VLX Variation
N:=Input("N?",1,500,10);
K:=Input("K?",1,20,3);
TH:=If(Ref(C,-1) > H,Ref(C,-1),H);
TL:=If(Ref(C,-1) < L,Ref(C,-1),L);
TR:=TH-TL;
R:=1/n;
MEMA:=(If(Cum(1)=1,TR,PREV*(1-R)+TR*R));
atr1:=mema*k;
StLong:=HHV(C,n)-atr1;
StShort:=C+atr1;
stopLong:=If(C<PREV,StLong,Max(StLong,PREV));
stopShort:=If(C>PREV,StShort,Min(StShort,PREV));
in:=Cross(C,Ref(stopShort,-1));
Out:=Cross(Ref(stopLong,-1),C);
Init:=Cum(In+Out>-1)=1;
InInit:=Cum(In)=1;
flag:=BarsSince(Init OR In)
< BarsSince(Init OR Out);
signals:=Ref((InInit AND Alert(InInit=0,2)
OR flag AND Alert(flag=0,2))
+(flag=0 AND Alert(flag,2))*-1,-0);
If(flag=1,stopLong,stopShort)

Rock
Member for 11 years 3 months

Klasse gemacht, Metatrader!

Nachdem auf die Frage keine Antwort gekommen war, hab ich mich heute nachmittag über 2 Stunden mit der miserabel formulierten Beschreibung aus TI hingesetzt und versucht, sie umzusetzen.

Was dabei rauskam ist dem TI Indikator aber bei weitem nicht so ähnlich wie dies hier.

Danke!

Gruß Rock

Gast

Habe gerade durch google diesen Thread entdeckt als ich nach VLX-Formeln gesucht habe.

Wieder mal super gemacht Metatrader, Danke! :)

Rückrufservice
Please describe your request so that we can prepare for the callback.
Yes, I have read the Privacy Policy note and I consent that the data provided by me, including the contact data, for the processing of the inquiry and in case of questions are electronically collected and stored. My data will only be used strictly for my request and will not be passed without my consent. This consent can be revoked any time with effect for the future.'
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
Help?

Do you have questions about ZMP Live? Our team will be happy to help you. Please feel free to send us a message:

Our privacy policy applies

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Register now

Jetzt registrieren und ZMP Live+ 14 Tage kostenlos testen!
  • Dauerhaft kostenfrei
  • Keine Zahlungsinformationen erforderlich