Indicateurs multitemporels - page 72

 

indicateurs

Salut ! Tout le monde,

Est-ce que quelqu'un a un indicateur appelé MTF Movingaverages avec l'option HIGH/LOW ?

Merci de m'aider et de m'obliger.

Dilip

 
pramukhswami:
Bonjour ! Tout le monde,

Est-ce que quelqu'un a un indicateur appelé MTF Movingaverages avec l'option HIGH/LOW ?

Merci de bien vouloir nous aider.

Dilip

MTF Movingaverages a été affiché dans le premier message de ce fil. Et vous pouvez changer les paramètres de cet indicateur pour l'option de prix haut ou bas. Voir l'image ci-jointe : la ligne blanche est l'indicateur MTF_moving_averahges en mode haut avec le système asctrend M30.

Ouvrez cet indicateur dans MetaEditor et vous verrez :

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

Quelqu'un a-t-il créé une MTF pour le DeMark trend break, sinon quelqu'un peut-il créer une MTF pour cet indicateur ?

 
pramukhswami:
Bonjour ! Tout le monde,

Est-ce que quelqu'un a un indicateur appelé MTF Movingaverages avec l'option HIGH/LOW ?

Merci de m'aider et de m'obliger.

Dilip

Je pense que vous voulez dire ceci

Dossiers :
 
michh:
Je pense que vous voulez dire ceci

c'est vieux ; il y a mtf ma v1 par igorad dans ce fil de discussion

 

Veuillez m'aider à coder ce TREND pour MTF.

Merci beaucoup.

Dossiers :
trend.mq4  4 kb
 

indicateurs

Est-ce que quelqu'un a un indicateur MTF MA avec l'option HIGH/LOW ?

Merci de m'aider et de m'obliger.

Dilip

 
holy_phoenix:
s'il vous plaît aidez-moi à coder ce TREND pour MTF Beaucoup apprécié.

OK Voici pour vous

Dossiers :
mtf-trend.mq4  4 kb
 
increase:
OK. Le voici pour vous

merci beaucoup pour votre aide

 

J'aime tellement le stoch. Mais quand je l'utilise avec le timeframe d'entrée 1440 (D1) sur H1, il semble différent avec le stoch sur D1.

Les lignes sont trop proches les unes des autres.

Quelqu'un pourrait-il le faire normalement ?

Dossiers :