Codes

CIsSession - class to set time intervals (sessions) pour 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 pour 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 pour 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 pour 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 pour 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 pour 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 pour 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 pour 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 pour 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 pour 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

Articles

Création de filtres numériques à temps pour MetaTrader 5

L'article décrit l'une des approches permettant de déterminer un signal utile (tendance) dans les données de flux. De petits tests de filtrage (lissage) appliqués aux cotations boursières démontrent le potentiel de création de filtres numériques sans retard (indicateurs) qui ne sont pas redessinés

L’implémentation d'un mode multi-devises dans MetaTrader 5 pour MetaTrader 5

Pendant longtemps, l'analyse multi-devises et le trading multi-devises ont été d’un grand intérêt pour les gens. L'opportunité d’implémenter un régime multi-devises à part entière n'est devenue possible qu'avec la sortie publique de MetaTrader 5 et du langage de programmation MQL5. Dans cet article

Le gestionnaire d'événements "New Bar" pour MetaTrader 5

Le langage de programmation MQL5 est en mesure de résoudre des problèmes à un tout nouveau niveau. Même ces tâches, qui offrent déjà de telles solutions, grâce à la programmation orientée objet peuvent atteindre un niveau supérieur. Dans cet article, nous prenons un exemple particulièrement simple