Unisciti alla nostra fan page
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 media mobile di terza generazione è una versione avanzata dell'indicatore di media mobile (MA) standard per MetaTrader. Implementa una procedura di riduzione del ritardo piuttosto semplice, basata su un periodo MA più lungo. Il metodo è stato descritto per la prima volta da M. Duerschner nel suo articolo Gleitende Durchschnitte 3.0 (in tedesco). La versione presentata utilizza λ = 2, che fornisce la migliore riduzione del ritardo possibile. Un λ più alto aumenta la somiglianza con la media mobile classica. L'indicatore è disponibile sia per MT4 che per MT5. Non richiede l'utilizzo di alcuna DLL
L'indicatore ColorBars dipinge le barre con colori diversi a seconda delle modifiche del volume. Se il volume è aumentato, il colore è verde, altrimenti il colore è rosso.
L'esempio di pulsante, creato utilizzando l'oggetto di tipo OBJ_BITMAP_LABEL.
Vengono considerati i segnali di trading basati sul pattern di candele "Bullish Engulfing/Bearish Engulfing", confermato dall'indicatore Commodity Channel Index (CCI). Il codice dell'Expert Advisor basato su questa strategia può essere generato automaticamente utilizzando il Wizard MQL5.
Vengono presi in considerazione i segnali di trading basati sul pattern di candele "Hammer/Hanging Man", confermato dall'indicatore Relative Strength Index (RSI). Il codice dell'Expert Advisor basato su questa strategia può essere generato automaticamente utilizzando il Wizard MQL5.
Quando si verifica la condizione che definisce la barra esterna, viene verificata la rottura della barra interna nella direzione della tendenza precedente; se la rottura ha avuto luogo, viene generato un segnale per aprire una posizione. Il modulo dei segnali di trading è compatibile con la nuova versione di wizard.
Questo indicatore rappresenta una soluzione generale al problema dell'utilizzo di filtri digitali in un terminale client.
Un indicatore per l'analisi tecnica multivaluta basato sulle risonanze di attività finanziarie correlate.
Momentum più fluido con indicazione a colori dello stato di tendenza attuale.
L'indicatore DailyPivotPoints aiuta a delineare un quadro della direzione futura del mercato, a differenza di altri strumenti di ritardo del mercato.
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.