Skip to content

just a bot that trades on coinbase, use it to DCA!

Notifications You must be signed in to change notification settings

dirtybits/tradingBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tradingBot

An automated trading bot for Coinbase Pro, will:

  • teach you about programming
  • help you learn about finance
  • help you understand exchanges
  • be able to automate your trades

'tradingBot/cbpro.py' is where much of the magic happens, the other files are auxillary. This tool can be built out to work for multiple exchanges and in the future, defi protocols.

Happy trading!

use

First add system environment variables for the given exchange ex

api_key = os.environ['CB_API_KEY']
secret_key = os.environ['CB_SECRET_KEY']
passphrase = os.environ['CB_PASSPHRASE']

prerequisite

WIP

About

just a bot that trades on coinbase, use it to DCA!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages