HyperTrade
Ready to deploy, distributed cryptocurrency trading bot
시스템 구조
저장소별 전략/실행 조건 확인 필요
거래소 API 기반 자동 주문 실행
에디터 요약저장소 설명과 공개 메타데이터 기준으로 Python 기반 구현, 암호화폐 거래 봇, 거래소 API/프레임워크, 기술적 분석 성격의 프로젝트로 파악했습니다. 확인 근거는 README, 저장소 토픽, 저장소 설명, GitHub 지표, 파이프라인 필드이며, 주요 데이터는 Binance, OHLCV/호가/체결 데이터입니다. 전략/실행 조건은 저장소별 문서와 코드 확인이 필요하며, 실행 방식은 "거래소 API 기반 자동 주문 실행"라고 보수적으로 기록했습니다. GitHub 지표는 별 292개, 포크 68개입니다.
| 저장소 | karanpratapsingh/HyperTrade |
|---|---|
| 제작자 | karanpratapsingh |
| 스타 / 포크 | ★ 292 / 68 |
| 라이선스 | GPL-3.0 |
| 최근 업데이트 | 2022-05-04 |
| 스냅샷 시점 | 2026-07-08 (아래 README는 이 시점의 사본입니다) |
아래는 제3자가 작성·공개한 오픈소스 코드입니다. QuantField는 해당 코드의 동작과 안전성을 보증하지 않으며, 설치·실행 전 코드를 직접 검토하시기 바랍니다.
README
📖 Contents
- Overview
- Motivation
- Features
- Technologies
- Working
- Architecture
- Getting Started
- Customization
- Usage
- Deployment
- Contribute
- License
🔍 Overview
Here's a short overview of the project.
💡 Motivation
A few months ago I got into the crypto market. It was all new and fascinating to me. The idea of this project originally came from a script I used to automate buying and selling of fiat assets.
I was curious and wanted to scale it into a real system that can execute trades for me. I had a lot of fun building this. I got to play with lots of different technologies while growing my financial knowledge.
Feel free to reach out to me if you have any additional questions. There are lots of fixes and features to be done!
It is important to note that this project is under active development and was developed as an experiment. Currently, only Binance is supported but contributions are welcome!
Please leave a ⭐ as motivation or support by donating if you liked the idea 😄
✨ Features
This system has lots of features such as:
Web UI: Real-time access to charts, technical indicators, and portfolio.
Configurable: Supports assets and strategies customization easily without touching any cod
