Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Libraries

Trading signals module based on Candles_Smoothed indicator - library for MetaTrader 5

Views:
4843
Rating:
(18)
Published:
2012.03.01 15:57
Updated:
2023.03.29 13:44
\MQL5\Experts\ \MQL5\Include\Expert\Signal\MySignals\ \MQL5\Include\ \MQL5\Indicators\
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The signal is formed when a bar is closing. The moment, when a candlestick formed by Candles_Smoothed changes its color, indicates the time for market entry.

Place Candles_Smoothed.ex5 compiled file to the terminal_data_catalogue\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". The general idea of creating a trading signals module has been described in the article "Simple Trading Systems Using Semaphore Indicators".

Default Expert Advisor's input parameters have been used during the tests shown below. Stop Loss and Take Profit have not been used during the tests.

Fig.1. Deals examples on the chart

Fig.1. Deals examples on the chart

Testing results for 2011 at NZDUSD H4:

Fig.2. Test results chart

Fig.2. Test results chart

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/829

Trading signals module based on PriceChannel_Stop indicator Trading signals module based on PriceChannel_Stop indicator

Trading signals module for MQL5 Wizard. The moment, when PriceChannel_Stop indicator changes its color, indicates the time for market entry.

Trading signals module based on NonLagDot indicator Trading signals module based on NonLagDot indicator

Trading signals module for MQL5 Wizard. The moment, when NonLagDot indicator changes its color, indicates the time for market entry.

Trading signals module based on WPRSIsignal indicator Trading signals module based on WPRSIsignal indicator

Trading signals module for MQL5 Wizard. WPRSIsignal indicator's color arrow serves as a market entry signal.

CFastFile - class for working with uchar array as a virtual file CFastFile - class for working with uchar array as a virtual file

The CFastFile eliminates the need for an intermediate writing of data to the physical file on disk. It provides the significant acceleration when working with data.