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

 
Andrey Dyachenko:
Vladislav - thank you for your reply. Could you please tell me how to "attach a demo to a product"?

make a demo and attach it in the discussion to the product

 
Vladislav Andruschenko:


Autovalidator never swore at the dems.

Here is an example of "swearing" - for demo version )

Files:
2t3qm.png  132 kb
 
Andrey Dyachenko:

Here's an example of "swearing" - for the demo )

Well, what does this have to do with the demo version?

It says here that there are simply no operations.

 
Vladislav Andruschenko:

Well, what does the demo have to do with it?

It says here that there's just no operations.

Okay, thanks for the tip.
 
 
Vladimir Karputov:

All the telepaths are on holiday. And ordinary people without a code can't tell you.

if(b == 0)

if(OrderSend(Symbol(), OP_BUY, BuyLot, Ask, iSlippage, 0, 0, " ", iMagicNumber, 0, clrGreen) < 0)

Print("OrderSend error #", GetLastError());

 
VOLODYMYR MARYNCHENKO:

if(b == 0)

if(OrderSend(Symbol(), OP_BUY, BuyLot, Ask, iSlippage, 0, 0, " ", iMagicNumber, 0, clrGreen) < 0)

Print("OrderSend error #", GetLastError());

Read the article. Run ALL the checks. If something from the article does not work - ask in this thread. You don't think that the Market will let you send trade orders like this without any checks, do you?

 

Here is my problem :

I have one mq4 "dashboard/bot" that will track all 28 pairs but on one minute charts. The algorithm "Will not" work on hourly or better to say, will rarely send a signal out. How can i make it so that the automatic validation pass when it's only checks for hourly charts and not minute charts?

 
Haskell Edward Ii Downs :

My EA receives trading signals when a new bar is formed via WebRequest.

Using 60 seconds as a timeout in my WebRequest, the Test report shows:  "tester takes too long time".

Reducing to 1-second timeouts, I get: "there are no trading operations".

This confirms my suspicion that the Automatic Validation fails because the server testing my code is not configured to perform WebRequests with my specific URL.

I see other EA products in the market which use WebRequests.

How do I pass the Automatic Validation?

Thanks.

what is publishdate other EA

Automatic Validation did not start long ago

 
Alireza Khodakarami:

Here is my problem :

I have one mq4 "dashboard/bot" that will track all 28 pairs but on one minute charts. The algorithm "Will not" work on hourly or better to say, will rarely send a signal out. How can i make it so that the automatic validation pass when it's only checks for hourly charts and not minute charts?

It is very simple. Code the dashboard to work with M1 time-frame and not the current chart time-frame.