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 - 118

Soumettre votre code

The VTS_Float_Pivot_Smoothed indicator with the ability to change the indicator timeframe using input parameters

The EA implements averaging of positions. The average iStdDev is calculated in a sliding window.

The ColorMFI_X20_Cloud indicator with the possibility to change the indicator timeframe using input parameters

Indicator Stalin_NRTR with the timeframe selection option in its input parameters

Indicator Float_Pivot_Smoothed_Digit_System with the timeframe selection option in its input parameters

Exponential moving average variation

A five-fold exponential moving average that displays the most recent value as a price label with the possibility to round the indicator levels to the required number of orders

Indicator ColorPEMA_Digit with the timeframe selection option in its input parameters

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

RSX volatility ratio adaptive

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.

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

1...111112113114115116117118119120121122123124125...196