• Stars
    star
    208
  • Rank 189,015 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Crypto trading bot wrote using Python 3.9.

Crypto bot

Crypto trading bot wrote using Python 3.9.

  • Run your own strategies
  • Trade, backtest and live test modes available
  • Easily integrate exchanges

More details here on full project article.

Install and configure project

Install dependencies

pip install --no-cache-dir -r requirements.txt

Usage

Configure by creating a .env file from the .env.dist

./main.py

You can set particular symbol pair by using an argument

./main.py BTC_EUR

You can override any env parameter like so

MODE=live ./main.py BTC_EUR

Available modes

  • "trade" to trade on candlesticks
  • "live" to live trade through WebSocket
  • "backtest" to test a strategy for a given symbol pair and a period
  • "import" to import dataset from exchanges for a given symbol pair and a period

More Repositories

1

docker-php8-sf5-nginx-pqsql-boilerplate

Docker PHP 8 Symfony 5.2 nginx Postgresql boilerplate
Shell
35
star
2

nextcloud-docker-postgresql-redis

Docker compose based Nextcloud boilerplate using php8, PostgreSQL, Redis and nginx
Shell
2
star
3

search

A bundle that implement the sociableCore Search component to perform and render search on project Entities
PHP
1
star
4

auth

An auth managment bundle, that implement the Auth Core component
PHP
1
star
5

error

A simple error handling bundle
PHP
1
star
6

community

A bundle to manage user's community.
PHP
1
star
7

bricksbreaker

An Arkanoid clone in HTML5
JavaScript
1
star
8

skeleton

Generic PHP5 skeleton project
PHP
1
star
9

crud

A bundle that implement the Crud Core component
PHP
1
star
10

sample

A sample application that implement the Core framework
PHP
1
star
11

admin

Full featured admin bundle.
PHP
1
star
12

sociableUx

A set of full featured responsive and hybrid rich Ux components built with JavaScript, HTML5 and CSS3 on top of Twitter Bootstrap, jQuery 1.10+. All wrapped under a jQuery plugin
JavaScript
1
star
13

category

A simple categorization app
PHP
1
star
14

bundlestore

A bundle to setup and manage bundles. Find and install any compatible bundle that fit your needs.
PHP
1
star
15

setup

A wizard installer for those who prefer a GUI rather then command line.
PHP
1
star
16

blog

A simple blogging application
PHP
1
star
17

builder

A bundle to prototype interface or website build with HTML5 on top the Twitter Bootstrap framework (3+)
PHP
1
star
18

webkernel

PHP7 SMVC Framework with scaffolding features
PHP
1
star
19

todo

A simple note taking and todo reminder app
PHP
1
star
20

media

A simple media managment bundle. This bundle can manage contents like images, videos, audio and also documents.
JavaScript
1
star