Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Accédez à la CodeBase depuis votre terminal MetaTrader 5
Vous n'avez pas trouvé le bon code ? Commandez-le dans la section Freelance
Comment rédiger un Expert Advisor ou un indicateur

Les meilleures bibliothèques pour MetaTrader 5 selon les notes des utilisateurs - 6

Soumettre votre code
dernier | meilleur

A trailing stop module based on the WPR indicator with short and long Stop Loss

for export/import of orders and trades between EAs and terminals

Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation

CERDOnArray class is designed to calculate the Efficiency Ratio (ER) used in the Adaptive Moving Average (AMA) considering price movement direction. When the price is moving upwards the indicator has positive values, when it is moving downwards, - negative ones.

CMomentumOnArray class is designed for calculation of Momentum values on indicator buffers. Test_MomentumOnArray indicator is provided as the example of the class use.

The CEnvelopesOnArray class is intended for calculation of Envelopes on an indicator buffer.

Trading signals module for MQL5 Wizard. The moment, when a candlestick formed by FiboCandles changes its color, indicates the time for market entry.

The function that calculates the lot size depending on the amount of money in the deposit currency being used.

Monster Trend indicator that uses data from several time periods.

CTimeControl class for include to your EA for easy setting and checking your own trading time.

Function module for more convenient font selection display in the indicator input parameters. To free the indicator user from the necessity to manually enter a font name some changes to the code should be inserted.

Class for comparing two floating point variables.

CRSIOnArray class is designed for calculation of RSI (Relative Strength Index, RSI) values on indicator buffers. The example of use of the class is presented.

Trading signals module for MQL5 Wizard. The moment, when PriceChannel_Stop indicator changes its color, indicates the time for market entry.

Provide a unified interface to a set of interfaces in a subsystem.

For a complex object separate its construction from representation. Same construction process can create different representations

Attach additional responsibilities to an object dynamically; and provide a flexible alternative to subclassing for extending functionality

Simple MA crossover Signaling for Expert Advisor Wizard

A module of trading signals based on the Moving Average indicator signal module.

Custom Price Chart using a simple Artificial Neural Network that tries to project price movements into the future. Not very useful for trading, but fun to watch and learn ;)

Checking a date for belonging to winter or summer time. The code was developed for news debugging.

The 64-bit xoshiro256** Random Number Generator.

The CFramaOnArray class is intended for calulcation of Fractal Adaptive Moving Average (FRAMA) on indicator buffers.

Library for sending mail messages.

The function that identifies extremums over a given period of history.

Trading signals module based on Ozymandias.

A module of trading signals based on the Moving Average indicator signal module.

Elegant and nimble comparison of 'double' values of the "price".

Version of the iBarShift function for the MetaTrader 5, takes a parameter of type datetime — opening time of the bar, the index of which must be found.

Module of trading signals of the "Candels High Open" custom indicator for analyzing High and Open of the last three bars.

Libraries for the interaction of МТ4/5 with R

Returns position profit in points based on the trading history.

Compute the daylight saving time changes (start/end of the summer time).

How to minimize bool parameters in a function signature?

An interface for creating an object that defers instantiation to subclasses. They decide which class to instantiate.

Convert the interface of a class into another expected interface; classes with incompatible interfaces can work together

Decouple an abstraction from its implementation so that the two can vary independently

Create an object tree which represents part-whole hierarchies, so that the client would treat objects and compositions of objects uniformly.

Given a language, define a represention for its grammar along with an interpreter that uses the representation to interpret sentences in the language

Define an object that encapsulates how a set of objects interact mediator promotes loose coupling by keeping objects from referring to each other explicitly, and it lets you vary their interaction independently

12345678