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
Do developers need Visual Studio to develop the interface of their applications on MT4/MT5 platforms?
It would be interesting to get to EAs and indicators settings (before EA code execution) - additional menus would be really useful there.
Three years ago they wrote a solitaire game called Solitaire for MetaTrader 5 for fun: there's mouse dragging, sounds and a full-fledged game.
This is as a demonstration of what can be done within the terminal. We could also put Doom inside - it would work without brakes.
Download yourself ex5 file - it was really compiled 3 years ago and works without changes.
Here is another live-fire indicator on the chart. https://www.mql5.com/ru/code/1951
Lives its life regardless of price arrivals:
It would be interesting to get to the settings of EAs and indicators (before the execution of EA code) - additional menus would be really useful there.
And for nothing. It's a waste of time and effort. IMHO, of course. It is akin to inventing crutches for a disabled person from birth. Although, in the case of an invalid, it is really necessary.
I'm not very clear on the reason for your frustration with MQL. First of all it offers all standard programming tools used in all languages, including OOP. Taking into account the specificity of tasks, for which this language is developed (namely, writing indicators and programs for market trading), it's hard to find a problem, that it can not cope with. So far I haven't managed to do it, at least not yet.
Tell us what exactly you are missing and what problems the language has not helped you to solve?
Here is another live-fire indicator on the chart. https://www.mql5.com/ru/code/1951
Lives its life regardless of price arrivals:
It's this wide range of MQLQLQLQLQL features that helps me develop my project. Many thanks to the developers!
The project is very interesting. Particularly interesting is the work with tables. I have the following questions:
The project is very interesting. Particularly interesting is the work with tables. I have the following questions:
Good afternoon.
I will answer in order:
- Considering that the studio will only be rented out, the price will be very reasonable and affordable for all developers.
Thank you for your questions.Imagine that the developer could distribute the settings of his EA in different windows where they would be grouped by categories, and the user would not have to scroll through a huge table of all settings, looking for the needed parameter. And reconfiguring the strategy settings without having to put the EA out of action, and not necessarily recompile it, is not a bad idea either.
I'm not very clear on the reason for your frustration with MQL. First of all it offers all standard programming tools used in all languages, including OOP. Taking into account the specificity of tasks, for which this language is developed (namely, writing indicators and programs for market trading), it's hard to find a problem, that it can not cope with. So far I haven't managed to do it, anyway.
Tell us, what exactly you lack, and what problems the language hasn't helped you to solve?
I've been trying to ask a question for a few years now, and I've found it.
The question.
Suppose I have a vector "a" and want to draw it (you can't draw statistics without it).
How do I draw this vector. In R it's plot(a, ...)/
And how in µl?
Been trying to ask a question for a few years - found one.
Question.
Suppose there is a vector "a" and I want to draw it (statistics without drawing is unthinkable)
How to draw this vector. In R it's plot(a, ...)/
And how in MQL?
In MQL it is very simple. The ObjectCreate() function creates objects of different types. The ObjectSetInteger(), ObjectSetDouble and ObjectSetString() functions, set properties of the created objects. You can read more about the types of created objects and setting their properties in the documentation.
Graphic functions: https://www.mql5.com/ru/docs/objects
Object types: https://www.mql5.com/ru/docs/constants/objectconstants/enum_object