Codici

CIsSession - class to set time intervals (sessions) per MetaTrader 5

This simple class can be used to adjust, for example, trading ranges, or to enable / disable certain actions by time or day of the week

The class for drawing the Fractals using the ring buffer per MetaTrader 5

The class is designed for calculation the Fractals technical indicator (Fractals) using the algorithm of the ring buffer

The class for drawing the TEMA using the ring buffer per MetaTrader 5

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

The class for drawing the DEMA using the ring buffer per MetaTrader 5

The class is designed for calculation of the technical indicator Double Exponential Moving Average (Double Exponential Moving Average, DEMA) using the algorithm of the ring buffer

The class for drawing the OBV using the ring buffer per MetaTrader 5

The class is designed for calculation the technical indicator On Balance Volume (On Balance Volume, OBV) using the algorithm of the ring buffer

The class for drawing the Momentum using the ring buffer per MetaTrader 5

The class is designed for calculation the technical indicator Momentum (Momentum) using the algorithm of the ring buffer

The class for drawing the MFI using the ring buffer per MetaTrader 5

The class is designed for calculation of a technical indicator Money Flow Index (Money Flow Index, MFI) using the algorithm of the ring buffer

The class for drawing the AMA using the ring buffer per MetaTrader 5

The class is designed for calculation of the technical indicator Adaptive Moving Average (Adaptive Moving Average, AMA) using the algorithm of the ring buffer

The class for drawing the ER using the ring buffer per MetaTrader 5

The class is designed for calculation the technical indicator Efficiency Ratio (Efficiency Ratio, ER)using the algorithm of the ring buffer

The class for drawing the RSI using the ring buffer per MetaTrader 5

The class is designed for calculation of a technical indicator Relative Strength Index (Relative Strength Index, RSI) using the algorithm of the ring buffer

Articoli

Creazione di filtri digitali non-lagging per MetaTrader 5

L'articolo descrive uno degli approcci per determinare un segnale utile (tendenza) nei dati di flusso. Piccoli test di filtraggio (smoothing) applicati alle quotazioni di mercato dimostrano il potenziale per la creazione di filtri digitali (indicatori) non-lagging che non vengono ridisegnati sulle

L'implementazione di una modalità multivaluta su MetaTrader 5 per MetaTrader 5

Per molto tempo l'analisi multivaluta e il trading multivaluta hanno interessato le persone. L'opportunità di implementare un regime multivaluta completo è diventato possibile solo con il rilascio pubblico di MetaTrader 5 e del linguaggio di programmazione MQL5. In questo articolo proponiamo un modo

L'Handler dell'Evento "Nuova Barra" per MetaTrader 5

Il linguaggio di programmazione MQL5 è in grado di risolvere i problemi a un livello completamente nuovo. Anche quei compiti, che hanno già tali soluzioni, grazie alla programmazione orientata agli oggetti possono salire ad un livello superiore. In questo articolo prendiamo un esempio