Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Accedi al CodeBase dal tuo terminale MetaTrader 5
Non hai trovato il codice che fa per te? Ordinane uno dalla sezione Freelance
Come scrivere un Expert Advisor o un indicatore

I migliori codici sorgente MQL4 e MQL5 in base ai giudizi degli utenti - 8

Invia il tuo codice

L'indicatore Custom MA Cross with RSI per MT5 è uno strumento di trading versatile progettato per aiutare i trader a identificare i cambiamenti di tendenza e a filtrare le entrate utilizzando il momentum. Questo indicatore combina due medie mobili (MA) con il Relative Strength Index (RSI), offrendo chiari segnali di acquisto e vendita.

Questo indicatore richiama altri 3 indicatori di sottofinestra. Tutti i file vanno nella cartella Indicatori.

Evoluzione dinamica del canale di Donchian basata sulle linee di tendenza

Logify is a logging library for MQL designed to simplify debugging, tracking, and monitoring of EAs and indicators. It provides structured, customizable, and organized logs directly on the chart or in the terminal, with support for log levels, flexible formats, and multiple handlers. A lightweight, elegant solution that is easy to integrate into your MQL projects.

Script per la chiusura parziale degli ordini di acquisto attivi

Chiudere parzialmente gli ordini di vendita attivi

L'indicatore AutoTrendLines disegna automaticamente le linee di tendenza di supporto e di resistenza sul grafico di MetaTrader 5. Identifica i livelli di prezzo chiave utilizzando due metodi: Due estremi (Tipo 1) o Estremo e Delta (Tipo 2). Le linee vengono ricalcolate solo quando si forma una nuova barra, garantendo così prestazioni efficienti.

L'indicatore implementa alcuni degli approcci più interessanti alla misurazione delle correlazioni

"2 Moving Averages with Bollinger Bands" è un indicatore MT5 personalizzato che combina due medie mobili configurabili e bande di Bollinger opzionali. Genera frecce di acquisto e di vendita in tempo reale quando si verificano incroci, con avvisi opzionali, suoni e notifiche via e-mail. Adatto a tutti i timeframe e simboli

Si tratta di un semplice file di script per calcolare la dimensione del lotto utilizzando l'approccio della percentuale di rischio o l'importo effettivo da rischiare.

Questo indicatore individua una specifica formazione di spike ribassista su 3 candele

The Value Area Retracement indicator, is a powerful volume profile-based tool designed to identify key trading levels—Point of Control (POC), Value Area High (VAH), Value Area Low (VAL), and Profile High/Low—across different timeframes. It helps traders spot potential retracement opportunities to the POC, breakout zones, and value areas, making it useful for intraday, swing, and position trading.

The EA identifies trade setups by waiting for a user-defined number of indicators (e.g., 2 out of 3) to show divergence simultaneously. This multi-layer confirmation approach filters out market noise. Key Features: Triple Confirmation Engine: Analyzes RSI, MACD, & Stochastic divergence. Advanced Filters: Optional Trend Filter (MA) and Volume Filter for superior signal quality. Full Customization: Control all indicator settings, divergence sensitivity, and trade logic. Professional Risk Management: Use fixed lots or percentage-based money management with SL/TP.

TardioBot V1.05, named after of a historical figure Giuseppe Tardio, is an Expert Advisor designed for MetaTrader 5 that employs a triangular arbitrage strategy.

An indicator to detect and mark all popular candle patterns

Parallel use of the MetaTrader 4 and MetaTrader 5 order systems.

The Zigzag2_R_Color indicator with the timeframe selection option available in the input parameters.

The VR Alert NT5 indicator warns the trader about the price reaching a specified level.

The Slope Direction Line indicator is displayed as a colored moving average line indicating the average market movement direction.

Holt's double exponential smoothing with linear forecasting

This version can use one of the 4 basic averages types for smoothing.

This is MQL5 version of Shved Supply and Demand written by Shved and upgraded by eevviill7 with history mode.

Static class to fix the TimeGMT() function during testing in the strategy tester.

Serialization and deserialization of JSON protocol. The code is ported from a high-speed С++ library.

Holt's double exponential smoothing - the trend component.

Adaptive Laguerre filter trend.

Rilevare l'inizio di una nuova barra o candela nel gestore dell'evento OnTick() di un Expert Advisor.

To use martingale money management when a position is in loss and price hits any of specific distances.

This is the exact conversion of pivotshigh and pivotslow functions from pine script v4 as an mql5 indicator.

This function performs the main logic of opening a trade. Calculates the opening price, take profit levels and stop loss based on symbol information and parameters provided by the user. Prepare a trade request (MqlTradeRequest) with the necessary information, such as symbol, volume, order type, deviation, comment, magic number, etc. Call the OrderSend function to send the operation request and get the result. SetTypeFillingBySymbol function: Determines the order fill type (Fill or Kill, Immediate or Cancel, or Return) based on the symbol's filling policy. GetMinTradeLevel function: Calculates the minimum operating level based on the freeze level and the symbol stops level. Adjusts the minimum level to make sure it is within certain limits and returns the result.

Indicator based on basic slope moving average and cloud around. Indicator shows two types of signals: prepearing - dot and entry - arrow.

Si tratta di un indicatore che visualizza i modelli di candele su un grafico.

When applied to financial markets this method is usually used to determine the moments of prices extreme deviation from a "standard" level.

Class for displaying multi-line comments.

YMA

Moving average for prices (O+C+H+L)/4.

A variation on the T3 theme that was made as a sort of envelopes using T3 for basic value.

The Aroon indicator in the new visualization.

The newest version of ALMA.

The Dynamic Trend signal indicator draws a two-color trend direction line and adds signal arrows.

The library and iCanvas class simplify writing programs using Canvas.

123456789101112131415...191