Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

Price period SMA - indicateur pour MetaTrader 5

Vues:
560
Note:
(2)
Publié:
2021.12.04 14:57
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Pour calculer le prix moyen, vous pouvez spécifier les périodes H1 et D1. Par exemple, le prix moyen D1 vous permet de savoir si le prix d'un certain instrument financier est supérieur ou inférieur au prix moyen. Il en va de même avec H1, qui indique un renversement de tendance des prix beaucoup plus rapide.

L'indicateur n'a que trois paramètres d'entrée calculés :

input string               _symbolName    ="0";             // Symbol, 0 = take a symbol from the chart
input ENUM_USE_SMA         _useSMA        =DAY_SMA;         // Use moving average
input ENUM_APPLIED_PRICE   _appliedPrice  =PRICE_WEIGHTED;  // Price

  1. Symbole pour les calculs ;
  2. La période de temps pour laquelle le prix moyen est calculé ;
  3. Prix appliqué.

Il est recommandé d'utiliser de M1 à M30, M1 est l'échelle de temps la plus informative.

AUDUSDM1


Vous pouvez également comparer différents instruments financiers sur le même tableau des prix.

Par exemple, EURUSD et USDCAD, M15.

EURUSDM15


L'indicateur vous permet également de voir les niveaux de résistance / support du prix moyen quotidien.

NZDUSDM1

Price period SMA Price period SMA

The indicator calculates the average price for the specified period.

Convert iExposure.mq4 From MetaQuotes Convert iExposure.mq4 From MetaQuotes

iExposure will show the opening of trading positions in tabular form in the sub-window below the main window. This allows the trader to see at a glance the positions in the market including the profit value and the amount of risk for each position. The iExposure indicator is a technical tool that is easy to use and very helpful, especially if a trader opens several trades at once with several different instruments. Traders can add the iExposure indicator to any price chart if they wish to use it. By adding the iExposure indicator, traders can also still see tabs of other trading positions for other currencies. Also note that iExposure can also monitor all trading positions, besides being able to make details by displaying one position for one window.

Consolidation Detector Consolidation Detector

Draws an equidistant channel to detect rectangular consolidation pattern on chart

Bobokus Fibonacci Bobokus Fibonacci

Select Timeframe to draw Bobokus Fibonacci and add any custom fibonacci levels you want