Errors, bugs, questions - page 1375
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
...
Build 872
After restarting the terminal, the TOOLTIP disappears in all graphical objects ...
I checked, all the tooltips are displayed. What am I doing wrong?
1. the tooltips are not saved.
2. The person assigned a tooltip to an object when it was successfully created. Since the object was already created, no tooltip was assigned according to the conditions of his program.
1. the tooltips are not saved.
2. A person assigned a tooltip to an object when it was successfully created. Since the object was already created, no tooltip was assigned according to the conditions of his program.
I see, I didn't realise that the tooltips aren't saved. My functions are so constructed that they will reassign "missing".
Opened a signal.(Became a signal provider). Balance replenishment and part of the trades are duplicated, resulting in distorted statistics. How can I correct?
I didn't know that by creating an interface in the EA and signing buttons with a Tultip you have to do this all the time, because after reloading the Tultip is deleted.
Strange. Even if you simply build the interface in OnInit(), at the time of its construction, the tooltips are prescribed. Why do they disappear?
I create some interface, with buttons, when I create a tooltip. When I restart the terminal, the tooltip is removed and I have to write it in again...
Here is a simple code that creates a button with a tooltip and after restarting the tooltip will disappear , try it ...
I create some interface, with buttons, when I create a tooltip. When I restart the terminal, the tooltip is removed and I have to write it in again...
Here is a simple code that will create a button with a tooltip and after restarting the tooltip will disappear , try it ...
Type a check on the result of object creation:
And if the object already exists you just can't recreate it (error 4200). And therefore will not be able to apply change object properties (and tooltip in particular).
Added later: just need to redo the logic, otherwise every tick will print an error.
Enter a check on the result of object creation:
And if the object already exists you simply cannot recreate it (error 4200). And consequently you won't be able to apply change to object properties (and tooltip in particular).
Added later: just need to redo the logic, otherwise every tick will print an error.
We set all parameters and all parameters are saved except for the type...
Colour size all is saved after reloading only fat type is deleted...