Optimize single Moving average trading – indicator MetaTrader 4

Optimize single Moving average trading - indicator for MetaTrader 4
This code is following the idea of MA Profit, except that it is using a single Moving Average instead of the cross moving average system. Using only a single moving average speeds up optimization, it can check all moving averages between 10 and 1000 in nearly no time. Trading with single moving average gives three

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”.

Trading signals module based on ASCtrendSignal indicator – library MetaTrader 5

Fig.1. Deals examples on the chart
The signal is formed when a bar is closing. ASCtrendSignal indicator’s color dot serves as a market entry signal. Place ASCtrendSignal.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”.