Errors, bugs, questions - page 262

 
Swan:

Insert-Ibjects-Graphic-Objects-Graphic

If it were possible to add indicators, especially custom ones, into the Graphics Object, that would be awesome!

But I think it's practically impossible, even for developers.

 
Interesting:

If I remember correctly, it has to do with a certain grid drawing algorithm.

You need to get cells of a certain size (this has been discussed in more detail here or on a neighbouring forum).

Was it possible to sacrifice a normal scale)
 

All of a sudden an error pops up during a test:

2011.01.13 16:25:14 Core 1 connect closed
2011.01.13 16:25:14 Core 1 tester stopped because expert initialization failed
2011.01.13 16:25:14 Core 1 2010.07.25 00:00:00 Cannot open 'dll_mql5.dll' (126)

I didn't change anything and 'dll_mql5.dll' is where it should be.

This is the same in all EAs with #import "dll_mql5.dll" although it worked just yesterday with build 375.

My Expert Advisor is working correctly in the chart window. ???
 
sultanm:

All of a sudden an error pops up during testing:

2011.01.13 16:25:14 Core 1 connect closed
2011.01.13 16:25:14 Core 1 tester stopped because expert initialization failed
2011.01.13 16:25:14 Core 1 2010.07.25 00:00:00 Cannot open 'dll_mql5.dll' (126)

I didn't change anything and 'dll_mql5.dll' is in its place.

This is the same in all EAs with #import "dll_mql5.dll" even though build 375 was working just yesterday.

My Expert Advisor is working correctly in the chart window. ???

Create a request to servicedesk. Provide more details.

Is there a line in EA.

#property tester_library "ваша длл"

?

Общайтесь с разработчиками через Сервисдеск!
Общайтесь с разработчиками через Сервисдеск!
  • www.mql5.com
Ваше сообщение сразу станет доступно нашим отделам тестирования, технической поддержки и разработчикам торговой платформы.
 
alexvd:

Create a servicedesk application. Give more details.

Is there a line in the expert

?

Here's what's in the header:

//---------------------------------------------------------------------

// Plug-in libraries:
//---------------------------------------------------------------------
#include <Trade\Trade.mqh>

#include <Charts\Chart.mqh>
#include <ChartObjects\ChartObjectsChannels.mqh>
#include <ChartObjects\ChartObjectsLines.mqh>
#include <ChartObjects\ChartObject.mqh>


#import "dll_mql5.dll"
int CalcLRChannel(double &rates1[][2],int len1,double &A,double &B,double &max1);
#import
 
Read what #property tester_library is, please.
Документация по MQL5: Основы языка / Препроцессор / Свойства программ (#property)
Документация по MQL5: Основы языка / Препроцессор / Свойства программ (#property)
  • www.mql5.com
Основы языка / Препроцессор / Свойства программ (#property) - Документация по MQL5
 
sultanm:

Here's what's in the header:

//---------------------------------------------------------------------

// Plug-in libraries:
//---------------------------------------------------------------------
#include <Trade\Trade.mqh>

#include <Charts\Chart.mqh>
#include <ChartObjects\ChartObjectsChannels.mqh>
#include <ChartObjects\ChartObjectsLines.mqh>
#include <ChartObjects\ChartObject.mqh>


#import "dll_mql5.dll"
int CalcLRChannel(double &rates1[][2],int len1,double &A,double &B,double &max1);
#import

Have you run testing/optimisation on this EA before?

Try adding this line

#property tester_library "dll_mql5.dll"
 
alexvd:

Have you run testing/optimisation on this EA before?

Try adding this line

#property tester_library "dll_mql5.dll"

It is present.

I've been testing the Expert Advisor for months. That is why it has reached an impasse.

Renat 2011.01.13 16:56 2011.01.13 16:56:25

Read what is #property tester_library, please.

Thank you. I'll read it.

 
sultanm:

It's been a month of testing by an expert. That's why it's at a standstill.

Then go to servicedesk with all the details (including logs).

 
What does the rating consist of?
Reason: