MQL5 Integration with Binance

 

Hello community,

A code MQL5 for some years. Did my stuff... algos.. indicators... and now I`m facing a new challenge which I think I do not have enough knowledge to foresee the next steps


What are the steps in a higher level to achieve an integration with Binance for trading via MQL5? I saw some tools online and I'm wondering how they work.
This is what I know:
- Add websocket URL to fetch pricing from Binance;
- Create a custom symbol;
- Somehow integrate the pricing update with the chart (?) ( Should it be made with an EA? )
---- And if its made with an EA, how can I simultaneously use an EA to trade? 

I would be glad to know in a higher lever so I can research myself. Could anyone please point the route OR a template?

Thank you all!

 
Hello you can find product in marketplace for both trading manually, via api and bring charts to mt5 for binance
Moreover you can also develop yourself if you know mql5, have experience with api and websocket
 
See here
 
Depending from your requirements, they provide not only WebSocket APIs, but also REST APIs. Probably, you can try to start with a simple (non-trading) example, then elaborate it for account and order operations.
BinanceQuotesDownloader
BinanceQuotesDownloader
  • www.mql5.com
Display Binance quotes in real-time mode