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
Duplicating from the "Questions from a Dummie" thread. Please accept this as a suggestion:
I would like to be able to save these resources on disk using only MQL5 tools, the very program that contains resources.
For example, an Expert Advisor generates a report in which you need to insert pictures that make the document more readable. Of course, you can generate a link to these files, but the problem occurs when there is a process between the customer and the programmer. This means that you will have to think all the time about how to transfer the necessary files in case of any changes. The problem will be even more when the product will be displayed in the Market and a lot of customers will come to your head. :)
(Dreamily) And it would be nice if in the dialog for setting external parameters one could set sections with their own titles (not editable by user).
At the moment I have to set such pseudo section title as input string s1 = "--- Title title ---";
(Dreamily) And it would be nice if the dialog box for setting external parameters could have sections with their own headings (not user-editable).
And now we have to set the title of such pseudo section as input string s1 = "--- Title title ---";
Oh, for crying out loud! )) The external parameters menu needs a good bit more work.
For example, depending on which item is selected in the pop-up list, the corresponding parameters in the block below. It would be very convenient.
This is a wish by the way)).
Colleagues, don't forget to make your requests in the Service Desk. Otherwise, your wishes will just remain wishes.
I have duplicated some of my suggestions from this thread to servicedesk. Do the developers somehow let you know that if a suggestion is interesting, it is accepted? Or, if it is not interesting, I would also like to know about it, so that I can think about what to do with it next. ))
If they are interested, they answer and the application remains open(or hangs open but no answer). And if they are not interested, they answer and close the application.
Another wish, then:
Please don't do as what is highlighted in red. )))
Another wish, then:
Please don't do as what is highlighted in red. )))
If the application is processed, a blank post appears with the name of the curator of the application.
This is effectively a marker that the application is being processed.
I would like to raise a question: IMHO mql has very ugly organization of data storing. My principle to facilitate my work is tocreate graphical objects (which should have their own variables), and the Expert Advisor goes through them and performs the necessary actions depending on the type of object (Fibo - rebound, TL - trend break, etc.). It would be unreasonable to recalculate every tick and therefore we need variables to save parameters on every pass. Now I'm shoving all the parameters into the description, but I'm already close to the limit.
EXIT: ideally, the principle is the same as in IMR (there is a base class, and the user adds what he wants (variables)). Below is a screenshot with an example of my graph object description
At the moment we have a function:
I would like to add the possibility of filling the array not only by index, but by time as well.This will be handy when working with time-series. Bar searches are not always adequate as there are holes in the history.
Something like this: