https://www.freqtrade.io/en/stable/installation/
Linux/MacOS/Raspberry - Freqtrade
Install necessary dependencies # update repository sudo apt-get update # install packages sudo apt install -y python3-pip python3-venv python3-dev python3-pandas git curl The following assumes the latest Raspbian Buster lite image. This image comes with py
www.freqtrade.io
1.바이낸스 가격 가져오기
이거대로 install을 한 후, 도커로 여러 기능을 써볼 수 있다. 아래 기능으로 거래소에서 비트코인 가격 그래프를 가져와본다.
docker-compose run --rm freqtrade download-data -p BTC/USDT -t 1d --timerange 20230401-20230430 --exchange binance
-p ETH/BTC - 페어를 선택한다.
-t 1d - 타임프레임을 설정한다. (5m, 1h, 1d)
--timerange 날짜를 입력한다.
--exchange 사용할 거래소를 선택한다. (https://github.com/freqtrade/freqtrade#supported-exchange-marketplaces)
결과는 [timestamp, price]
'코인으로 부자되기 > 트레이딩' 카테고리의 다른 글
업비트 비트코인 가격 javascript api [2024] (0) | 2024.04.20 |
---|---|
비트코인 선물거래 전략 롱-숏 페어 트레이딩 (0) | 2023.08.04 |
트레이딩 봇 전략 공부 #1 (0) | 2023.04.27 |
MEXC-거래소-레퍼럴-50만원-상당-현금화하기-과정-설명-준비물-리스크-설명-및-상담 (0) | 2023.04.25 |
트레이딩 공부 #3 지표 (0) | 2023.04.22 |