Discussion of article "The checks a trading robot must pass before publication in the Market" - page 11

 
This testing is hugely unfair. Truly, I have to create settings just to try pass the test. 
 
Yajaira Thibisay Martinez Jaimes:
This testing is hugely unfair. Truly, I have to create settings just to try pass the test. 

Like what?

 

hi my EA only work on EURUSD and only work on M15 timeframe

how can i pass automatic validation?

say test on EURUSD H1 and XAUUSD D1 and faild

 
Good afternoon, fellow traders! I want to add an Expert Advisor to the market, my friend wrote it, I have it in open code. When I add it, I get this error. Can anyone tell me if it is realistic to fix it for a person who is not very knowledgeable in programming and how hard it is to remove? Thanks in advance, profits to all!
 
Sergei Stakhanov:
Good afternoon, fellow traders! I want to add an Expert Advisor to the market, my friend wrote it, I have it in open code. When I add it, I get this error. Can anyone tell me if it is realistic to fix it for a person who is not very knowledgeable in programming and how hard it is to remove? Thanks in advance, profits to all!

In the description of the error there is a link how to fix the error. Click and read it.

 

Hello。my ea is One-click type.it is not pass validation.

左武

    EA back-test normal in the video, I don't know how to deal with it。 back-test begin at 17:19
       

      Robots verifying MT4 trading instruments often get an error.

      test on EURUSD,H1
      strategy tester report not found

      It's a trading instrument, not an EA, and there is always a time when the instrument is verified as an EA and refuses to pass. I can't find anyone to complain about this problem. When it comes to urgent updates, it really messes with people's minds.

       
      This validation drives me crazy. There is no problem with my EA, and I have not received any error reports in my real account transactions, but it just fails the validation , I don’t know why !
       
      Situation:
      - wrote a perfectly working function for checking min. and max. volumes, volume step, etc. - It checks everything that is required from A to Z.
      - inserted it into a test robot - validation went well.
      - formalised the function into a library file, imported it into the same robot, having previously deleted the function from the code.
      #import "CheckVolume.ex4" 
      double checkLot(int type=0, double lt=0);
      #import
      

      - everything is super in my tester, the Expert Advisor works as before.
      - in FigVam validator - see the picture.
      Validator report

      From this it is clear to me that the validator can only import standard library files. Mine, of course, is not there.
      So what to do?
      I wanted to help people, to publish this feature in the "Libraries" section, allowing its use in commercial EAs.
      Bummer.
      An EA with the library function will work fine on the author's computer, but he will not be able to put it in the Market - see the picture above.
      So what to do?
      It turns out that not only my test bot, but absolutely all EAs, which import any function from your "Libraries" section , will never pass validation.
      Or have I done something wrong? (I don't suggest inclusion, I don't want to show the code).



       
      Vasyl Temchenko:
      Situation:
      - wrote a perfectly working function for checking min. and max. volumes, volume step, etc. - It checks everything that is required from A to Z.
      - I inserted it into the test robot - validation went well.
      - I formalised the function into a library file, imported it into the same robot, having previously removed the function from the code.

      - everything is super in my tester, the Expert Advisor works as before.
      - in FigVam validator - see the picture
      .

      From this it is clear to me that the validator can only import standard library files. Mine, of course, is not there.
      So what to do?
      I wanted to help people, to publish this feature in the "Libraries" section, allowing its use in commercial EAs.
      Bummer.
      An Expert Advisor with the library function will work perfectly well on the author's computer, but he will not be able to put it in the Market - see the picture above.
      So what to do?
      It turns out that not only my test bot, but also absolutely all Expert Advisors, in which at least some function from your section "Libraries" is imported, will never pass validation.
      Or have I done something wrong? (I don't suggest inclusion, I don't want to show the code).




      There is such a case.
      Most likely, it was designed so that libraries could be used for themselves, and not to put them in the marketplace. That's why the situation is like this.