Questions from Beginners MQL5 MT5 MetaTrader 5 - page 999

 
Aleksey Vyazmikin:
When debugging on historical data, how can the debugger load the required set to the EA?

Load the set in the Tester. The debugger takes the input from there.

 
Aleksey Vyazmikin:
How to load the required set to the EA when debugging on historical data?

and after loading, run the EA from MetaEditor in debug mode on historical data.

 
Vladimir Karputov:

and after loading, run the EA from MetaEditor in debug mode on historical data.

For some reason it turns on the default settings...

Added: Thank you, everything seems to be working as it should.
 

Why does pass sometimes equal -1000?

void OnTesterDeinit()
  {
   if(!FrameFirst()) return;

   long pass;
   string name;
   long id;
   double value;


   while(FrameNext(pass,name,id,value,stat_values))
     {
      Print(pass);
     }
}

And how do I get rid of this error?

 

When you stop the backtest manually (press stop), should there be information or not on the Backtest tab? Report.

Bild 1981 does not show a report when you manually stop the test.

 
Good time to you all. Please advise me the implementation of a nice notification output, something likeOBJ_RECTANGLE_LABEL, only I don't know how to load text into it. Thanks in advance.
 
leonerd:

When you stop the backtest manually (press stop), should there be information or not on the Backtest tab? Report.

Bild 1981 does not show a report when you manually stop the test.

It shouldn't.

 
Is there a standard trailing block in Mt5 that can be used in any EA?
 
Vladimir Baskakov:
Is there a standard trailing block in Mt5 that can be used in any EA?

Who set the standards?

CodeBase probably has what you need. He who looks will always find it.

 
Alexey Viktorov:

Who set the standards?

CodeBase probably has what you need. Those who look will always find it.

Yes, it is difficult to adapt to your . I tried include, so I have to make changes to the modification, although I have to do it that way too.
Reason: