Multi Timeframe Indicators - page 72

 

indicators

hi! Everybody,

Does anyone have an indicator called MTF Movingaverages with HIGH/LOW option?

Kindly help and oblige.

Dilip

 
pramukhswami:
hi! Everybody,

Does anyone have an indicator called MTF Movingaverages with HIGH/LOW option?

Kindly help and oblige.

Dilip

MTF Movingaverages was posted on the first post of this thread. And you may change the settings in this indicator for high or low price option. See the image attached: white line is MTF_moving_averahges indicator in high mode together with M30 asctrend system.

Open this indicator in MetaEditor and you will see:

//---- input parameters

/*************************************************************************

PERIOD_M1 1

PERIOD_M5 5

PERIOD_M15 15

PERIOD_M30 30

PERIOD_H1 60

PERIOD_H4 240

PERIOD_D1 1440

PERIOD_W1 10080

PERIOD_MN1 43200

You must use the numeric value of the timeframe that you want to use

when you set the TimeFrame' value with the indicator inputs.

---------------------------------------

PRICE_CLOSE 0 Close price.

PRICE_OPEN 1 Open price.

PRICE_HIGH 2 High price.

PRICE_LOW 3 Low price.

PRICE_MEDIAN 4 Median price, (high+low)/2.

PRICE_TYPICAL 5 Typical price, (high+low+close)/3.

PRICE_WEIGHTED 6 Weighted close price, (high+low+close+close)/4.

You must use the numeric value of the Applied Price that you want to use

when you set the 'applied_price' value with the indicator inputs.

---------------------------------------

MODE_SMA 0 Simple moving average,

MODE_EMA 1 Exponential moving average,

MODE_SMMA 2 Smoothed moving average,

MODE_LWMA 3 Linear weighted moving average.

You must use the numeric value of the MA Method that you want to use

when you set the 'ma_method' value with the indicator inputs.

**************************************************************************/

extern int TimeFrame=0;

extern int MAPeriod=13;

extern int ma_shift=0;

extern int ma_method=MODE_SMA;

extern int applied_price=PRICE_CLOSE;
Files:
 

has anyone created a MTF for the DeMark trend break, if not can someone please creare a MTF for this indicator.

 
pramukhswami:
hi! Everybody,

Does anyone have an indicator called MTF Movingaverages with HIGH/LOW option?

Kindly help and oblige.

Dilip

I thing you mean this

Files:
 
michh:
I thing you mean this

that's old; there is mtf ma v1 by igorad in this thread

 

please help me to code this TREND for MTF

Much appreciated.

Files:
trend.mq4  4 kb
 

indicators

Does anyone have MTF MA indicator with HIGH/LOW option?

Kindly help and oblige.

Dilip

 
holy_phoenix:
please help me to code this TREND for MTF Much appreciated.

OK Here it is for you

Files:
mtf-trend.mq4  4 kb
 
increase:
OK Here it is for you

thank u very much increase 4 ur help

 

i love stoch so much. but when i use it with input timeframe 1440 (D1) on H1 it looks different with Stoch on D1.

the line was too close each other.

could someone make it normally