Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.22 KB

TetherHelix

An automated Upbit trading bot that leverages real-time data and customizable strategies to optimize cryptocurrency trading efficiently and securely.

Stack

Tether MySQL SQLite3 Python

How to execute?

For pycharm users, skip to number 2.

At the terminal(UNIX/LINUX supported)

  1. enableing python virtual environment + requirements.txt installation
./tetherenv.sh -e
source .venv/bin/activate
  1. launch
./tetherenv.sh run
# or just simply
python3 ./main.py

CI management

GitHub Actions Amazon S3

TODO

  1. .env settings also needs to applied python binaraies for additional secureity.