nameless nameless #: After posting this the format of my code got put all on one line for some reason so sorry for the unreadability.
Please edit your post and format it properly. Preferably use a desktop browser instead of a mobile device.
Also, please don't use ALLCAPS for titles or sentences. It is considered shouting and is rude.
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
I would like the req.body to be formatted as key value pairs like so:
...
I'm used to javascript and axios where you can just pass an object as the payload, but I'm not seeing how I can do that with mql4 (in the docs they only pass a string in their example). This is what I'm getting in my server logs:
...
...
I'm also wondering what the \x00 is at the end of the string as I did not add that.
This is the code from my EA where I've only been able to get it to work when passing strings:
...
...