Indicators: VQ bars

 

VQ bars:

Trend indicator that sets color dots on a price chart according to a trend direction.

Author: Nikolay Kositsin

VQbars

 

I encountered during compiling this indicator 20 errors.  Am I the only one with this problem?  If so, what I am doing wrong?

 

Here it is,

can't open "C:\Users\Owner\AppData\Roaming\MetaQuotes\Terminal\02E1FE87175CB18640D627D59E4CB3DF\MQL5\include\SmoothAlgorithms.mqh" include file VQbars.mq5 35 11
'CXMA' - declaration without type VQbars.mq5 38 1
'CMomentum' - declaration without type VQbars.mq5 39 1
'Smooth_Method' - declaration without type VQbars.mq5 73 7
'XMAO' - undeclared identifier VQbars.mq5 93 21
 'VQMA_Method' - undeclared identifier VQbars.mq5 93 39
'XMAO' - struct or class type expected VQbars.mq5 93 21
'XMAO' - struct or class type expected VQbars.mq5 97 4
'XMAO' - struct or class type expected VQbars.mq5 98 4
'XMAO' - undeclared identifier VQbars.mq5 166 12

 'XMAC' - undeclared identifier VQbars.mq5 167 12
'XMAC' - struct or class type expected VQbars.mq5 167 12
'XMAH' - undeclared identifier VQbars.mq5 168 12
'XMAH' - struct or class type expected VQbars.mq5 168 12
'XMAL' - undeclared identifier VQbars.mq5 169 12

 'XMAL' - undeclared identifier VQbars.mq5 169 12
'XMAL' - struct or class type expected VQbars.mq5 169 12
'MOM' - undeclared identifier VQbars.mq5 170 15
'MOM' - struct or class type expected VQbars.mq5 170 15
20 error(s), 0 warning(s) 21 1

any reply would be appreciated 

 
I corrected the problem.  no need to reply
 
Is there a code on MT4?
 
Text in the article:

This indicator was first implemented in MQL4 and published in Code Base на mql4.com on 17.07.2008.
 
VQ is Volatility Quality Index which was originally translated from easylanguage to mql4 and then to mql5. In general - a really good indicator, several good Expert Advisors are based on it.