chrisleekr / binance-trading-bot

Automated Binance trading bot - Trade multiple cryptocurrencies. Buy low/sell high with Grid Trading. Integrated with TradingView technical analysis

Home Page:https://binance-trading-bot-chrisleekr.cloud.okteto.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

cubecloud opened this issue · comments

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.
  1. 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.