Unisciti alla nostra fan page
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
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.
Il Price Rate of Change (ROC) riflette questo movimento ondulatorio come un oscillatore, misurando la differenza di prezzo in un determinato periodo. Il ROC cresce se i prezzi crescono e cala insieme a loro. Più cambia il prezzo, più cambia il ROC.
La libreria MovingAverages contiene funzioni per il calcolo di diversi tipi di medie mobili.
Questo semplice Expert Advisor utilizza gli indicatori Simple Moving Average e ADX.
L'Expert Advisor opera in base ai segnali degli indicatori della media mobile e dello stocastico.
Lo stile del disegno DRAW_HISTOGRAM è usato per tracciare i valori del buffer dell'indicatore come istogramma.
L'indicatore traccia i livelli di ritracciamento di Fibonacci per un numero di barre definito dall'utente.
La classe COsMAOnArray è progettata per calcolare i valori dell'indicatore Moving Average of Oscillator (OsMA) utilizzando il buffer dell'indicatore.
La classe CRVIOnArray è progettata per calcolare i valori dell'indicatore RVI (Relative Vigor Index) mediante buffer di indicatori. Come esempio di utilizzo della classe viene mostrato l'indicatore Test_RVIOnArray.
The Expert Advisor drawn on the basis of the MALR indicator. Trailing stop, lot increase, averaging and reversal functions are available