Gekko-Strategies
Strategies to Gekko trading bot with backtests results and some useful tools.
시스템 구조
저장소별 전략/실행 조건 확인 필요
거래소 API 기반 자동 주문 실행
에디터 요약저장소 설명과 공개 메타데이터 기준으로 Python 기반 구현, 암호화폐 거래 봇, 거래소 API/프레임워크, 백테스트 성격의 프로젝트로 파악했습니다. 확인 근거는 README, 저장소 토픽, 저장소 설명, GitHub 지표, 파이프라인 필드이며, 주요 데이터는 Bitfinex, BitMEX, ccxt 지원 거래소, OHLCV/호가/체결 데이터입니다. 전략/실행 조건은 저장소별 문서와 코드 확인이 필요하며, 실행 방식은 "거래소 API 기반 자동 주문 실행"라고 보수적으로 기록했습니다. GitHub 지표는 별 1428개, 포크 402개입니다.
| 저장소 | xFFFFF/Gekko-Strategies |
|---|---|
| 제작자 | xFFFFF |
| 스타 / 포크 | ★ 1428 / 402 |
| 최근 업데이트 | 2020-01-09 |
| 스냅샷 시점 | 2026-07-08 (아래 README는 이 시점의 사본입니다) |
아래는 제3자가 작성·공개한 오픈소스 코드입니다. QuantField는 해당 코드의 동작과 안전성을 보증하지 않으며, 설치·실행 전 코드를 직접 검토하시기 바랍니다.
README
Gekko-Strategies
Introduction
Gekko Trading Bot. Repository of strategies which I found at Git and Google, orginal source is in README or .js file. Strategies was backtested, results are in backtest_database.csv file.
I used ForksScraper and Gekko BacktestTool to create content of this repository.
Best strategy
Results are sorted by amount of best profit/day on unique DATASETS.
.
Remember, these are just BACKTESTS. Not real trading! Feel free if You want share strategies on this repo. I will backtest it after push.
Installation
Unix-like
git clone https://github.com/xFFFFF/Gekko-Strategiescd Gekko-Strategiesbash install.sh- Restart Gekko
Windows
- Download: https://github.com/xFFFFF/Gekko-Strategies/archive/master.zip
- Open downloaded file
- Go to each sub folders and copy .js file to Your Gekko folder for example Desktop\Gekko. File .toml copy to Desktop\gekko\config\strategies. Folder indicators (if exist) copy to C:\gekkko\strategies
Some links
Gekko Tools
- Gekko Backtest Tool - https://github.com/xFFFFF/GekkoBacktestTool
- Japonicus - genetic algorithm - https://github.com/Gab0/japonicus
- GekkoGA - genetic algorithm - https://github.com/gekkowarez/gekkoga
- Complete image to VirtualBox with Gekko - https://github.com/tsungminyang/gekko
- Gekko Automated Backtest - https://github.com/tommiehansen/gab
- Kill, start market watchers/traders in Gekko UI - https://github.com/CyborgDroid/gekko-python
- GekkoWarez Bruteforce Backtester - https://github.com/gekkowarez/bruteforce
- MultiGekko - generate configs for CLI - https://github.com/bettimms/multi-gekko
- PostgresSQL Docker environment locally to be used by Gekko - https://github.com/mikemichaelis/postgekko
Datasets
- Complete datasets in SQLite files: https://github.com/xFFFFF/Gekko-Datasets
Gekko Addons
I warn you that not everything can work as it should.
Indicators
- Vix-Fix https://github.com/caux/gekkostuff
- HMA, ADX and others - https://github.com/Gab0/gekko-extra-indicators
- Fibonnaci and others - https://github.com/thegamecat/gekko-trading-stuff
- Neaptic - https://github.com/jmatty1983/gekkoNeatapticIndicator
- HMA and others (in JS, not Gekko) - https://github.com/jmatty1983/gekkoIndicators
- PSAR - https://github.com/illion20/gekko/tree/develop/strategies/indicators
- ZScore and others - https://github.com/CyborgDroid/g