Discussion of article "Visual strategy builder. Creating trading robots without programming" - page 5

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
1. Got it. With scrolling, just like with the window drag handle. You have to press once and then again and hold. Then everything works.
5. If a window has gone out of scope, you need to use the main scroll bar. Then it can be brought back to the visibility area.
Thanks for the comments!
1) You just need to press (1 time without releasing) and hold and drag. Not once, again and again and again :)
5) You can move the scheme by the bottom part too. The main layer can also be moved as a map, without scroll bars. You have to "grab" an empty space and move it.
Yes, I intentionally didn't make hints about resize etc. I remember what and where from the first time, and then they are always bothering my eyes, even though they are not necessary.
Thanks for the comments!
1) You just have to press (1 time without releasing) and hold and drag. Not once, again and again and again :)
5) You can move the scheme by the bottom part too. The main layer can also be moved as a map, without scroll bars. You have to "grab" an empty space and move it.
Yes, I intentionally didn't make hints about resize etc. You remember what and where from the first time, and then they are always bothering your eyes, although they are not necessary.
Got it. Thank you. Really very convenient. But I still can't pull far with the first grip. Neither the window, nor scrolling. But if I press it again, then everything works.
I don't know the reason.
The idea is good, looks interesting, but the ready EA is already a bit tilted - it requires the ability to build with scrolling down or sideways.
Such an interface is necessary for ME - write in a square code and connect, convenient, especially if you can make your own icons and save as a blank - think MQ.
However, I am confused, there is no code at the end of the article and in the article itself, which means it is an advertisement of the product. What, is it now possible to write articles about your product and have them published, or is this a behind-the-scenes arrangement for a select few?
It has long been possible to write articles about your product. Another thing is that MQ may not let all articles through. Only those that they deem worthy of publication.
The author of the article has created a great product. But it needs to be improved. It is desirable to use the mouse wheel in the right and left lists. To scroll through these lists.
One can feel the great potential of this development.
====
What is bad. After uninstalling this utility (Expert Advisor), the colour scheme of the window with the chart is changed. Before installing the utility, the colour scheme was the same. After installation the colour scheme changes. This is a disadvantage.
It is necessary to return to the colour scheme that was before the installation of the utility when removing the utility from the chart. It is better not to change the colour scheme at all. All manipulations should be done in an additional window formed on top of the chart. This is the way I do it when creating patterns graphically. A window is created on top of the chart where everything is drawn. After deleting this window, there is no need to correct something on the chart. Everything created in the window is saved in files.
trade class is implemented as a static class and can be used separately from the rest of the code.
I looked with interest at the trade class in the generated source code (MQL5 >600Kb, EX5 > 250Kb).
What is the purpose of this line?
Live order with non-zero ID - partially executed?
Could not find the Filling calculation in the code.
I looked with interest at the trading class in the generated source (MQL5 >600Kb, EX5 > 250Kb).
What is the purpose of this line?
Live order with non-zero ID - partially executed?
Couldn't find the Filling calculation in the code.
#1. This is based on: #9
#2. I have never managed to find a working variant of filling calculation that would work on all brokers. That's why I suggest the user to control it himself by setting the parameters of the corresponding elements.
It has long been possible to write articles about your product. Another thing is that MQ may not accept all articles. Only those that they consider worthy of publication.
The author of the article has created a great product. But it needs to be improved. It is desirable to use the mouse wheel in the right and left lists. To scroll through these lists.
I can feel the great potential of this development.
====
What is bad. After uninstalling this utility (Expert Advisor), the colour scheme of the chart window is changed. Before installation of the utility the colour scheme was the same. After installation the colour scheme changes. This is a disadvantage.
It is necessary to return to the colour scheme that was before the installation of the utility when removing the utility from the chart. It is better not to change the colour scheme at all. All manipulations should be done in an additional window formed on top of the chart. This is the way I do it when creating patterns graphically. A window is created on top of the chart where everything is drawn. After deleting this window, there is no need to correct something on the chart. Everything created in the window is saved in the files.
Thank you for your comments!
In your indicator, the panel does not occupy all the chart space, so the chart layout does not change. I have a panel on the whole available size, and if I don't change the chart scheme, there will be unpleasant artefacts.
I'll think about returning everything to its original state when removing the utility from the chart.
I will add wheel scrolling in future versions. Thanks!
#1. It's based on #9.
Thanks, I'd forgotten.
#2. I have never managed to find a working variant of calculating filling that would work on all brokers. That's why I suggest the user to control it himself by setting the parameters of the corresponding elements.
Could you please send me the name of the demo-server where GetFilling doesn't work?