Multi Timeframe Indicators - page 1180

 
metal30:

if you really want shit done, you have to pay for it, 

 https://www.mql5.com/en/job

For what? For a built in multi time frame macd? Come on. Be serious ...it was posted at the first post of this same thread when the thread was opened

Is that something with the new year or it is in the air?

 
Sanz50:
Thanks for your reply, Do you know an MA-ATR MTF indicator with arrows, i think will work too.
What is ma-atr?
 
iransms:

this is very very good indicator please convert to mtf

please

please multi time this indicator mr mladen
 
iransms:
please multi time this indicator mr mladen
Can not alter ex4 file
 
mladen:
Can not alter ex4 file
no aert only need mtf  mean 4h line conver to m15 chart
 
iransms:
no aert only need mtf  mean 4h line conver to m15 chart
#property indicator_chart_window
#property indicator_buffers 0
#property strict

extern ENUM_TIMEFRAMES TimeFrame   = PERIOD_CURRENT; // Time frame
extern double          Sensitivity = 3;              // Sensitivity
extern color           Color       = clrMagenta;     // Color

//------------------------------------------------------------------
//
//------------------------------------------------------------------
//
//
//
//
//

int init()   { TimeFrame  = MathMax(TimeFrame,_Period); return(0); }
int deinit() {                                          return(0); }
int start()
{
   double dummy = iCustom(NULL,TimeFrame,"autodtln04.ex4",Sensitivity,Color,0,0);
   return(0);
}  
 
mladen:
What is ma-atr?

this is it. I need it mtf

thanks soo much. 

Files:
ma-atr.mq4  5 kb
 
getting interesting...
 
Sanz50:

this is it. I need it mtf

thanks soo much. 

Use any multi time frame Keltner channel (Keltner channel == ma + atr bands)
 
oh man, the crazy rant is gone.... :)
Reason: