Experts: Exp_ColorXMUV_Tm

 

Exp_ColorXMUV_Tm:

The Exp_ColorXMUV_Tm Expert Advisor is based on the ColorXMUV MA signals and provides the possibility to set a fixed trading time interval.

Fig. 1. Examples of deals on the chart

Author: Nikolay Kositsin

 

I downloaded a fresh terminal and installed the programme. I put the files into folders. I run it, it does not compile automatically.

I opened it through the MethodEditor. After compilation.

It gives 36 errors. Starting with

'Exp_ColorXMUV_Tm.mq5' Exp_ColorXMUV_Tm.mq5 1 1
'TradeAlgorithms.mqh' TradeAlgorithms.mqh 1 1
'SmoothAlgorithms.mqh' SmoothAlgorithms.mqh 1 1
'Smooth_Method' - declaration without type SmoothAlgorithms.mqh 537 18
'Method' - comma expected SmoothAlgorithms.mqh 537 32
'Smooth_Method' - declaration without type Exp_ColorXMUV_Tm.mq5 66 7
'XMA_Method' - undeclared identifier Exp_ColorXMUV_Tm.mq5 86 64
'XMA_Method' - undeclared identifier Exp_ColorXMUV_Tm.mq5 97 33
'Method' - undeclared identifier SmoothAlgorithms.mqh 540 11
'Method' - illegal switch expression type SmoothAlgorithms.mqh 540 11

etc.

What am I doing wrong? Give me a hint.

 
Grozir:

I downloaded a fresh terminal and installed the programme. I put the files into folders. I run it, it does not compile automatically.

I opened it through the MethodEditor. After compilation.

It gives 36 errors. Starting with

'Exp_ColorXMUV_Tm.mq5' Exp_ColorXMUV_Tm.mq5 1 1
'TradeAlgorithms.mqh' TradeAlgorithms.mqh 1 1
'SmoothAlgorithms.mqh' SmoothAlgorithms.mqh 1 1
'Smooth_Method' - declaration without type SmoothAlgorithms.mqh 537 18
'Method' - comma expected SmoothAlgorithms.mqh 537 32
'Smooth_Method' - declaration without type Exp_ColorXMUV_Tm.mq5 66 7
'XMA_Method' - undeclared identifier Exp_ColorXMUV_Tm.mq5 86 64
'XMA_Method' - undeclared identifier Exp_ColorXMUV_Tm.mq5 97 33
'Method' - undeclared identifier SmoothAlgorithms.mqh 540 11
'Method' - illegal switch expression type SmoothAlgorithms.mqh 540 11

etc.

What am I doing wrong? Give me a hint.

if it's still relevant

https://www.mql5.com/en/forum/171470#comment_18744405

Libraries: SmoothAlgorithms
Libraries: SmoothAlgorithms
  • 2017.03.02
  • www.mql5.com
SmoothAlgorithms: Author: Nikolay Kositsin...