Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 09:14:10 +0000



Post From: Request: Binance support for trading

[2023-02-27 11:10:32]
User251043 - Posts: 44
You can make a DTC Server that works as a gateway between Sierrachart and Binance.

The gateway should accept DTC messages from Sierrachart. With that information it should send the orders to Binance REST or websocket API.

It can be done. It takes time (less time if you are a programmer), but it definitely works. Depending on your trading needs you can choose one programming language or another. Binance has lots of connectors in github in different languages.

Preparing a gateway for ALL the Binance characteristics can be very difficult. I recommend you to write a simple gateway that covers your needs.

Once you have your first gateway, and as you can use DTC to send data market to SC, it's easy to adapt the gateway to other exchanges like OKX or Bybit (easy does not mean quick).

As I said, it can be done. Good luck!