backtrader_binance
Binance API integration with Backtrader. Run strategies for Backtest and Live Trading. Get historical price data for Bitcoin, Ethereum and all coins from Binance. EASY create your strategies.
파일 탐색기
최종 버전 다운로드 (.zip)- __init__.py
- binance_broker.py
- binance_feed.py
- binance_store.py
- Config.py
- 01 - Symbol.py
- 02 - Symbol data to DF.py
- 03 - Symbols.py
- 04 - Resample.py
- 05 - Replay.py
- 06 - Rollover.py
- 07 - Get Asset Balance.py
- 08 - Timeframes.py
- 09 - Get Asset Info - no Decimal.py
- 09 - Get Asset Info - through client.py
- 09 - Get Asset Info.py
- 10 - Get Historical Data.py
- BTCUSDT_1d.csv
- BTCUSDT_1d_minus_5_days.csv
- Strategy.py
- 01 - Symbol.py
- 02 - Symbol data to DF.py
- 03 - Symbols.py
- 04 - Resample.py
- 05 - Replay.py
- 06 - Rollover.py
- 07 - Get Asset Balance.py
- 08 - Timeframes.py
- 09 - Get Asset Info - no Decimal.py
- 09 - Get Asset Info - through client.py
- 09 - Get Asset Info.py
- 10 - Get Historical Data.py
- BTCUSDT_1d.csv
- BTCUSDT_1d_minus_5_days.csv
- Strategy.py
- 01 - Live Trade - Just Buy and Sell.py
- 01 - Live Trade.py
- 02 - Live Trade MultiPortfolio.py
- 03 - Live Trade ETH.py
- 04 - Offline Backtest.py
- 05 - Offline Backtest MultiPortfolio.py
- 06 - Live Trade Just Buy and Close by Market.py
- 07 - Offline Backtest Indicators.py
- 08 - Offline Backtest Margin Trade with Leverage 50x - Linear Trade.py
- 01 - Live Trade - Just Buy and Sell.py
- 01 - Live Trade.py
- 02 - Live Trade MultiPortfolio.py
- 03 - Live Trade ETH.py
- 04 - Offline Backtest.py
- 05 - Offline Backtest MultiPortfolio.py
- 06 - Live Trade Just Buy and Close by Market.py
- 07 - Offline Backtest Indicators.py
- 08 - Offline Backtest Margin Trade with Leverage 50x - Linear Trade.py
- LICENSE
- README.md
- requirements.txt
- setup.cfg
- setup.py
# 설치 가이드
git clone https://github.com/WISEPLAT/backtrader_binance
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd backtrader_binance
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install backtrader_binance
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install git+https://github.com/WISEPLAT/backtrader_binance.git
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install git+https://github.com/WISEPLAT/backtrader.git
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install python-binance backtrader pandas matplotlib
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움pip install backtrader_binance
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install git+https://github.com/WISEPLAT/backtrader_binance.git
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install git+https://github.com/WISEPLAT/backtrader.git
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install python-binance backtrader pandas matplotlib
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install -r requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
