mostafalotfi:
Hi
after my expert draw HLINES i cannot select and change their properties from chart , but when i press Ctrl+B and then list all , i can change the properties of them... can you please advise why its like this?
This way the user of an EA can not easily modify/delete what is managed by an EA.
If you want, you can change this behaviour by changing the following properties when you draw an object by code :
ObjectSetInteger(0,objname,OBJPROP_HIDDEN,false); ObjectSetInteger(0,objname,OBJPROP_SELECTABLE,true);
angevoyageur:
Thanks
This way the user of an EA can not easily modify/delete what is managed by an EA.
If you want, you can change this behaviour by changing the following properties when you draw an object by code :

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
Hi
after my expert draw HLINES i cannot select and change their properties from chart , but when i press Ctrl+B and then list all , i can change the properties of them... can you please advise why its like this?