Rejoignez notre page de fans
Indicator AnchoredMomentum with the timeframe selection option available in input parameters.
The oscillator shows standard deviation calculated on the difference between the High and the Low.
An unorthodox approach to indicator MACD: The EA calculates the indicator's area displayed above and below zero line.
Indicator GB (Gaussian Bands) works in the same manner as standard indicator Bollinger Bands. However, unlike the former, it performs filtering centerline and deviation lines by Gaussian method. It also has two deviation lines on each side of the centerline.
PAC (Periods After Crossing MA) is an oscillator displaying the number of bars elapsed after the last crossing of the price and the moving average.
The EA uses Martingale. Initial entry by indicator iStochastic (Stochastic Oscillator).
iATR (Average True Range, ATR) and iStdDev (Standard Deviation, StdDev) indicators are configured for crossing of the two iMAs (Moving Average, MA) plus for Buy and Sell separately.
Multi Averages Slopes indicator that checks slopes of 5 (different period) averages and adds them up to show overall trend. Averages that can be used in this indicator are the: SMA, EMA, SMMA, LWMA.
Multi timeframe version of the Trend Trigger Factor JMA indicator.
Ultra Trend indicator that uses a "fast" (fast in response to market changes) Zero Lag TEMA for trend calculations.
Provides an interface for creating families of related or dependent objects without specifying their concrete class.
I used to suffer from unnecessary losses and/or cutting my profit short since I wasn't fast enough to modify my SL and/or TP. That is why I've wrote these scripts that will allow me to react fast when I must modify my Sl and/or TP especially when I have many open and/or pending trades. I know there are plenty of Metatraders who also suffer from this and that is why I would like to share these scripts with you, hopefully it will be beneficial. Do not forget to send you comments as well as rate these scripts. Happy trading!
AMA - Adaptive Moving Average - beginner tutorial to learn how to code in MQL5
Un indicateur qui tente de mettre en évidence une zone de marché en expansion
Overview Grid Master EA is an automated trading system that implements a bidirectional grid strategy. It places multiple pending orders above and below the current market price, capturing profits from market oscillations in both directions.
Le Taux de Variation des Prix (ROC) reflète ce mouvement ondulatoire comme un oscillateur, mesurant la différence de prix sur une certaine période. Le ROC augmente si les prix augmentent et baisse avec eux. Plus le prix change, plus le ROC change.
La bibliothèque MovingAverages contient des fonctions pour le calcul de différents types de moyennes mobiles.
Cet Expert Advisor simple utilise les indicateurs Simple Moving Average et ADX.
L'Expert Advisor négocie en fonction des signaux des moyennes mobiles et des indicateurs stochastiques.
Le style de dessin DRAW_HISTOGRAM est utilisé pour tracer les valeurs du tampon de l'indicateur sous forme d'histogramme.
L'indicateur trace les niveaux de retracement de Fibonacci pour un nombre de barres défini par l'utilisateur.
La classe COsMAOnArray est conçue pour calculer les valeurs de l'indicateur de la moyenne mobile de l'oscillateur (OsMA) en utilisant le tampon de l'indicateur.
La classe CRVIOnArray est conçue pour calculer les valeurs de l'indicateur RVI (Relative Vigor Index) par des tampons d'indicateurs. L'indicateur Test_RVIOnArray est présenté à titre d'exemple d'utilisation de la classe.