thatguy1429 / Publications
Forum
Communicating with an api/custom server using a HTTP request inside of .mq5 indicator code
Hello I have a .mq5 indicator and I have a custom flask python server running on local host (0.0.0.0:80) I'm trying to setup a system where the indicator (inside of OnInit()) would send a HTTP POST request to the server with some information and then the server would return a message back based on