Libraries: Trading signals module based on Heiken_Ashi_Smoothed indicator

 

Trading signals module based on Heiken_Ashi_Smoothed indicator:

Trading signals module for MQL5 Wizard. The moment, when a candlestick formed by Heiken_Ashi_Smoothed changes its color, indicates the time for market entry.

The signal is formed when a bar is closing. 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 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".

Fig.1. Deals examples on the chart

Testing results for 2011 at XAUUSD H4:

Fig.2. Test results chart

Author: Nikolay Kositsin

 
how to generate a trading robot based on this module. it is not visible in wizard among ready built-in modules?
 


 
Nikolai, what's the point of posting such huge screenshots? Replaced.
 
Yeah just thought I'd present a screenshot with the context of the content for more convincing!
 
After downloading the module appears in mySignals folder, and it is not included in the 20 inbuilt modules. if you don't mind, please tell me how to do it, so that it turns out like your picture!
 

Hello!

I couldn't compile the indicator or the expert.

Platform version is Buid 910

Errors in the indicator:

'Heiken_Ashi_Smoothed.mq5' Heiken_Ashi_Smoothed.mq5 1 1
can't open "C:\Users\THIAGO\AppData\Roaming\MetaQuotes\Terminal\FB9A56D617EDDDFE29EE54EBEFFE96C1\MQL5\include\SmoothAlgorithms.mqh" include file Heiken_Ashi_Smoothed.mq5 28 11
'CXMA' - declaration without type Heiken_Ashi_Smoothed.mq5 31 1
'Smooth_Method' - declaration without type Heiken_Ashi_Smoothed.mq5 65 7
'XMAO' - undeclared identifier Heiken_Ashi_Smoothed.mq5 83 14
'MA_SmMethod' - undeclared identifier Heiken_Ashi_Smoothed.mq5 83 32
'XMAO' - undeclared identifier Heiken_Ashi_Smoothed.mq5 138 18
'MA_SmMethod' - undeclared identifier Heiken_Ashi_Smoothed.mq5 138 66
'XMAC' - undeclared identifier Heiken_Ashi_Smoothed.mq5 139 18
'XMAH' - undeclared identifier Heiken_Ashi_Smoothed.mq5 140 18
'XMAL' - undeclared identifier Heiken_Ashi_Smoothed.mq5 141 18
10 error(s), 0 warning(s) 11 1


Errors in Expert:

'ExpM_Heiken_Ashi_Smoothed.mq5' ExpM_Heiken_Ashi_Smoothed.mq5 1 1
'Expert.mqh' Expert.mqh 1 1
'ExpertBase.mqh' ExpertBase.mqh 1 1
'SymbolInfo.mqh' SymbolInfo.mqh 1 1
'Object.mqh' Object.mqh 1 1
'StdLibErr.mqh' StdLibErr.mqh 1 1
'AccountInfo.mqh' AccountInfo.mqh 1 1
'PositionInfo.mqh' PositionInfo.mqh 1 1
'OrderInfo.mqh' OrderInfo.mqh 1 1
'DealInfo.mqh' DealInfo.mqh 1 1
'HistoryOrderInfo.mqh' HistoryOrderInfo.mqh 1 1
'Indicators.mqh' Indicators.mqh 1 1
'Trend.mqh' Trend.mqh 1 1
'Indicator.mqh' Indicator.mqh 1 1
'Series.mqh' Series.mqh 1 1
'ArrayObj.mqh' ArrayObj.mqh 1 1
'Array.mqh' Array.mqh 1 1
'ArrayDouble.mqh' ArrayDouble.mqh 1 1
'Oscilators.mqh' Oscilators.mqh 1 1
'Volumes.mqh' Volumes.mqh 1 1
'BillWilliams.mqh' BillWilliams.mqh 1 1
'Custom.mqh' Custom.mqh 1 1
'TimeSeries.mqh' TimeSeries.mqh 1 1
'ArrayInt.mqh' ArrayInt.mqh 1 1
'ArrayLong.mqh' ArrayLong.mqh 1 1
'ExpertTrade.mqh' ExpertTrade.mqh 1 1
'Trade.mqh' Trade.mqh 1 1
'ExpertSignal.mqh' ExpertSignal.mqh 1 1
'ExpertMoney.mqh' ExpertMoney.mqh 1 1
'ExpertTrailing.mqh' ExpertTrailing.mqh 1 1
can't open "C:\Users\THIAGO\AppData\Roaming\MetaQuotes\Terminal\FB9A56D617EDDDFE29EE54EBEFFE96C1\MQL5\include\Expert\Signal\MySignals\Heiken_Ashi_SmSignal.mqh" include file ExpM_Heiken_Ashi_Smoothed.mq5 14 11
'TrailingNone.mqh' TrailingNone.mqh 1 1
'MoneyFixedLot.mqh' MoneyFixedLot.mqh 1 1
'CHeiken_Ashi_SmoothedSignal' - undeclared identifier ExpM_Heiken_Ashi_Smoothed.mq5 97 4
'filter0' - undeclared identifier ExpM_Heiken_Ashi_Smoothed.mq5 97 33
'CHeiken_Ashi_SmoothedSignal' - struct undefined ExpM_Heiken_Ashi_Smoothed.mq5 97 45
'=' - operand expected ExpM_Heiken_Ashi_Smoothed.mq5 97 40
'filter0' - parameter conversion not allowed ExpM_Heiken_Ashi_Smoothed.mq5 105 21
6 error(s), 0 warning(s) 7 1

 
 

Hello,

I have downloaded the library from the MetaEditor.
But when I am using the EA generator from MQL5 Wizard, I don't see the Heiken-Ashi signal on the signals list.

Should I do an extra step for that to happen?

Thanks!