
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
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.
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).
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. ???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 "ваша длл"
?
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
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"
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.
Read what is #property tester_library, please.
Thank you. I'll read it.
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).