Print("Time :"+(string) time[i]+" i:"+ (string) i);
Thanks all, I keep the answer from angevoyageur.
angevoyageur:
Yes, as GumRai wrote, to remove warnings about implicit conversion, you have to do an explicit conversion. An other way :
If it is not too complicated, can you explain what
%s i:%i
does?
Have a look here: https://docs.mql4.com/common/printformat
Thanks for that :)
You really would think that by putting % in the reference index, that it would at least give a pointer to that :(
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
Hello,
How to remove the warnings ?