Errors, bugs, questions - page 908

 
tol64:
It's a natural question. Why? ))
Let's say to give out signals, for example I would be ashamed of this profile =) Although if I start with that profile, everyone will know who it is by nickname =))
 
Zeleniy:

Say give out signals, for example I would be ashamed of this profile =) Although if I start with that profile, everyone will know who it is by nickname =))
Show a decent result and the shame will be gone. There will be pride. ))
 
How can I default the graphs to gif or jpg instead of png?
 
#include <Controls\Label.mqh>
//+------------------------------------------------------------------+
void OnStart()
{
   CLabel Label1, Label2;

   Label1.Create(0,"Label1",0,10,10,0,0);
   Label1.Text("Text");
   
   Label2.Create(0,"Label2",0,10,30,0,0);
   Label2.Color(clrBlack);
   Label2.Text("Label1.Width()="+IntegerToString(Label1.Width()));
   
   Sleep(100000);
}
//+------------------------------------------------------------------+

The object itself has a width (27px), but programmatically there is a different value (-10px). I can guess where the -10px value comes from, as the second X coordinate is not set, but how can the width be negative?

Is this a bug or a feature?


 

What can cause a message in the tester

Pass 1 on EURUSD tested with error "critical runtime error in global initialization function (error 520, module 0, file 65535, line 3, col 0)" (1233 ms)

What is the error message returned by some of the agents?

tester build 743 (not declared)

 
dimonsky:

I don't understand why the ChartGetInteger(0,CHART_FIRST_VISIBLE_BAR,0) function returns zero when testing the indicator, whereas visible bars are at least 30

(verified by ChartGetInteger(0,CHART_VISIBLE_BARS,0)

On normal charts - everything is fine, one differs from the other by 1, but when testing, there is this nonsense...

How do I get rid of it?

Hi all. any options?
 
Ashes:

What can cause a message in the tester

Pass 1 on EURUSD tested with error "critical runtime error in global initialization function (error 520, module 0, file 65535, line 3, col 0)" (1233 ms)

What is the error message returned by some of the agents?

tester build 743 (not declared)

ex5 file failed to load correctly.

We will deal with such agents later after statistics are collected

 
dimonsky:
Hi all. any options?

Testing in visual mode? Any code examples?

 
Will there be a decision on my question?
 
fyords:
Will there be a solution to my problem?
Have you written to servicedesk? It can get lost here amongst the many pages of discussion
Reason: