Questions from Beginners MQL5 MT5 MetaTrader 5 - page 468
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
There is value in both the zero and the first buffer. On M15 the fractals are now at 5m and 21m bars. This script
finds and prints everything correctly. Correspondingly, the Expert Advisor will find iCustom() working equally in the script and in the Expert Advisor.
indicator code.
Check what is i?
Just put Print(). That seems to be the problem.
I can't find anything in the EA, and the log is full of zeros.
Tomorrow I'll show you what the councillor sees too.
Check what is i?
Just put Print(). That seems to be the problem
The EA doesn't. First the indicator has to be fixed.
Why does the script see it?
Of course it is possible that it does not update, but this is not the reason we were talking about in the first place.
Why does the script see it?
Of course it is possible that it is not updating, but that is not the reason we are talking about in the first place.
Both the script and the advisor see the past. But neither can see the present. The indicator does not show it. That's why they can't see it.
Both the script and the advisor see the past. But neither can see the present. The indicator does not show it. That is why they cannot see it.
So, in my case it goes from 1001 bars in the past to the current bar in the present. However, the values that it puts in the buffer do not coincide with those that the indicator draws separately on the chart, and I cannot find any values that it puts in the buffer on the chart at all.