Skip to content

kautzz/tbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tbot

Crypto Currency Exchange CLI & Trading Bot

Using the CCXT API this software connects to your favourite crypto currency exchange and offers a CLI for setting up manual trades for a crypto currency of your choice. Currently it supports placing market and limit orders.

A utility function lets you find volatile crypto currencies with a cheap minimum buyin that may be used for automated trading. Automated trading is still in development and should be considered a proof of concept only.

The software also offers support for running on a RaspberryPi especially in combination with the Blinkt! LED module and / or the Adafruit PiOLED display for pretty eye-candy.


Add secrets.py to the root folder and add details for your exchange:

"""
secrets.py
Credentials for your favourite cryptocurrency exchange.
"""

ex = "your_favourite_exchange"
apiKey = "your_exchange_api_key"
apiSec = "your_exchange_api_secret"

See CCXT Exchanges for more details.

Check the settings.ini file to configure the software.

  • symbol = DOGE/USD is the currency pair you would like to trade
  • simulation = false when true will not place any real orders on your exchange

Run with python -m tbot use python -m tbot -v for verbose output.


General Trading Advice:

Do Not Spend Money You Can't Afford To Lose! Use At Your Own Risk!

About

Crypto Currency Exchange CLI & Trading Bot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages