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
Issue:
Steps to reproduce the issue:
Expectation:
What happens:
- CHARTEVENT_OBJECT_CREATE is triggered with MT generated object name.
- CHARTEVENT_OBJECT_DRAG is triggered with MT generated object name and not the changed object name.
- CHARTEVENT_OBJECT_CHANGE is not triggered.
** If programs tries to get properties of newly created object by passing sparam as object name, ObjectGetInteger/ObjectGetDouble/ObjectGetString functions return 4203 error and ObjectFind function returns 4202 error.Here's the code to test:
Here's the result: