I need to add an EA to the market but its made with nn and dont pass the test for timeframes and pairs. How can I make it pass?
Javier Santiago Gaston De Iriarte Cabrera:
The checks a trading robot must pass before publication in the Market
MetaQuotes, 2016.08.01 09:30
Before any product is published in the Market, it must undergo compulsory preliminary checks in order to ensure a uniform quality standard. This article considers the most frequent errors made by developers in their technical indicators and trading robots. An also shows how to self-test a product before sending it to the Market. Javier Santiago Gaston De Iriarte Cabrera #: Thaks, but in my case ... there where no orders made (the ea has arround 40 parameters and it has to be tested for each timeframe and period). What can I do?
As per the Market Rules, your EA must be able to trade correctly on any symbol (automatically adjusting to contract specification requirements), on any time-frame, based on the default settings and irrespective of the intended requirements for live trading.
Fernando Carreiro #:
As per the Market Rules, your EA must be able to trade correctly on any symbol (automatically adjusting to contract specification requirements), on any time-frame, based on the default settings and irrespective of the intended requirements for live trading.
Can't I have a config for each pair or something like that?
How are you loading the network configuration into the ea ? It's not trading because it is at its random state during the test ?
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi
I have this EA, and whant to take it to the market, it has many parameters, and dont know the way to configure the parameters so it can pass the test of the market. How do I do this?