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

 
komposter:
Is that a question or sarcasm? )

It's a statement.

It is possible to determine the position and state of the mouse.

 
sergeev:

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 ).

 
komposter:
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.

 
Just need to find someone willing to collect it all in one pile ;)
 
komposter:

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.

 
sergeev:

Run the Controls example from the delivery. there is a working scroll on the list.

Is using the MOUSE chart message.

I know. My post wasn't a question, it was a statement.
 
So what's up? Shall we chip in for development, open sourse or something?
 
lazarev-d-m:
So what's up? What do you say we chip in for development, open sourse or something?
What's the idea? Just combine the content of two articles?
 

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.

Быстрое тестирование торговых идей на графике
Быстрое тестирование торговых идей на графике
  • 2012.10.22
  • Vladimir Kustikov
  • www.mql5.com
В этой статье описана методика быстрого визуального тестирования торговых идей, основанная на совмещении графика цен, сигнального индикатора и индикатора расчета баланса. Я хотел бы поделиться своим методом поиска идей для торговли, а также способом, который я использую для быстрой проверки этих идей.
 
lazarev-d-m:

...

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).