Discussion of article "Change Expert Advisor Parameters From the User Panel "On the Fly"" - page 2

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
Is that a question or sarcasm? )
It's a statement.
It is possible to determine the position and state of the mouse.
that's a statement.
It is possible to determine the position and state of the mouse.
Got it.
I thought that no one would just confirm the words, so I smelled a trick ).
It is a pity that there is no access to the properties of any EA, then you could make a universal "parameter changer".
I have a universal one in TradeXpert. As always, there are unnoticeable at first glance, but very handy goodies there.
Of course, it is not as cute as in the article, I did not think at that time that the graphics in MQL5 would be so cool.
It is easy to connect and use.
Got it.
I thought that no one would just confirm the words, so I smelled a trick )
Run the Controls example from the delivery. There is a working scroll on the list.
uses the MOUSE chart message.
Run the Controls example from the delivery. there is a working scroll on the list.
Is using the MOUSE chart message.
So what's up? What do you say we chip in for development, open sourse or something?
Something like this
Objective: to write a kind of strategy tester, all pros and cons I think are known, this method has already been implemented https://www.mql5.com/en/articles/505, but it can be so to say - unfinished,
1) it is necessary to make a template from the indicator of signals, so that it was possible to painlessly insert any strategy + remove all unnecessary things that slows down the calculations if possible
2) in order to change indicator parameters and as a consequence signals - it is necessary to reload the indicator manually, which delays the process.
so we need a panel similar to those used for sending orders, implemented in this article.
3) all this remains to be skilfully stitched together, it is necessary to minimise the recalculation time and to make it so that it was not necessary to wait for a new tick or change the timeframe at all to redraw the balance indicator.
I don't have much knowledge of the language, I can't do it myself, also I can't do it by my own means, I can't order this thing in full, because programmers will charge >=100$ (considering that they want 10$ for the indicator of crossing of "MAs with bells").
That's why I suggest either to open an open sourse or somehow to make this thing happen, it will be useful for many people.
...
That's why I suggest either to open sourse or somehow to make this thing, it will be useful for many people
To make a universal tool is quite difficult at first (my) glance. If the goal is to make such a tool so that you could implement any strategy with small (and sometimes even with big) changes in the code, it is much easier to make ordinary Expert Advisors and test them in the tester without any problems. It is still worth experimenting. It is interesting, but personally my priorities are different now. Even more interesting (for me).