yehwankim23 / simple-moving-average-system-trading

단순 이동평균선을 이용해 비트코인을 거래하면 알려주는 텔레그램 봇

Home Page:https://docs.google.com/spreadsheets/d/1IIvGJcb1WXR74Eand_1pm64i5gxzQlwnCvGZxcpMo4k/edit?usp=sharing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

단순 이동평균선 시스템 트레이딩

단순 이동평균선을 이용해 비트코인을 거래하면 알려주는 텔레그램 봇

비트코인 매매일지 (2021년 7월 21일 ~ 2021년 10월 22일)

배포

시간대 설정

sudo dpkg-reconfigure tzdata

패키지 설치

sudo apt update && sudo apt upgrade -y
sudo apt install python3-pip -y
git clone https://github.com/yehwankim23/simple-moving-average-system-trading.git
pip3 install -r requirements.txt --upgrade

실행

vim main.py
nohup python3 main.py > output.log &

About

단순 이동평균선을 이용해 비트코인을 거래하면 알려주는 텔레그램 봇

https://docs.google.com/spreadsheets/d/1IIvGJcb1WXR74Eand_1pm64i5gxzQlwnCvGZxcpMo4k/edit?usp=sharing

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%