Weixing Meng:
Error Info: possible loss of data due to type conversion
I really can't get it, the 2nd parameter of FileWriteStruct() H4Info is a struct below:
Where is the conversion please.....?
Thanks a lot!
Solved...thanks for coming , the return type should be uint, not int , thank you again.

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
int BytesWriten = FileWriteStruct(filehandle,H4Info);
Error Info: possible loss of data due to type conversion
I really can't get it, the 2nd parameter of FileWriteStruct() H4Info is a struct below:
Where is the conversion please.....?
Thanks a lot!