DEMA(DEMA(100,Close)),20) Custom Indicator

 

Dears, 

I have been using this indicator in the meta stock and I am satisfied of its results. Can any one help me find out how to program with MT4. Your help and support are highly appreciated.  

 

The indicator mainly takes the DEMA (Double Exponential Moving Average) of 100 then filter it more with the DEMA(20,close)

the formula in metastock is DEMA((DEMA(100,Close)),20)

 

Thanks 

 
Better ask here ... https://www.mql5.com/en/job
 
deysmacro:
Better ask here ... https://www.mql5.com/en/job

Thanks Deysmacro, but is that so difficult!!,

as far as I know DEMA function is already out there  it is just a matter of having two DEMAs combined. 

 
Bandy77: as far as I know DEMA function is already out there.  but is that so difficult!!,
  1. Exactly where in here ( Alphabetic Index of MQL4 Functions (600+) - MQL4 forum ) do you see it?
  2. Exactly how do you think you can combine two non-functions easily?
  3. You have only three choices: Search for it, learn to code it, or pay someone. We're not going to code it FOR you. We are willing to HELP you when you post your attempt (using SRC) and the nature of your problem.