Codici

Two pending orders 2 per MetaTrader 5

Two pending orders at the beginning of the day

At random Full per MetaTrader 5

The Expert Advisor is a joke: the position is opened randomly. Now there is a Stop Loss, Take Profit and much more

At random per MetaTrader 5

Expert is a joke! The position is opened at random

MACD Four Colors Arrow per MetaTrader 5

A series of indicators 'Four Colors'. Signals are now 'Arrow' in the main window

Super trend - simple Alert per MetaTrader 5

Added alerts to custom indicator

Candles without shadows per MetaTrader 5

Candlestick chart without shadows

WPR Custom Cloud Simple per MetaTrader 5

A simple trading system using the custom indicator "WPR Custom Cloud"

RSI adaptive EMA Alert per MetaTrader 5

Added alerts to custom indicator

SAR Color Alert per MetaTrader 5

Colored SAR indicator. Alerts on color change

Three daily rectangles per MetaTrader 5

The indicator draws three daily rectangles

Articoli

An attempt at developing an EA constructor per MetaTrader 5

In this article, I offer my set of trading functions in the form of a ready-made EA. This method allows getting multiple trading strategies by simply adding indicators and changing inputs

Gap - a profitable strategy or 50/50? per MetaTrader 5

The article dwells on gaps — significant differences between a close price of a previous timeframe and an open price of the next one, as well as on forecasting a daily bar direction. Applying the GetOpenFileName function by the system DLL is considered as well

Elder-Ray (Bulls Power and Bears Power) per MetaTrader 5

The article dwells on Elder-Ray trading system based on Bulls Power, Bears Power and Moving Average indicators (EMA — exponential averaging). This system was described by Alexander Elder in his book "Trading for a Living"

Improving Panels: Adding transparency, changing background color and inheriting from CAppDialog/CWndClient per MetaTrader 5

In this article, we continue studying the use of CAppDialog. Now we will learn how to set color for the background, borders and header of the dialog box. Also, this article provides a step-by-step description of how to add transparency for an application window when dragging it within the chart. We

How to create a graphical panel of any complexity level per MetaTrader 5

The article features a detailed explanation of how to create a panel on the basis of the CAppDialog class and how to add controls to the panel. It provides the description of the panel structure and a scheme, which shows the inheritance of objects. From this article, you will also learn how events

Comparing speeds of self-caching indicators per MetaTrader 5

The article compares the classic MQL5 access to indicators with alternative MQL4-style methods. Several varieties of MQL4-style access to indicators are considered: with and without the indicator handles caching. Considering the indicator handles inside the MQL5 core is analyzed as well

LifeHack for traders: Blending ForEach with defines (#define) per MetaTrader 5

The article is an intermediate step for those who still writes in MQL4 and has no desire to switch to MQL5. We continue to search for opportunities to write code in MQL4 style. This time, we will look into the macro substitution of the #define preprocessor

LifeHack for traders: Fast food made of indicators per MetaTrader 5

If you have newly switched to MQL5, then this article will be useful. First, the access to the indicator data and series is done in the usual MQL4 style. Second, this entire simplicity is implemented in MQL5. All functions are as clear as possible and perfectly suited for step-by-step debugging

Optimizing a strategy using balance graph and comparing results with "Balance + max Sharpe Ratio" criterion per MetaTrader 5

In this article, we consider yet another custom trading strategy optimization criterion based on the balance graph analysis. The linear regression is calculated using the function from the ALGLIB library

Analyzing Balance/Equity graphs by symbols and EAs' ORDER_MAGIC per MetaTrader 5

With the introduction of hedging, MetaTrader 5 provides an excellent opportunity to trade several Expert Advisors on a single trading account simultaneously. When one strategy is profitable, while the second one is loss-making, the profit graph may hang around zero. In this case, it is useful to

Forum

Windows 11

Preparazione per Windows 11 sul canale Beta. Piano di trasloco: Connettiti al Magazzino ( Lavora con il Magazzino - Progetti e MQL5 Storage ) e invia tutte le modifiche e tutto il tuo codice al Magazzino salvare la posizione delle schede con i file aperti in MetaEditor salvare i modelli e i profili

Articolo VS Peep

I commenti non relativi a " Nuova MetaTrader 5 build 2085: integrazione con Python e massicci miglioramenti nello Strategy Tester " sono stati spostati in questo topic

MetaTrader 5 build 2121: nuovo design dello Strategy Tester

Queste icone di prova sono ora disponibili: i test stessi hanno una nuova voce chiamata "profitto in pip": Continuando a esaminare e sondare ulteriormente

Servizi. Sono già in funzione?

Costruire 1961. Nell'editor, ho creato una nuova vista programma - servizio. In OnStart l'ho scritto: void OnStart () { //--- Print ( TimeTradeServer ()); } Poi ho iniziato il servizio: e subito il risultato: 2018.12 . 16 18 : 35 : 56.679 1 2018.12 . 16 18 : 35 : 56 In generale funziona

Il segnale non viene copiato

Commenti non correlati a " Comunicare con gli sviluppatori tramite Service Desk! "

Fine settimana sera

Questo topic è aperto solo nei fine settimana e accetta richieste di "quick batch MQL5 EA". Mi riservo il diritto di accettare di fare un EA così come di rifiutare :) Se appare un EA, il suo codice DEVE essere pubblicato OPEN. Nota: il termine del fine settimana - venerdì sera tardi, tutto il sabato

Interessante e umoristico (politica e storia vietate)

Quando si pubblica, si prega di seguire le regole della risorsa. Ricordate anche che: Forum sul trading, sistemi di trading automatico e test di strategie di trading Interessante e umoristico Rashid Umarov , 2017.08.07 14:28 Attenzione a tutti i membri della comunità! Tutti i post di politica, che

Euro ratto

Il progetto Euro Rat . Prova dell'idea: Forum sul trading, sistemi di trading automatico e test di strategie di trading FOREX - Tendenze, previsioni e conseguenze 2017 Vladimir Karputov , 2017.10.06 16:21 Controllate questo nel codice: Per il lavoro pratico sul forex: se AUDUSD sta salendo e USDCAD

Buy stop Sell stop Grid advisor come classe

Sto aprendo un progetto Per testare una strategia per lavorare con ordini di stop pendenti. L'essenza del commercio: all'inizio mettiamo due ordini pendenti stop (Buy stop e Sell stop). Se uno è scattato, allora cancella il secondo (lo modificheremo più tardi, ma per ora, cancellalo semplicemente) e

Cosa fare con le posizioni non redditizie?

Ecco la strategia: * Passo 1. Inizialmente, gli ordini pendenti, per esempio Buy Limit e Sell Limit, sono piazzati alla stessa distanza dal prezzo corrente (esempio di codice degli script: Pending orders UP , Pending orders DOWN - solo come esempio di piazzamento di ordini pendenti). * Passo 2