Skip to content

limwechern/HFT-Bot-Binance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HFT Bot Binance Futures

High Frequency Trading algorithm to trade Perpetual Futures Contracts on Binance

Python Libraries (For Technical Analysis):

  • Tulipy
  • TA-Lib
  • Numpy

API Used:

  • Binance API
    • Websocket to obtain stream of the latest market price of the specified trading pair
    • REST API to execute Futures trades
  • Taapi API
    • To obtain additional Technical Analysis info)
  • Telegram API
    • Start/Stop the bot
    • Shows all buy/sell trades and whether they are long/short positions
    • Displays profit/loss

Config:

  • Set Backtesting to true
    • if you want to run the bot in simulation mode without executing actual trades, the p&l are monitored.
    • Useful for testing different Technical Analysis Indicators
  • Set Backtesting to false
    • To execute real trades using your Binance account

Docker

  • Can be Dockerized & deployed on AWS EC2 Instances

About

High Frequency Trading algorithm using Binance API, TA-Lib, Telegram API, & Taapi API to execute Perpetual Futures trades in the cryptocurrency market

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published