Skip to content

aditya-verma/trade_ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trade.AI

Automated algorithmic trading bot using python

Project Requirements

  • Git
  • Docker
  • Python 3.8+
  • Django
  • Django Rest Framework
  • PostgresDB
  • Redis
  • Celery

Project Setup Guide

  1. Install Git, Docker.
  2. Clone Trade.AI repository.
  3. Create .env file to store the following environment variables.

TRADEAI_DB_NAME=<TRADEAI_DB_NAME>
TRADEAI_DB_USER_NAME=<TRADEAI_DB_USER_NAME>
TRADEAI_DB_USER_PASSWORD=<TRADEAI_DB_USER_PASSWORD>
TRADEAI_DB_HOST=<TRADEAI_DB_HOST>
TRADEAI_DB_PORT=<TRADEAI_DB_PORT>
TRADEAI_TEST=<TRUE_OR_FALSE>
BINANCE_API_KEY=<BINANCE_API_KEY>
BINANCE_API_SECRET=<BINANCE_API_SECRET>
TELEGRAM_BOT_TOKEN=<TELEGRAM_BOT_TOKEN>

  1. Run docker-compose up -d to build the docker container and deploy the project inside the container.

About

Automated algorithmic trading bot using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •