Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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 meilleurs codes sources MQL4 et MQL5 selon les notes des utilisateurs - 112

Soumettre votre code

TrendStrength EMA variation

Comparing OHLC on timeframe M5

Indicator Two Stochastics with MA Smoothing and Convergence Divergence line

Indicator Dynamic Zone RSI

Hull quad

Signal (Alert) at crossing horizontal line by the price

Trend trigger factor - with an addition of discontinued signal line(s)

Trend continuation factor - averages pre-smoothed (filtered)

A colored cloud made of two PEMAs from different timeframes on a single chart.

Normalizied MACD - self adjusting signals

Market mode

Averages crosses

Nonlinear Kalman filter - floating levels

CCI with on chart support and resistance levels

Smoothed WPR with floating levels

CCI - standard deviation based using Hull for prices pre-filtering

Smoother momentum MACD with floating levels

Kirshenbaum bands

McClellan Summation Index - smoother with floating levels

Donchian channel - extended, multi time frame version

QQE - on chart

Sell Relative Strengt Index (SRSI)

Multi-asset cluster indicator taking all currencies as a sum of values forming a whole market, that is unity (1.0)

This script opens a buy or sell order randomly having equally spaced take-profit and stop-loss levels.

iWPR+ is an iWPR %Range function with a positive value.

Short description.

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.

This strategy is the well known set & forget accompanied by the anti-martingale system. It is very useful if you are very busy in which you don't have time, you want to trade the London session while you are sleeping in USA, etc.

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

Doulble MA Cross Draw Histogram MT5

Updated T3 floating levels

Ehler´s Quotient Transform

An implementation of the Relative Strength Index indicator by John Welles Wilder Jr. as described in his book—New Concepts in Technical Trading Systems [1978].

The code defines a function "RangeHighs" that calculates the highest price of a financial instrument within a specified time range (start and end time). The time range is defined by 4 input parameters (hour and minute of start and end time). The highest price is found using the "CopyHigh" function and stored in an array, from which the maximum value is returned.

Get commission of an active position in mt5 , its easy to use function.

1...105106107108109110111112113114115116117118119...191