
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
Can you tell me how to make an analogue in mq5?
Probably need to use IncEnvelopesOnArray, but how to do it?
If possible, a simple example with mq4 - mq5 analogy.
Can you tell me how to make an analogue in mq5?
Probably need to use IncEnvelopesOnArray, but how to do it?
If possible, a simple example with mq4 - mq5 analogy.
Integer gets the credit.
If you click on the ORDER_FILLING_AON link, you'll see that the name has just changed.
Hello!
Could you suggest a code for an EA to close a position after 5-6 hours. Or give me a link.
Many thanks in advance!
The programme uses the file to read the data and analyse it. It makes sense to write something like this in the options:
and then use the file name to access it.
So it's inconvenient to work this way, if I have many files with data, and I can't know the file names beforehand - it's really hard to change them by hand.
I've thought of this: write a function that returns value like string, something like this:
I don't know where to start.
I don't know where to start.
If you use MQL, you take the file list from Files\\\ with FileFind
Well, you can draw the interface however you want.
The programme uses the file to read the data and analyse it. It makes sense to write something like this in the options:
and then use the file name to access it.
This is inconvenient when there are a lot of files with data and you can't know the file names beforehand, it's a pain in the ass to change them by hand.
Thought of such a thing: write a function that returns the value of type string, something like this:
I don't know where to start.
sergeev:
и
Yedelkin:
..Then, using the tools to create a dialog box, output the values of this array to the user. Unfortunately, I haven't worked with dialog boxes, so I can't tell you how to output a string-array for selecting a file name.That's exactly my difficulty.
After all, you need to display all file names in a list and be able to select from this list with a mouse click.
This is where I have a problem.
You need to list all the file names and be able to select from that list with a click of the mouse.
check out the standard Controls expert