derdigge:
Hello!
I am using copyrates to get data.
so i ecxpect t_rates[i].time to be a unixtimestamp. But if i write it to file for example it becomes "Human readable".
How to write it as a int to file?
Thanks!
derdigge
(int)t_rates[i].time
honest_knave:
Great that worked. fiddled arround with this. great way for typeconversion works wellg with string dataetime.... also
Thank you Sir!

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!
I am using copyrates to get data.
so i ecxpect t_rates[i].time to be a unixtimestamp. But if i write it to file for example it becomes "Human readable".
How to write it as a int to file?
Thanks!
derdigge