Swinger.
Member for 11 years 4 months

Metastock: Formel für +DI und -DI

Hallo,

hat jemand den Metastock Code für +DI bzw. -DI. Ich weiß dass die Funktion in Metastock vorhanden ist. Ich möchte aber die beiden Indikatoren mit der TMW Dll ins Wochenformat bringen und hierzu brauche ich die Formel. Wenn ich sie selbst schreiben muss brauche ich wahrscheinlich Monate.

Gruss

Submitted by Swinger. on
metatrader
Member for 11 years 4 months

@ Chartcheck [#1]

Versuch es mal hiermit:

Periods:= Input("Time periods",1,100,14);
PlusDM:= If(HIGH>Ref(HIGH,-1) AND
LOW>=Ref(LOW,-1), HIGH-Ref(HIGH,-1),
If(HIGH>Ref(HIGH,-1) AND LOW<Ref(LOW,-1)
AND HIGH-Ref(HIGH,-1)>Ref(LOW,-1)-LOW,
HIGH-Ref(HIGH,-1), 0));
DIPlus:= 100 * Wilders(PlusDM,Periods) /
ATR(Periods);
MinusDM:= If(LOW<Ref(LOW,-1) AND
HIGH<=Ref(HIGH,-1), Ref(LOW,-1)-LOW,
If(HIGH>Ref(HIGH,-1) AND LOW<Ref(LOW,-1)
AND HIGH-Ref(HIGH,-1)<Ref(LOW,-1)-LOW,
Ref(LOW,-1)-LOW, 0));
DIMinus:= 100 * Wilders(MinusDM,Periods) /
ATR(Periods);
DIDif:= Abs(DIPlus - DIMinus);
DISum:= DIPlus + DIMinus;
ADXRaw:= 100 * Wilders(DIDif/DISum, Periods);
ADXRaw

Swinger.
Member for 11 years 4 months

@ metatrader [#2]

Perfekt wie immer. Habe die Formel zwar noch nicht auf Wochendaten umgebaut aber auf Tagesbasis passt die Formel.

Wie könnte es auch anders sein. ;-)

Ich denke so komme ich weiter.

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