Join our fan page
This robot uses a random number generator to simulate simply tossing a coin to decide on the direction of each trade. It provides an example of a minimal expert advisor programmed in an object-oriented style. It also provides a basis for quantifying the value added by alternative methods of entry.
This code is a template of an Expert Advisor, written by Valery Mazurenko (notused) for ATC-2010.
Trade signals based on "Dark Cloud Cover/Piercing Line" candlestick pattern, confirmed by Market Facilitation Index (MFI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
Trade signals based on "Morning Star/Evening Star" candlestick patterns, confirmed by Market Facilitation Index (MFI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
Multi-currency trend following expert system using the Triple Exponential Moving Average technical indicator.
The Expert Advisor tries "to catch" rollbacks after a strong movement. Candlestick analyses is used
The Exp_CoeffofLine_true Expert Advisor based on the CoeffofLine_true indicator. A signal to perform a deal is formed at bar closing, if the histogram breakthroughs its zero level
The trading system based on change of the trend direction and force of the trend displayed by the ColorXADX indicator.
The Expert Advisor on the breakthrough of the range defined by the signals of the Narrowest Range Signal indicator. Handling stop orders
The Exp_ColorZerolagTriXOSMA Expert Advisor is based on the ColorZerolagTriXOSMA histogram change of direction.
The Exp_iAnchMom Expert Advisor is based on the reversal of the iAnchMom histogram direction.
The Exp_XDerivative Expert Advisor is based on the XDerivative oscillator change of direction.
An example of receiving the High and Low prices of bars over the past 24 hours.
The EveningStar Expert Advisor trades the "Evening Star" pattern. Lot is calculated based on the risk value as a percentage of free margin.
Trading on several candlestick patterns. The levels of Take Profit, Stop Loss, and Trailing are separate for BUY and SELL.
Two identical trading systems based on the signals of BrainTrend2_V2, for long and short trades, which can be configured in different ways within one Expert Advisor.
The EA performs initial opening in both directions. Then it tries to pull the remaining side into profit.
An Expert Advisor based on the iWPR (Williams' Percent Range, %R) indicator with the operation time control.
Two identical trading systems (for long and short positions) based on the signals of the VortexIndicator indicator, which can be configured in different ways within one Expert Advisor
The Expert Advisor uses iMA (Moving Average, MA), iAO (Awesome Oscillator, AO) and custom Laguerre indicators.
This code block loops through all opened position and do trailing based on Ask and Bid prices.
The Expert Advisor with a basic trading system on the basis of the CCI indicator and several linear perceptrons regulating the work of the basic trading system.
The Exp_Instantaneous_TrendFilter Expert Advisor enters the market when the Instantaneous_TrendFilter indicator cloud changes its color.
Three indicators from different timeframes: iMACD (Moving Average Convergence/Divergence, MACD), iAlligator (Alligator), and iRSI (Relative Strength Index, RSI)
Trading signals of candlestick patterns with confirmation by Stochastic indicator.
Expert Advisor that trades based on the AML indicator, at the intersection of the bar with the indicator line.
This is the classical trading system which consists in buying when MACD crosses above the waterline line and selling when crosses below it. This EA works along with a monetary management system which has a positive mathematical expectation.
IREA is an automated trade algorithm based on the idea of that an unusual impact in price changes will be adjusted by an inverse movement.
The Exp_RangeExpansionIndex EA is based in the signals generated by the RangeExpansionIndex oscillator.
The Exp_ColorZerolagRVI Expert Advisor enters the market when the ColorZerolagRVI indicator cloud changes its color.
An example of using the MasterWindows library for creating a multicurrency game trade panel.