I codici sorgente più scaricati questa settimana
- Outbreak Trader 1.0 Breakout Trader 1.0 trades breakouts from the range.
- Pending tread EA (Best for Gold) The Pending_tread EA is a versatile and easy-to-use trading robot designed to automate the placement and management of multiple pending orders arranged in a grid pattern above and below the current market price. This EA is well-suited for scalping strategies and can operate on any timeframe or currency pair, making it highly flexible for various trading styles.
- MT4-BuildYourGridEA The expert is a system to help any trader to make a grid of orders.
Gli articoli più letti questa settimana
Come testare un trading robot prima di acquistarlo
L'acquisto di un robot di trading su MQL5 Market ha un netto vantaggio rispetto a tutte le altre opzioni simili: un sistema automatizzato offerto può essere accuratamente testato direttamente nel terminale MetaTrader 5. Prima dell'acquisto, un Expert Advisor può e deve essere eseguito con attenzione in tutte le modalità sfavorevoli nel Tester strategico integrato per ottenere una comprensione completa del sistema.

Come acquistare un robot di trading dal Market MetaTrader e installarlo?
Un prodotto del Market MetaTrader può essere acquistato sul sito MQL5.com o direttamente dalle piattaforme di trading MetaTrader 4 e MetaTrader 5. Scegli il prodotto che desideri e che si adatta al tuo stile di trading, pagalo utilizzando il tuo metodo di pagamento preferito e attiva il prodotto.

Continuiamo la serie di articoli sullo sviluppo di un robot di trading in Python e MQL5. In questo articolo creeremo un algoritmo di trading in Python.
Nuove pubblicazioni nel CodeBase
- A powerful and feature-rich JSON library for MQL5, designed to bring a modern development experience similar to Python/JS A powerful and feature-rich JSON library for MQL5, designed to bring a modern development experience similar to Python/JS
- Multi_Divergence_EA 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.
- Average Range It is an indicator that determines target levels according to the average of price movements.
I prodotti gratuiti più scaricati:
I più venduti sul Market:
Nuove pubblicazioni nel CodeBase
- Tarantella Tarantella EA: Advanced grid trading system with hedging capabilities and Market Profile integration. Uses ADX trend filtering, Fibonacci-based grid spacing, and multi-layered entry conditions (RSI/ATR/volume) to execute trades only within Market Profile value areas. Features intelligent risk management including trailing stops, breakeven triggers, and partial hedge closing.
- Promise Interface for implementing asynchronous execution of algorithms
- Profit Maximiser Profit Maximiser (PMax) Indicator is an indicator created by integrating the moving average of the Supertrend indicator.
2 nuovi segnali ora disponibile in abbonamento:
I prodotti gratuiti più scaricati:
Nuove pubblicazioni nel CodeBase
- BotCilento BotCilento is a sophisticated grid-trading Expert Advisor for MetaTrader 5 that combines trend-following signals with adaptive risk management.
- Price Percentage Zigzag (No timeframes) Zigzag which changes wave direction based on price percentage change on the asset
- EQ Dashboard Historical equity of one-time and one-time open virtual positions to analyse the efficiency of spread/equity trading
6 nuovi segnali ora disponibile in abbonamento:
| Crescita: | 376.79 | % |
| Equity: | 52,304.60 | USD |
| Saldo: | 52,179.76 | USD |
I più venduti sul Market:
Gli argomenti più popolari sul forum:
- Discussione sull’articolo "Nuovo sistema di pubblicazione degli articoli sulla MQL5.community" 5 nuovi commenti
- Indicatori: BBMA ZoneZeroLoss (ZZL) Grandma Ally 4 nuovi commenti
- Script: Code To Check And Delete Chart Objects For MT5 3 nuovi commenti
I prodotti gratuiti più scaricati:
8 nuovi segnali ora disponibile in abbonamento:
| Crescita: | 119.35 | % |
| Equity: | 1,893.03 | USD |
| Saldo: | 1,893.03 | USD |
I più venduti sul Market:
I prodotti gratuiti più scaricati:
I più venduti sul Market:
14 nuovi segnali ora disponibile in abbonamento:
| Crescita: | 112.75 | % |
| Equity: | 13,857.22 | USD |
| Saldo: | 13,614.53 | USD |
Nuove pubblicazioni nel CodeBase
- Similarity Based Market Watch Symbol Mapping Script This script is a reference solution for mapping symbol names configured by users in MetaTrader 5 EAs or scripts to the actual names provided by the broker. It uses the Levenshtein distance algorithm to automatically identify the most similar symbol in Market Watch. Ideal for developers facing compatibility issues with prefixes or suffixes in symbol names. It is a customisable starting point to suit any specific need.
- Outbreak Trader 1.0 Breakout Trader 1.0 trades breakouts from the range.
I prodotti gratuiti più scaricati:
I più venduti sul Market:
I codici sorgente più scaricati questo mese
- Auto Tp Set Auto TP and SL: The “Set Auto TP and SL” (Take Profit and Stop Loss) feature is a crucial tool in any trading strategy, designed to automate risk and reward management. It allows traders to define fixed price levels where a trade should be automatically closed to either secure profits (TP) or limit losses (SL), removing the need for constant manual monitoring. When this feature is enabled, each position you open will automatically include a predefined Take Profit and Stop Loss level based on your custom parameters, such as a specific number of pips, percentage of balance, or technical levels. This not only saves time but also ensures that your trades are protected from sudden market movements and emotional decision-making.
- HLPeak_Trend High/Low Peak Trend
- Auto Tp Set Auto TP and SL: Automatically setting Take Profit (TP) and Stop Loss (SL) helps manage risk and lock in profits without manual intervention. This feature ensures each trade has predefined exit levels, reducing emotional decision-making and improving trading discipline. Ideal for both beginners and experienced traders, it provides consistency and protection in volatile markets.
Gli articoli più letti questo mese

