Hello folks, I have an EA with the following source code.
I pass some configuration through the inputs parameters like bellow:
The problem is that the output of the printf is:
"A 0123456789. B 0123456789. C 0123456789. D 0123456789. E 0123456789. F 0123456789. G 0123456789. H 0123456789. I 0123"
in other words, the "settings" parameter is truncated and I need to pass this value as an input to the EA.
Regards, Cyberglassed.
Other options: Use a second input parameter, use File Functions (FileOpen, FileReadString...) ...
HTH John
Other options: Use a second input parameter, use File Functions (FileOpen, FileReadString...) ...
HTH John
Thank you, I opted for the first option ;)
See documentation :
Note: The length of a string comment for Input variables cannot exceed 63 characters.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello folks, I have an EA with the following source code.
I pass some configuration through the inputs parameters like bellow:
The problem is that the output of the printf is:
"A 0123456789. B 0123456789. C 0123456789. D 0123456789. E 0123456789. F 0123456789. G 0123456789. H 0123456789. I 0123"
in other words, the "settings" parameter is truncated and I need to pass this value as an input to the EA.
Regards, Cyberglassed.