Unisciti alla nostra fan page
CandleStop_System indicator provides alerts, sends email and push notifications when the candles break through the indicator channel.
In order to filter out some of the signals of the Price Zone Oscillator - Floating Levels indicator, smoothing is added to this version.
A colored smoothed PWMA that displays the most recent value as a price label with the possibility to round the indicator levels up to a required number of digits.
The indicator colors candlesticks depending on the position of these candlesticks in relation to the previous candlesticks.
The EA is based on iAO (Awesome Oscillator, AO) and RAVI (Range Action Verification Index) indicators.
XDeMarker_Histogram_Vol indicator shows direction of the histogram bars movement using colored icons on these bars
Expert advisor uses the difference between bar closes and a close moving average to detect unusual activity, it will then buy arbitrary volatility spikes. This is a prototype that I will be expanding on in the future, at the moment the user can input an arbitrary level to buy at. In future developments I plan on building a neural network in the EA that detects and compares volatility levels.
An indicator that shows buy and sell signals of three indicators (iSAR, iRSI, and iMA) on nine timeframes with full settings
The Stalin indicator with the ability to change the indicator timeframe using input parameters
Zero mean normalized nonlinear Kalman filter - with floating levels
The equation of the straight line from the school, it is y = bx + с. (Conversion from https://www.mql5.com/en/code/7883)
If you only want to execute your code blocks "only once per bar" it's important to check if there is new bar arrived or not.
Detrended Price Oscillator (indicatore MetaTrader) - una versione dell'oscillatore di prezzo basata sulla differenza tra il prezzo corrente e la media mobile semplice spostata di (Periodo / 2) + 1 barre. A differenza dell'oscillatore stocastico, questo indicatore mira a mostrare i cambiamenti di tendenza a breve termine (onde di prezzo all'interno della tendenza a lungo termine). L'indicatore viene visualizzato in una finestra separata del grafico. È possibile utilizzare questo indicatore Detrended Price Oscillator (DPO) sia nella versione MT4 che in quella MT5 della piattaforma.
Indicatore Spread MetaTrader - visualizza lo spread corrente nella finestra principale del grafico. È possibile modificare i parametri del carattere, la posizione dell'indicatore e la normalizzazione del valore dello spread. Lo spread viene ridisegnato dopo ogni tick, garantendo il valore di spread più attuale e attivo. Questo può essere utile per i broker con spread variabili o con spread che si allargano spesso. È inoltre possibile attivare la visualizzazione di un'etichetta di spread vicino alla linea di offerta corrente. L'indicatore è disponibile sia per MT4 che per MT5.
Queste sono alcune dichiarazioni #define utili per eseguire operazioni nel vostro EA. È sufficiente assegnare il nome delle variabili all'inizio del file e lasciare che le altre dichiarazioni #define facciano il loro lavoro. Per utilizzare questo file, aggiungete #include <DEFINE_statements.mqh> alla prima riga del vostro file EA.
Bill William's accelerator (Accelerator Oscillator) which is drawn on the high and displayed on the low timeframe.
ATR MA Oscillator is the oscillator drawn on the basis of the difference between the ATR oscillator and its signal line.
The Aggressiveness indicator displays how many points the instrument runs on the average for one candlestick
A typical and sufficiently smooth oscillator which can apply all oscillator analytical instruments
The indicator finds Doji candlesticks and highlights them on a chart using colored arrows.
The i-OneThird indicator draws candlesticks that correspond to the bullish and bearish patterns (in the style of Heiken Ashi).
The CronexChaikin indicator with the timeframe selection option available in input parameters.
The CronexAC_Signal indicator shows information on the current trend using the values of the CronexAC indicator with a fixed timeframe.
The Exp_TSI_DeMarker EA is based on the signals of the TSI_DeMarker trend indicator.