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 good day, i´m trying to send some simple data from my EA in mql5 to an API. i wish send the follow string "id_ea=2&symbol=EURUSD&operation=SELL&value=1.3142" a my index.html
Index.html and dataMQL5.json are creates with Atom, as show the codes below. I also use live-server for create the local server: http://127.0.0.1:8080/
I open the index.html and always show:
Hola Metatraderthe EA is running but no refresh the index.html with the string "id_ea=2&symbol=EURUSD&operation=SELL&value=1.3142".
In the expert tab, show the messages:
2020.04.09 11:55:01.878 EA11_HTTP1 (EURUSD,M1) POST del cliente REST: id_ea=2&symbol=EURUSD&operation=SELL&value=1.3142
i no see answer of the server.
what need i more make for see the message of mql5 in my index.html?, please help, thanks
index.html :
dataMQL5.json :
{ "dataMQL5" : [ { "ea_id": "1", "symbol": "AUDUSD", "operation": "BUY", "value": "0.9281" } ] }