资料库: 交易信号模块基于 Heiken_Ashi_Smoothed 指标

 

交易信号模块基于 Heiken_Ashi_Smoothed 指标:

交易信号模块用于 MQL5 向导。当通过 Heiken_Ashi_Smoothed 形成的蜡烛条改变它的颜色时,说明是入场时机。

图例.1. 图表中是交易合约例子

作者: Nikolay Kositsin

 
如何基于该模块 生成交易机器人?向导中的内置模块中看不到该模块?
 


 
尼古拉,贴这么大的截图有什么用?已替换。
 
是的,我只是想把截图连同内容的上下文一起展示出来,以便更有说服力!
 
下载后,该模块出现在 mySignals 文件夹中,但没有包含在 20 个内置模块中!
 

您好!

我无法编译指标或专家。

平台版本为 Buid 910

指标中的错误:

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' - 未声明标识符 Heiken_Ashi_Smoothed。mq5 83 32
'XMAO' - 未声明的标识符 Heiken_Ashi_Smoothed.mq5 138 18
'MA_SmMethod' - 未声明的标识符 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' - 未声明标识符 Heiken_Ashi_Smoothed.mq5 141 18
10 错误,0 警告 11 1


专家中的错误:

'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\MQL5include\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' - 未声明标识符 ExpM_Heiken_Ashi_Smoothed.mq5 97 4
'filter0' - 未声明的标识符 ExpM_Heiken_Ashi_Smoothed。mq5 97 33
'CHeiken_Ashi_SmoothedSignal' - 结构未定义 ExpM_Heiken_Ashi_Smoothed.mq5 97 45
'=' - 预期操作数 ExpM_Heiken_Ashi_Smoothed。mq5 97 40
'filter0' - 不允许参数转换 ExpM_Heiken_Ashi_Smoothed.mq5 105 21
6 错误,0 警告 7 1

 
 

您好、

我已经从 MetaEditor 下载了库。
但当我使用MQL5 向导 的 EA 生成器时,我在信号列表中没有看到 Heiken-Ashi 信号。

我是否需要额外的步骤来实现这一点?

谢谢!