Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 286
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
Didn't work, maybe there's a mistake in the code?
And how do you want to assign the "select" property to an object by dragging that object before it's selected???
You have to do that when you create the object. But you can cancel selection by dragging event as well.
And how do you want to assign the "select" property to an object by dragging the object before it's selected?
You have to do that when the object is created. But you can unselect it with a dragging event as well.
Thank you, I've more or less understood the error. I will have to redo it.
Thank you, I more or less understand the mistake. I'll have to redo it.
I don't need to redo it.
Vitaly, have you checked it in mql4? I got something in mql5 only in 3 lines not counting object creation.
By removing any of these lines the object is not selected.Vitaly, have you checked it in mql4? I got something in mql5 only in 3 lines not counting object creation.
By removing any of these lines the object is not selected.It's in 5 you need the full set, in 4 each works separately
A hint, there is an indicator in a subwindow that uses 5 buffers, but three of them are hidden.
Question: how to remove the extra calculation readings, it displays all 5 but only needs 2
A hint, there is an indicator in a subwindow that uses 5 buffers, but three of them are hidden.
Question: how to remove the extra calculation readings, it displays all 5 but only needs 2
If there is a source - DROW_NONE - absence of any drawing
Not much need for rework
Thank you, everything works! Can you tell me how the Expert Advisor detects the price of a moved line?
Thank you, it all works! Can you tell me how the Expert Advisor identifies the price at which the line is moved?
one of the line properties will be price as a vertical axis coordinate
Thank you, I found the properties function - ObjectGet.