metastock to amibroker

#1
Hi,
I'm pretty new to Amibroker.
Is anyone able to convert this Metastok formula to Amibroker?

a1:= Fml( "LMS - Heikin-Ashi Vervoort");
a2:= Fml( "LMS - Heikin-Ashi Vervoort") = 0;
a1 AND Ref(a2, -2) AND C>(LLV(L,20)+(2*ATR(10)))
AND VOLUME > 200000 AND CLOSE > 0.20

Thanks,

vekian
 

KelvinHand

Well-Known Member
#2
Hi,
I'm pretty new to Amibroker.
Is anyone able to convert this Metastok formula to Amibroker?

a1:= Fml( "LMS - Heikin-Ashi Vervoort");
a2:= Fml( "LMS - Heikin-Ashi Vervoort") = 0;
a1 AND Ref(a2, -2) AND C>(LLV(L,20)+(2*ATR(10)))
AND VOLUME > 200000 AND CLOSE > 0.20

Thanks,

vekian
Fml() is protected code, you need to send the whole installation file to someone probably can unlock then can consider. If the protected code is executed from DLL then chances is slim.
 

umeshmandal

Well-Known Member
#3
Hi,
I'm pretty new to Amibroker.
Is anyone able to convert this Metastok formula to Amibroker?

a1:= Fml( "LMS - Heikin-Ashi Vervoort");
a2:= Fml( "LMS - Heikin-Ashi Vervoort") = 0;
a1 AND Ref(a2, -2) AND C>(LLV(L,20)+(2*ATR(10)))
AND VOLUME > 200000 AND CLOSE > 0.20

Thanks,

vekian
Mail the add on if its for metastock ver 8.xx to me, I 'maybe' able to reveal the formula! Not sure! It does not work at times.
Note: No idea abt conversion to Amibroker (AFL)
 

mastermind007

Well-Known Member
#4
Hi,
I'm pretty new to Amibroker.
Is anyone able to convert this Metastok formula to Amibroker?

a1:= Fml( "LMS - Heikin-Ashi Vervoort");
a2:= Fml( "LMS - Heikin-Ashi Vervoort") = 0;
a1 AND Ref(a2, -2) AND C>(LLV(L,20)+(2*ATR(10)))
AND VOLUME > 200000 AND CLOSE > 0.20
Fml() is protected code, you need to send the whole installation file to someone probably can unlock then can consider. If the protected code is executed from DLL then chances is slim.
Kelvin

Fml is short form for Formula. Whether it is protected or regular cannot be known from the calling code.

Vekian

Check if there is an Indicator with the name of LMS - Heikin-Ashi Vervoort in your metastock installation. If yes, see if you can cut-paste the code from that indicator.

my guess is that is straight forward Heiken Ashi stuff

And last line of code above is simply plotting the same
 

KelvinHand

Well-Known Member
#5
Kelvin

Fml is short form for Formula. Whether it is protected or regular cannot be known from the calling code.

Vekian

Check if there is an Indicator with the name of LMS - Heikin-Ashi Vervoort in your metastock installation. If yes, see if you can cut-paste the code from that indicator.

my guess is that is straight forward Heiken Ashi stuff

And last line of code above is simply plotting the same
Thank for pointing out the details, but I no need to be that. from the Fml() name - "LMS - Heikin-Ashi Vervoort", i guess this kind of formula are usually protected.

See umeshmandal willing to take the job, that OK already.:)
 
Last edited:

mastermind007

Well-Known Member
#6
Thank for pointing out the details, but I no need to be that. from the Fml() name - "LMS - Heikin-Ashi Vervoort", i guess this kind of formula are usually protected.

See umeshmandal willing to take the job, that OK already.:)
Help of Umesh is only needed if the formula is actually protected. If formula is plainly visible, there is no need to decrypt it. Is there?

Anyways, If I've stepped on your toes somehow, I'll be out of this thread :)
 

Similar threads