Indicatori multi timeframe - pagina 72

 

indicatori

Ciao! Tutti,

Qualcuno ha un indicatore chiamato MTF Movingaverages con opzione HIGH/LOW?

Gentilmente aiutare e obbligare.

Dilip

 
pramukhswami:
Ciao! Ciao a tutti,

Qualcuno ha un indicatore chiamato MTF Movingaverages con opzione HIGH/LOW?

Gentilmente aiutate e obbligate.

Dilip

MTF Movingaverages è stato pubblicato nel primo post di questo thread. E si possono cambiare le impostazioni in questo indicatore per l'opzione di prezzo alto o basso. Vedi l'immagine allegata: la linea bianca è l'indicatore MTF_moving_averahges in modalità alta insieme al sistema M30 asctrend.

Apra questo indicatore in MetaEditor e vedrà:

//---- 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;
File:
 

qualcuno ha creato un MTF per il DeMark trend break, se no qualcuno può creare un MTF per questo indicatore.

 
pramukhswami:
Ciao! A tutti,

Qualcuno ha un indicatore chiamato MTF Movingaverages con opzione HIGH/LOW?

Gentilmente aiutate e obbligate.

Dilip

Penso che tu intenda questo

File:
 
michh:
Penso che tu intenda questo

questo è vecchio; c'è mtf ma v1 di igorad in questo thread

 

per favore aiutatemi a codificare questo TREND per MTF

Molto apprezzato.

File:
trend.mq4  4 kb
 

indicatori

Qualcuno ha un indicatore MTF MA con opzione HIGH/LOW?

Gentilmente aiutare e obbligare.

Dilip

 
holy_phoenix:
per favore aiutatemi a codificare questo TREND per MTF Molto apprezzato.

OK Eccolo qui per voi

File:
mtf-trend.mq4  4 kb
 
increase:
OK Ecco qui per voi

grazie u molto aumento 4 ur aiuto

 

ma quando lo uso con l'input timeframe 1440 (D1) su H1 sembra diverso con Stoch su D1.

la linea è troppo vicina l'una all'altra.

qualcuno potrebbe farlo normalmente

Motivazione: