The class of a module of trade signals, on “inner bar breakthrough” in trend direction – library MetaTrader 5

Description of signals
The MQL5 Wizard provides an opportunity to create a strategy using different modules. For example, the main module can be written by developer, the other modules (money management, trailing stop) can be developed by other programmers. The strategy, implemented in this module is following: when outside bar appears, it checks the fact of the inner

Module of Trade Signals, based on BrainTrend1 indicator – library MetaTrader 5

Example of trades on the chart
The original version of BrainTrend1 has 4 parameters, but only 2 of them are used in this module of trade signals (ATR period and Stochastic period). For two other input parameters (MA_Method=MODE_SMA, STO_Price=STO_LOWHIGH) the default values are used. A blue candle is a signal to open a long position, a red candle is a signal

Module of Trade Signals, based on BrainTrend2 indicator – library MetaTrader 5

Example of trades on the chart
A Lime candle of BrainTrend2 indicator is a signal to open a long position, a Magenta candle is a signal to open a short position. The signals are formed on the completed bars (candles). The following input parameters were used when testing: ATR period: 7; Timeframe: H4; Symbol: AUDUSD; Lot: 0.1; Stop Loss, Take Profit,

Module of Trade Signals, based on Chande Momentum Oscillator – library MetaTrader 5

Chande Momentum Oscillator system
The signals are formed at completed bars. Chande Momentum Oscillator is used as a custom indicator for module of trade signals. The Downward crossover of -50 level is a signal to open a long position, the upward crossover of 50 level is a signal to open short position. The following input parameters were used when

Module of Trade Signals, Based on T3 Indicator – library MetaTrader 5

T3 indicator - based deals
The signals are formed at completed bars. T3 indicator is used as a custom indicator for module of trade signals. The downward crossover of moving average is a signal to open a long position, the upward crossover of moving average is a signal to open short position. The following input parameters were used when testing:

Trading signals module based on Stalin indicator – library MetaTrader 5

Fig.1. Deals examples on the chart
The signal is formed when a bar is closing. Stalin indicator’s color arrow serves as a market entry signal. Place Stalin.ex5 compiled file to the terminal_data_folder\MQL5\Indicators. Creation of a trading robot based on this trading signals module has nothing special in it. It has been described in details in the article “MQL5 Wizard for Dummies”.

Trading signals module based on Sidus indicator – library MetaTrader 5

Fig.1. Deals examples on the chart
The signal is formed when a bar is closing. Sidus indicator’s color arrow serves as a market entry signal. Place Sidus.ex5 compiled file to the terminal_data_folder\MQL5\Indicators. Creation of a trading robot based on this trading signals module has nothing special in it. It has been described in details in the article “MQL5 Wizard for Dummies”.

Trading signals module based on Go indicator – library MetaTrader 5

Fig.1. Deals examples on the chart
The signal is formed when a bar is closing. Go indicator’s color arrow serves as a market entry signal. Place Go.ex5 compiled file to the terminal_data_folder\MQL5\Indicators. Creation of a trading robot based on this trading signals module has nothing special in it. It has been described in details in the article “MQL5 Wizard for Dummies”.

Trading signals module based on Heiken_Ashi_Smoothed indicator – library MetaTrader 5

Fig.1. Deals examples on the chart
The signal is formed when a bar is closing. The moment, when a candlestick formed by Heiken_Ashi_Smoothed changes its color, indicates the time for market entry. Place Heiken_Ashi_Smoothed.ex5 compiled file to the terminal_data_folder\MQL5\Indicators. Creation of a trading robot based on this trading signals module has nothing special in it. It has been described in details

Trading signals module based on SuperTrend indicator – library MetaTrader 5

Fig.1. Deals examples on the chart
The signal is formed when a bar is closing. SuperTrend indicator’s color dot serves as a market entry signal. Place SuperTrend.ex5 compiled file to the terminal_data_folder\MQL5\Indicators. Creation of a trading robot based on this trading signals module has nothing special in it. It has been described in details in the article “MQL5 Wizard for Dummies”.