Unisciti alla nostra fan page
The script exports summary of closed trades grouped by each trading day to .csv file
This is one of the important thing to consider in order to improve our strategy by calculating on average how much an asset moves, in which it will allow us to identify the best days to trade when the market moves the most as well as the worst days to trade in order to prevent trading during these days.
The CDebugLogger class is a flexible and comprehensive logging utility designed for use in MQL4/5 environments. It allows developers to log messages at various levels of importance (INFO, WARNING, ERROR, DEBUG) with options to include timestamps, function signatures, file names, and line numbers in the log entries. The class supports logging to both the console and files, with the ability to save logs in a common folder and in CSV format. Additionally, it offers functionality to silence logs based on specific keywords, ensuring that sensitive information is not logged. This class is ideal for developers looking to implement robust logging mechanisms in their MQL4/5 applications, with customizable features that cater to a wide range of debugging and monitoring needs.
A dialog to display the maximum lot size permitted on the underlying asset for different types of orders (buy, sell, pending buy, and pending sell).
L'indicatore dell'indice di forza è stato sviluppato da Alexander Elder. Questo indice misura il Bulls Power ad ogni aumento e il Bulls Power ad ogni diminuzione.
L'indicatore A/D di Williams è la somma accumulata dei movimenti di prezzo "accumulativi" positivi e "distributivi" negativi. Le divergenze tra l'indicatore e il prezzo sono un segnale.
Se il simbolo del grafico in cui si trova l'indicatore viene modificato, viene modificato anche il simbolo di tutti gli altri grafici.
L'indicatore AroonOscillator consente di anticipare le variazioni dei prezzi da uno stato di mercato in tendenza a uno stato laterale.
BrainTrend1Sig è un indicatore di mercato per l'apertura e l'uscita di posizioni. Mostra i punti di cambiamento della tendenza, quando il prezzo raggiunge valori estremi ed è il momento più conveniente per entrare o uscire dal mercato.
CStochasticOnArray class is designed for calculation of Stochastic indicator values on indicator buffers. The example of use of the class is provided.
The HighestLowestRange (HLR) determines the relative price position in range of the several X bars ago. If price located at range bottom (new low), the indicator is equal to 0, if price position at the top of the range (new high), the indicator is equal to 1 (or 100%).
Trading signals module for MQL5 Wizard. ASCtrendSignal indicator's color dot serves as a market entry signal.
Trading signals module for MQL5 Wizard. Stalin indicator's color arrow serves as a market entry signal.
The class is designed for calculation of the technical indicator Triple Exponential Moving Average (Triple Exponential Moving Average, TEMA) using the algorithm of the ring buffer.
An example of how to create a multicurrency Expert Advisor that trades using the Bollinger Bands indicator.
Normalized oscillator that uses Fisher's transformation, drawn in the form of a color histogram.
Un esempio della pubblicazione di un messaggio contenente un'immagine sul sito web MQL5.com utilizzando la funzione WebRequest(). Questo è un esempio di come autorizzare utilizzando login e password, e inserire un'immagine in un messaggio di testo
Envelopes using the Color_PEMA_Digit MA, with an indication of trend direction and display of the last values of channel borders.
L'indicatore delle envelopes è formato da due medie mobili, una delle quali è spostata verso l'alto e l'altra è spostata verso il basso. La selezione del numero relativo ottimale di spostamento dei margini di banda è determinata dalla volatilità del mercato: maggiore è quest'ultima, più forte è lo spostamento.
L'Ultimate Oscillator è stato sviluppato da Larry Williams. Utilizza la media di tre oscillatori con periodi diversi.
Questa è una versione modificata dell'indicatore ZigZag che disegna linee con colori diversi a seconda della direzione del movimento del prezzo.
Il noto indicatore mostra il valore di prezzo più alto e più basso delle ultime n barre e il valore medio tra di esse.
Per dimostrare il modello di buffer: Candele + Frattali + ZigzagColor + ColorMaLine.