Indicators: ColorXMUV

 

ColorXMUV:

The drawing of this Moving Average is based on Demark's "Daily Range Projections" method.

Fig.1 The XMUV indicator

Author: Nikolay Kositsin

 

Downloaded a new terminal. I put the files into folders. I run it, it doesn't compile automatically. I opened it with MethodEditor. After compilation.

It gives 41 errors. Starting with

'Smooth_Method' - declaration without type SmoothAlgorithms.mqh 537 18

'Method' - comma expected SmoothAlgorithms.mqh 537 32


'Smooth_Method' - declaration without type ColorXMUV.mq5 60 7

etc.

what am I doing wrong? hint.

 
Grozir:

Downloaded a new terminal. I put the files into folders. I run it, it doesn't compile automatically. I opened it through the MethodEditor. After compilation.

It gives 41 errors, starting with

'Smooth_Method' - declaration without type SmoothAlgorithms.mqh 537 18

'Method' - comma expected SmoothAlgorithms.mqh 537 32


'Smooth_Method' - declaration without type ColorXMUV.mq5 60 7

etc.

what am I doing wrong? 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...