Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1785
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
do not see
But others can see(CHARTEVENT_OBJECT_CLICK)
Everything brilliant is simple.
I would have done so
I would do that.
Same solution. But that would not work for me, because after clicking on that line, I need to delete the first line, create another one, and have it follow the cursor and be deleted after clicking on it too. I did this:
Button pressed - create a line. Button pressed - delete. Is it that hard to guess?
Also, you can show and hide, so you don't have to create and delete them all the time.
Also a solution. But this won't work for me, because after clicking on this line, I need to delete the first line, create another one, and have it follow the cursor and be deleted after clicking on it too. I did so:
And I would leave a check for the object before creating and deleting
something has gone wrong) the signal is not coming at all. 0 trades.
why with double ?
my variables look like this:
maybe that's the problem ?
something has gone wrong) the signal is not coming at all. 0 trades.
why with double ?
my variables look like this:
maybe that's the problem?
Delete that.
and in the code, useWhy double?
double - decimal numbers
int - integers
Delete that!
And in the code, useThank you! The signal has gone!
double - decimal numbers
int - integers
clearly