Rejoignez notre page de fans
An Expert Advisor based on two iMA (Moving Average, MA) and iRSI (Relative Strength Index, RSI)
A trading system based on three indicators iMA (Moving Average, MA) and two indicators iRSI (Relative Strength Index, RSI)
The script builds the Fibonacci Levels graphical object with the option of selecting the number of its segments
MT5 (MQL5) Version of Position Size Calculator - Based on VP Money Management rules This version has been tested and works in both versions; in MT4 (MQL4) as well as in MT5 (MQL5). See the original MT4(MQL4) only version here: https://www.mql5.com/en/code/23886 NOTE: I'm aware there appears to be an issue with the volume calculation and cross currency exchange rates. I'm working on fixing these issues.
This utility is not a trading or market information utility. This will likely only interest those writing (or debugging) indicators using multiple timeframes and collecting information using Bars (or iBars) and CopyRates. The utility creates a list showing the number of Bars reported by the "Bars" function and shows the success of CopyRates for any selected bar by displaying that bar's time from the collected data (or, it shows the error).
Regression Channel with variable polynomial degree - indicator for MetaTrader 5.
MovingAverages.mqh Part I A multi timeframe version is available with colors for orientation, for developers or profitable traders for free. Offer under conditions. Other multi timeframe indicators are also available.
La moyenne mobile de troisième génération est une version avancée de l'indicateur standard de moyenne mobile (MA) pour MetaTrader. Il met en œuvre une procédure assez simple de réduction du décalage basée sur une période MA plus longue. La méthode a été décrite pour la première fois par M. Duerschner dans son article Gleitende Durchschnitte 3.0 (en allemand). La version présentée utilise λ = 2, ce qui permet d'obtenir la meilleure réduction de décalage possible. Un λ plus élevé augmente la similitude avec la moyenne mobile classique. L'indicateur est disponible pour MT4 et MT5. Il ne nécessite l'utilisation d'aucune DLL
This MetaTrader 5 (MT5) custom indicator, boomSpikeBoxMitigationFinal.mq5, detects a specific bullish spike pattern on the chart and marks entry zones using rectangles and horizontal lines. Once the price returns to ("mitigates") the entry level, the entry line is shortened to the mitigation point.
L'indicateur ColorBars peint les barres de différentes couleurs en fonction des changements de volume. Si le volume a augmenté, la couleur est verte, dans le cas contraire la couleur est rouge.
Exemple de bouton, créé à l'aide de l'objet de type OBJ_BITMAP_LABEL.
Les signaux de trading basés sur le modèle de chandelier "Bullish Engulfing/Bearish Engulfing", confirmé par l'indicateur Commodity Channel Index (CCI) sont pris en compte. Le code de l'Expert Advisor basé sur cette stratégie peut être généré automatiquement à l'aide de l'Assistant MQL5.
Les signaux de trading basés sur le modèle de chandelier "Hammer/Hanging Man", confirmé par l'indicateur Relative Strength Index (RSI) sont pris en compte. Le code de l'Expert Advisor basé sur cette stratégie peut être généré automatiquement à l'aide de l'Assistant MQL5.
Lorsque la condition qui définit la barre extérieure se produit, la rupture de la barre intérieure dans la direction de la tendance précédente est vérifiée. Si la rupture a eu lieu, un signal d'ouverture de position est généré. Le module de signaux de trading est compatible avec la nouvelle version de l'assistant.
Cet indicateur est une solution générale au problème de l'utilisation de filtres numériques dans un terminal client.
The Demand Index combines price and volume in such a way that it is often a leading indicator of price change.
The library provides simple matrix operations: addition, subtraction, multiplication, inversion.
The CWPROnArray class is intended for calculation of Williams' Percent Range (%R) on indicator buffers. The example of use of the class is provided.
CCCIOnArray class is designed for calculation of Commodity Channel Index (CCI) values on indicator buffer. The example of use of the class is provided.
Two rectilinear channels of standard deviations + curvelinear channel of the parabolic regression with interpolation of a price chart future values.
The semaphore signal indicator with the values based on five technical indicators: LWMA, SMA, RSI, Stochastic, MACD.
The class is designed for calculation of the technical indicator Moving Average of Oscillator (Moving Average of Oscillator, OsMA) using the algorithm of the ring buffer.
The script for searching the maximum, minimum and average values of candlestick size
A trailing stop module based on the WPR indicator with short and long Stop Loss
When you drag this script onto the chart, it will calculate the price where you drop the script and use this price to figure out if a Buy Stop or Buy Limit pending order should be placed.