
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
Check out the MQL5 Reference Guide / Technical Indicators / iCustom
Thank you very much for your promptness)
On topic. I almost got it, but COUNTER does not start in the terminal log says
removed
loaded successfully
it worked!!!you have an error here.
In this case, all three variables will have the same handle. as you are calling the same indicator three times.you have an error here
In this case, all three variables will have the same handle, because you are calling the same indicator three times.Yes, but as I understand it, the values of the index lines of the indicator (the values of the 3 lines)
we get through:
here 1, 2 and 4 are the index values of the indicator lines, which are stored in the buffer,
which we then compare with each other.
But that's not a problem, it doesn't calculate correctly with these indicator line indices
Any advice on where to go or what to do here?
Yes, but as I understand it, the values of the index lines of the indicator (the values of the 3 lines)
we get through:
here 1, 2 and 4 are the index values of the indicator lines, which are stored in the buffer,
which we then compare to each other.
But it's not a problem, it doesn't calculate correctly according to these indexes of indicator lines
It's enough to load one copy of the indicator, and address the desired buffer index via the copybuffer
no it is not, I cannot get the values of the 2nd line
as the values of 2 line indices stored in different buffers are compared.
Wrong, it is not possible to get the values of the 2nd line
as the values of 2 line indices stored in different buffers are compared.
there may be errors in the indicator itself
the indicator reads correctly
Saving the drowning is the job of the drowning.
It may come in handy for the future:
To call 2 or more indicator lines in an EA for the current bar
choose 1 handle and call the indicator, then use the copybuffer to save index values
and then work with these buffers. sergey1294 thanks for the help!