Rejoignez notre page de fans
Version JavaScript rapide de la bibliothèque Report de fxsaber pour les commandes de trading de type MT4 implémentées via MT4Orders ou Virtual. Fonctionne jusqu'à 10 fois plus vite, la taille du fichier NTML est plus petite, peut télécharger et afficher jusqu'à 5,4 millions de lignes de rapport.
Library of functions for working with strings: StringToArray, StringToPeriod and PeriodToString
An implementation of the dictionary (associative array) data structure in MQL5, based on CArrayObj and CList.
This is the trading signal of Bollinger Bands. The expert code for this strategy is automatically generated by the MQL 5 wizard.
The purpose is to check whether new bar are generated This is a class file that can be used as a class or copied to EA or scripts for use
La classe CMOOnArray est conçue pour calculer les valeurs de l'indicateur CMO (Chande Momentum Oscillator) par tampon d'indicateur. L'indicateur Test_CMOOnArray est joint comme exemple d'utilisation de la classe.
La classe CTrixOnArray est conçue pour calculer les valeurs de l'indicateur TRIX (Triple Exponential Average, TRIX) en utilisant la mémoire tampon de l'indicateur.
Library for calculation of a margin required for opening a position in MetaТrader 5.
This is the trading signal of PullBack and Candle. The expert code for this strategy is automatically generated by the MQL 5 wizard.
Provide an interface for creating families of related or dependent objects without specifying their concrete classes.
a highly efficient sorting algorithm, based on partitioning of array of data into smaller arrays
The library allows receiving a magic number bound to three elements: symbol name, timeframe and prefix index.
Compose objects into tree structures to represent part-whole hierarchies.
Le signal d'ouverture de position est le franchissement de la ligne de l'indicateur T3 par le prix.
an efficient, general-purpose sorting algorithm
Instance of the class returns such values as Bid, Ask, High, Low, Close and Open prices of the current candle or any other specified in the parameters, as well as the candle opening time.
A library of averaging algorithms, the algorithms were described in details in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers"
Cette bibliothèque vous permet de créer des affichages afin d'afficher facilement des informations textuelles sur le graphique à la vitesse la plus optimale.
Bug fixed versions of CRect and CCanvas which are part of the standard library.
Encapsulate a request as an object thereby letting you parameterize clients with different requests. Queue or log requests, and support undoable operations
Module de signaux de trading pour l'assistant MQL5. Le signal d'ouverture des positions est l'apparition d'un point coloré de l'indicateur LeManSignal.
a simple sorting algorithm that people use to manually sort cards in a bridge hand
The function returns the number of positions opened by an Expert Advisor for the day.
Fonction permettant de déterminer les jours non ouvrés sur le serveur. Elle sera intéressante avant tout pour ceux qui utilisent la fonction OnTimer() dans leurs EA pour le traitement des événements.
A module of trading signals based on the signal module of the iCCI (Commodity Channel Index, CCI) indicator.
Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request. Chain the receiving objects and pass the request along the chain until an object handles it
allow an object to alter its behavior when its internal state changes. the object will appear to change its class
define a family of algorithms, encapsulate each one, and make them interchangeable. strategy lets the algorithm vary independently from clients that use it