Spezifikation
Hello
I require integration of Binance symbols within metatrader.
This includes the ability to view chart window, in addition to market depth.
Whilst I don't currently require the ability to trader via MT, I may consider it in the future.
Ideally this job would be achieved via the Binance websocket although I'm open to suggestions on utilizing their standard API, provided data was updated each sec (not sure about API limits, which is why websocket suggested, appreciate your input on this.)
Currently I use the below to generate historical data.
https://medium.com/@samuelson78x/binance-get-historical-data-api-1bc8c758fa85
If possible, the websocket would be able to save live data to become historic data.
I'm not sure whether something similar to above could be used to fill in missing data between previous historical data, and the current live datafeed?
Welcome suggestions and negotiations
Thanks
Binance Websocket:
https://github.com/binance-exchange/binance-official-api-docs/blob/master/web-socket-streams.md
API:
https://github.com/binance-exchange/binance-official-api-docs/blob/master/rest-api.md