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
Solicitudes similares
I need a AI signal generating bot for forex trading that use the latest ai technology to track real time forex market, analyse and give signals. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame
step by step and structure this into a full IEEE 830 / ISO/IEC/IEEE 29148 style Requirements Specification. This format will include: Introduction System Overview Functional and Performance Requirements Traceability Matrix (linking requirements to test cases) Verification and Validation Compliance Standards 1. Introduction 1.1 Purpose The purpose of this document is to define the technical requirements for the
//+------------------------------------------------------------------+ //| XAUUSD Ultimate Institutional EA | //| Features: | //| - True swing-based market structure | //| - BOS sniper entries on M5 | //| - Liquidity sweep filter | //| - Partial TP + breakeven | //| - Visual BOS, swings, liquidity
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","