chrisleekr / binance-trading-bot

Automated Binance trading bot - Trade multiple cryptocurrencies. Buy low/sell high with Grid Trading. Integrated with TradingView technical analysis
MIT License
5.01k stars 1.1k forks source link

Feature: create API to connect external strategy or use this bot with neural networks #606

Open cubecloud opened 1 year ago

cubecloud commented 1 year ago

Hi!

I'm kindly asking for new feature - API to connect external strategy and use this bot with neural networks and custom strategies.

The solution:

  1. Receive the orders (with tp, sl) for symbol with API.
    • one of the possible solutions - get orders from strategy as proxy (with binance api format) and send them to binance.
  2. Track the symbol/strategy loss and gains

This is add possibility to use your nice trading bot as dashboard with any strategy written on any programming language.