Come acquistare un robot di trading dal Market MetaTrader e installarlo?
Un prodotto del Market MetaTrader può essere acquistato sul sito MQL5.com o direttamente dalle piattaforme di trading MetaTrader 4 e MetaTrader 5. Scegli il prodotto che desideri e che si adatta al tuo stile di trading, pagalo utilizzando il tuo metodo di pagamento preferito e attiva il prodotto.
Come testare un trading robot prima di acquistarlo
L'acquisto di un robot di trading su MQL5 Market ha un netto vantaggio rispetto a tutte le altre opzioni simili: un sistema automatizzato offerto può essere accuratamente testato direttamente nel terminale MetaTrader 5. Prima dell'acquisto, un Expert Advisor può e deve essere eseguito con attenzione in tutte le modalità sfavorevoli nel Tester strategico integrato per ottenere una comprensione completa del sistema.

Sviluppo di un robot in Python e MQL5 (Parte 1): Preelaborazione dei dati
Sviluppo di un robot di trading basato sull'apprendimento automatico: Una guida dettagliata. Il primo articolo della serie tratta della raccolta e della preparazione dei dati e delle caratteristiche. Il progetto è stato implementato utilizzando il linguaggio di programmazione e le librerie Python, nonché la piattaforma MetaTrader 5.
I prodotti gratuiti più scaricati:
I più venduti sul Market:
5 nuovi segnali ora disponibile in abbonamento:
| Crescita: | 2,103.11 | % |
| Equity: | 2,203,107.20 | USD |
| Saldo: | 2,203,107.20 | USD |
| Crescita: | 18.67 | % |
| Equity: | 118,655.67 | USD |
| Saldo: | 118,655.67 | USD |
I prodotti gratuiti più scaricati:
I più venduti sul Market:
I codici sorgente più scaricati questa settimana
- MT5-BuildYourGridEA This expert is a system to help any trader to make a grid of orders.
- Auto Tp Set Auto TP and SL: The “Set Auto TP and SL” (Take Profit and Stop Loss) feature is a crucial tool in any trading strategy, designed to automate risk and reward management. It allows traders to define fixed price levels where a trade should be automatically closed to either secure profits (TP) or limit losses (SL), removing the need for constant manual monitoring. When this feature is enabled, each position you open will automatically include a predefined Take Profit and Stop Loss level based on your custom parameters, such as a specific number of pips, percentage of balance, or technical levels. This not only saves time but also ensures that your trades are protected from sudden market movements and emotional decision-making.
- Seven strategies in One expert Name of expert is 'MultiStrategyEA'
Gli articoli più letti questa settimana

Continuiamo la serie di articoli sullo sviluppo di un robot di trading in Python e MQL5. In questo articolo creeremo un algoritmo di trading in Python.
Come testare un trading robot prima di acquistarlo
L'acquisto di un robot di trading su MQL5 Market ha un netto vantaggio rispetto a tutte le altre opzioni simili: un sistema automatizzato offerto può essere accuratamente testato direttamente nel terminale MetaTrader 5. Prima dell'acquisto, un Expert Advisor può e deve essere eseguito con attenzione in tutte le modalità sfavorevoli nel Tester strategico integrato per ottenere una comprensione completa del sistema.

Come acquistare un robot di trading dal Market MetaTrader e installarlo?
Un prodotto del Market MetaTrader può essere acquistato sul sito MQL5.com o direttamente dalle piattaforme di trading MetaTrader 4 e MetaTrader 5. Scegli il prodotto che desideri e che si adatta al tuo stile di trading, pagalo utilizzando il tuo metodo di pagamento preferito e attiva il prodotto.






































