AndrewB330 / BinanceTerminal

Terminal for trading on binance.com exchange. Supports many kinds of custom orders.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ABANDONED PROJECT]

BinanceTerminal

Terminal for trading on Binance.com exchange. Supports many kinds of custom orders.

How does it work?

This is a python application that runs in the background on your server. There are two parts: server and terminal. Server is responsible for executing and maintaining orders, it uses MongoDB to save orders. Terminal is just a flask web-application that allows you to operate with your orders in a browser.

Features

  • User-friendly interface
  • [TODO]Custom chart with a lot of new functionality
  • [TODO]Custom orders that are not supported by Binance.com
  • [TODO]Possibility of writing a unique algorithm for each order
  • [TODO] Possibility of writing your own trading bot
  • [TODO] Integration with telegram

Existing order types

  • Limit order
  • Market order
  • Stop loss (market or limit)
  • Trailing stop loss (market or limit)

Screenshot

Screen

About

Terminal for trading on binance.com exchange. Supports many kinds of custom orders.

License:MIT License


Languages

Language:Python 33.1%Language:JavaScript 29.2%Language:HTML 24.5%Language:CSS 13.2%