Indicadores Multi Timeframe - página 72

 

indicadores

¡hola! Todo el mundo,

¿Alguien tiene un indicador llamado MTF Movingaverages con opción HIGH/LOW?

Por favor, ayúdenme y ayúdenme.

Dilip

 
pramukhswami:
¡hola! Todo el mundo,

¿Alguien tiene un indicador llamado MTF Movingaverages con la opción HIGH/LOW?

Por favor, ayuda y obligar.

Dilip

MTF Movingaverages fue publicado en el primer post de este hilo. Y usted puede cambiar la configuración de este indicador para la opción de precio alto o bajo. Vea la imagen adjunta: la línea blanca es el indicador MTF_moving_averahges en modo alto junto con el sistema M30 asctrend.

Abra este indicador en MetaEditor y verá:

//---- 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;
Archivos adjuntos:
 

Alguien ha creado un MTF para la ruptura de la tendencia DeMark, si no puede alguien por favor creare un MTF para este indicador.

Archivos adjuntos:
 
pramukhswami:
¡hola! Todo el mundo,

¿Alguien tiene un indicador llamado MTF Movingaverages con la opción HIGH/LOW?

Por favor, ayúdenme y ayúdenme.

Dilip

Creo que te refieres a esto

Archivos adjuntos:
 
michh:
Creo que te refieres a esto

eso es viejo; hay mtf ma v1 por igorad en este hilo

 

por favor ayúdeme a codificar esta TENDENCIA para MTF

Se agradece mucho.

Archivos adjuntos:
trend.mq4  4 kb
 

indicadores

¿Alguien tiene el indicador MTF MA con la opción HIGH/LOW?

Por favor, ayúdenme y ayúdenme.

Dilip

 
holy_phoenix:
por favor ayúdame a codificar esta TENDENCIA para MTF Se agradece mucho.

OK Aquí está para usted

Archivos adjuntos:
mtf-trend.mq4  4 kb
 
increase:
OK Aquí está para usted

gracias mucho aumento 4 ur ayuda

 

me encanta stoch tanto. pero cuando lo uso con timeframe de entrada 1440 (D1) en H1 se ve diferente con Stoch en D1.

la linea esta muy cerca una de la otra.

podría alguien hacerlo normalmente

Archivos adjuntos:
Razón de la queja: