Skip to content

A simple algorithmic trading bot for Binance made in Python

License

Notifications You must be signed in to change notification settings

anasarkawi1/traderpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Trader.Py

A simple algorithmic trading bot to be used in Binance. Currently the bot is under development.

I'm making this bot as an exercise on algorithmic trading and usage of Binance API.

Current Goals

These are the current goals of the project:

  • Interface with Binance API to get live and historical data.
  • Functions to calculate various technical indicators.
  • Functions to use the above mentioned indicators to form a trading strategy.

License

Information about the license of the project is available in the LICENSE file.