freqtrade를 Windows 11, Ubuntu wsl2 bash로 설치하는 법을 알아보자.
# update repository
sudo apt-get update
# install packages
sudo apt install -y python3-pip python3-venv python3-dev python3-pandas git curl
# --install, Install freqtrade from scratch
./setup.sh -i
# activate venv
source ./.env/bin/activate
freqtrade 폴더에서 .git 과 .gitignore 을 삭제하고
ft_userdata 내부의 모든 파일을 옮긴다.
>> mv * ..
'트레이딩' 카테고리의 다른 글
Quantitative Trading: How to Build Your Own Algorithmic Trading Business 요약 (0) | 2022.09.12 |
---|---|
트레이딩봇 개발일기 2 (0) | 2022.06.03 |
[시스템 트레이딩] 가상화폐 트레이딩 봇 freqtrade 사용법 익히기 1 (2) | 2022.06.03 |