Need help to modify indicator.

 
Hi.

first i would like to thanks all the forum for their knowledge.
this is my first post and i'm french then sorry for my bad english.

my problem is the following:

I have the indicator rsi_ema_mtf and would like to modify the coding.
instead of to call the indicator "IMAonarray",I call the indicator "JMA"

please can anyone help me? thank you in advance

I join the two indicator:

rsi_ema:http://www.4shared.com/file/b7lUHBIJ/RSI_EMA_MTF.html

Files:
jma.mq4  11 kb
 
Allot of programmers willing to help you here.
 
k202:

I have the indicator rsi_ema_mtf and would like to modify the coding.
instead of to call the indicator "IMAonarray",I call the indicator "JMA"

please can anyone help me? thank you in advance

I join the two indicator:

rsi_ema:http://www.4shared.com/file/b7lUHBIJ/RSI_EMA_MTF.html


Firstly, the 4shared link requires you to sign up and login. Just attach it to your post.

Secondly, it is not possible for one indicator to call another indicator. We tried it recently.

Three solutions:

1) Put the two indicators on the same chart and save as a template.

2) merge the code of the two indicators

3) use an EA to call both of the indicators.

Reason: