Reply

Could you please offer a TEMA function in Easylanguage?

10 replies

eastpeace

Customer, bbp_participant, community, sq-ultimate, 305 replies.

Visit profile

9 years ago #113333

Hello,Mark and SQ develop team,

 

A strategy need tema indicator, And I don’t have this indicator or function in MC8.8.

 

I have found this indicator in MT5, but I couldn’t convert to easy language.

 

Could you please post TEMA function here?

 

Thanks.

0

Mark Fric

Administrator, sq-ultimate, 2 replies.

Visit profile

9 years ago #128813

MC really doesn’t have TEMA?

 

Here is its implementation in EasyLanguage:

 

XMA = XAverage( Price, Length ) ;
XMA2 = XAverage( XMA, Length ) ;
XMA3 = XAverage( XMA2, Length ) ;
 
TEMA = 3 * XMA – 3 * XMA2 + XMA3 ;

Mark
StrategyQuant architect

0

eastpeace

Customer, bbp_participant, community, sq-ultimate, 305 replies.

Visit profile

9 years ago #128837

Thanks for your quick reply, Mark.

 

Yes,MC8.8 do not have TEMA.

0

Chen PJ

Customer, bbp_participant, community, 2 replies.

Visit profile

6 years ago #181091

Will the above function be established separately in the MC?
I can not finish compiling by following the string

0

Chen PJ

Customer, bbp_participant, community, 2 replies.

Visit profile

6 years ago #181114

Will the above function be established separately in the MC?
I can not finish compiling by following the string

The problem has been resolved ……….Thank you

0

CHOO KAI YE

Subscriber, bbp_participant, community, sq-ultimate, 0 replies.

Visit profile

5 years ago #234089

Hello,
I still not able to make sure my MC work correctly on function TEMA, more details please.

thanks in advance.

0

Kornel Mazur

Administrator, sq-ultimate, 6 replies.

Visit profile

5 years ago #234097

Hello,

I am sending TEMA function for Multicharts as attachment. Please import it using import dialog in PowerLanguage editor (ctrl+i).

0

Chen PJ

Customer, bbp_participant, community, 2 replies.

Visit profile

5 years ago #234100

I cant download the file

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

5 years ago #234101

You can try to download this zipped version

Attachments:
You must be logged in to view attached files.

0

Chen PJ

Customer, bbp_participant, community, 2 replies.

Visit profile

5 years ago #234103

thank you~~^^

0

CHOO KAI YE

Subscriber, bbp_participant, community, sq-ultimate, 0 replies.

Visit profile

5 years ago #234117

Thank You 🙂

0

Viewing 10 replies - 1 through 10 (of 10 total)