Hello, I am working on creating my trading strategy. I wanted to know the best practices for handling and using real-time market data feed. Suppose, I have an open web socket connection of binance and I am getting ticker data every second. I want to store

HOW TO MANAGE REALTIME KLINE DATA WITH HISTORICAL

Hey,
have you tried websocket streams endpoints on the existing connectors?
Examples:

You will have then to run your strategy or to store the data from the message returned.