Automatic validation of indicator failed: no trading operation

 

The automatic validation of indicator failed, it shows: no trading operation.

The indicator is a code part of an expert advisor, it must be installed as EA,

but in the setting of the product is set: 'Indicator' and of course it can't trade.

How can this pass the the automatic validation?

 

There is one article which every seller on the market should read: it is about validation of the Market products - 

---------------- 

The checks a trading robot must pass before publication in the Market

Why products are checked before they are published in the Market 

Before any product is published in the Market, it must undergo compulsory preliminary checks, as a small error in the expert or indicator logic can cause losses on the trading account. That is why we have developed a series of basic checks to ensure the required quality level of the Market products.

If any errors are identified by the Market moderators in the process of checking your product, you will have to fix all of them. This article considers the most frequent errors made by developers in their trading robots and technical indicators. We also recommend reading the following articles: 

 
Sergey Golubev:

There is one article which every seller on the market should read: it is about validation of the Market products - 

---------------- 

The checks a trading robot must pass before publication in the Market

Of course I know that article but it doesn't help. A indicator cannot trade but the automatic validation tests it on trading - about that it shows nothing. 
 
Heiko Kendziorra:
Of course I know that article but it doesn't help. A indicator cannot trade but the automatic validation tests it on trading - about that it shows nothing. 

This validation process is automatic process.
I mean: no one is moderating it.

----------------

For example, one person downloaded EA from the Market but this EA's file was placed in script directory.
Why?
Because the system authorized EA as a script (the coder used old functions).
This thread is the following:
https://www.mql5.com/en/forum/296748 

I do not know how it is related to your case but it is only I found - 

Forum on trading, automated trading systems and testing trading strategies

Mistake. No button "Download Trial"

Maxim Kuznetsov , 2018.12.07 08:47

I suspect that the EA is simply written in the old style, with the functions start () instead of OnTick ()


Forum on trading, automated trading systems and testing trading strategies

Any question novice, so as not to litter the forum. Pros, do not pass by. Without you nowhere - 6.

Konstantin Erin , 2017.11.16 06:02

instead of calling the start function, call the required function

In new builds, instead of start, other names are more fashionable: OnTick in the Expert Advisor, OnCalculate in the Indicator and OnStart in the Script

... 

EAs that are enough to buy in the MQL5 market, EA is automatically installed into the script directory during installation.
EAs that are enough to buy in the MQL5 market, EA is automatically installed into the script directory during installation.
  • 2018.12.29
  • www.mql5.com
As the title says, copying the EA to the EA installation directory is also not available. Please ask the moderator to help answer...
 
Sergey Golubev:

This validation process is automatic process.
I mean: no one is moderating it.

----------------

For example, one person downloaded EA from the Market but this EA's file was placed in script directory.
Why?
Because the system authorized EA as a script (the coder used old functions).
This thread is the following:
https://www.mql5.com/en/forum/296748 

I do not know how it is related to your case but it is only I found - 


After 40 min of  automatic validation as utility it passed :-) 
Reason: