Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 172

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
Obviously they do, but where is the data stored! I am importing quotes for another instrument - Si futures and I need to remove the zeros after the decimal point there, as they are not in Si.
Then let's start on the other side: how do you import?
Выгружаю при помощи скрипта https://www.mql5.com/ru/code/232?utm_campaign=MetaTrader+5+Terminal&utm_medium=special&utm_source=mt5terminal+codebase&utm_link=de35e1ae8016b5df5acf9cef409f1632&utm_codepage=1049&utm_gid=8881077233567656571&utm_uniq=FF3D0E2E-CB4A-T
Just rework the script a little bit
It is enough to rework the script a bit
Which direction to rework - there are no zeros in the unloading.
Or, are you suggesting the other way round to split the integers?
This way the script can be "corrected" so that the final file contains quotes in the right format, but whether the terminal will display them without the fractional part, I'm not sure. Most likely, there will be zeros after importing into the terminal. Ask the author of the script.
Which direction to rework - there are no zeros in the unloading.
Or, do you propose to split the integers the other way round?
Then all that remains is to hide the chart prices and draw your own objects, but is it worth it? What do the zeros prevent from, the aesthetics are wrong?
Zeros get in the way because you have to reconfigure the EA globally in places where points are used - it's a waste of time.
It's easier to switch to a five then :)
A little help for a newbie with the code: