Join our fan page
Trade signals based on "3 Black Crows/3 White Soldiers" candlestick pattern, confirmed by Stochastic indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
The example of use of the resources. It creates a button, using the object of OBJ_BITMAP_LABEL type.
The example of button, created using the object of OBJ_BITMAP_LABEL type.
This is the simplified implementation of multicurrency mode in MetaTrader 5. It isn't necessary to consider the details how does it work. It has minimum settings and simple structure. It can be used in Strategy Tester.
Trade signals based on reversal candlestick patterns is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
Trade signals based on crossover of lines of the Alligator technical 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 crossover of main and signal lines of MACD indicator (CSignalMACD from MQL5 Standard Library) is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
Trade signals based on price crossover of two exponentially smoothed moving averages with intraday filter is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
Trade signals based on price crossover of two exponentially smoothed moving averages is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
Trade signals based on price crossover with moving average indicator confirmed by ADX is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
Trade signals based on three moving averages is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
Trade signals based on price crossover with moving average indicator (CSignalMA from MQL5 Standard Library) is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
The Expert Advisor is profitable only if the "Open prices" only or "1 minute OHLC" modes used in Strategy Tester.
The Panel Designed for "Best Graphic Panel in MQL5" Contest. This graphic panel allows to automate manual trading. It has many functions, including the visual construction of trading strategies.
The MCM Control Panel provides the solution for multicurrency trading in MetaTrader 5.
The eInTradePanel is a panel for manual trading, it has some useful functions. It needs the minimum space on the chart.
The panel simplifies manual trading and trailing of the opened position.
This Expert Advisor will simplify the manual trading. It supports the One-Click trading.
It has simple code and trading rules. It's doesn't use any martingale MM strategies.
The OnTick event handler is designed to proceed the ticks for a certain symbol. This is the version of Multicurrency tick event handler.
This code is a template of an Expert Advisor, written by Valery Mazurenko (notused) for ATC-2010.
This simple Expert Advisor uses Simple Moving Average and ADX indicators.
This Expert Advisor is based on Bollinger Bands. It uses trend-following strategy and Bollinger Bands indicator.
This Expert Advisor allows you to save infomation about the ticks, actual or simulated in Strategy Tester.
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 Expert Advisor uses the Index Moving Average indicator.