MetaQuotes Help?

 

I tried to submit a revised SMI MT4 code for the codebase and keep getting an error. 

Code validation completed with errors:
Errors detected while validating the code SMI modified indicator. 

The MQL4 Source File is named "Berts SMI" 

https://www.mql5.com/en/code/51533/302025 

I'm at a loss on how to fix this because the indicator works without any problems. 

It compiles without errors in the MetaEditor. 

'Berts SMI.mq4' Berts SMI.mq4 1 1

0 errors, 0 warnings, 209 msec elapsed 1

What am I doing wrong? 


Files:
Berts_SMI.mq4  12 kb
 
opabert:

I tried to submit a revised SMI MT4 code for the codebase and keep getting an error. 

Code validation completed with errors:
Errors detected while validating the code SMI modified indicator. 

The MQL4 Source File is named "Berts SMI" 

https://www.mql5.com/en/code/51533/302025 

I'm at a loss on how to fix this because the indicator works without any problems. 

It compiles without errors in the MetaEditor. 

'Berts SMI.mq4' Berts SMI.mq4 1 1

0 errors, 0 warnings, 209 msec elapsed 1

What am I doing wrong? 


use #property strict to see all warning

I think it is about IndicatorShortName

 
opabert:
Code validation completed with errors:
Errors detected while validating the code SMI modified indicator. 

You can see the exact error message below saying:

'#property strict' not specified

Do not ignore it

Also: code description must contain description itself, not just a poor jpeg screenshot.