Coder Social home page Coder Social logo

tbot's Introduction

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!

tbot's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.