thetagang
ThetaGang is an IBKR bot for collecting money
파일 탐색기
최종 버전 다운로드 (.zip)- review-config.instructions.md
- review-core.instructions.md
- docker-publish.yml
- python-publish.yaml
- python-test.yaml
- stale.yml
- copilot-instructions.md
- dependabot.yml
- FUNDING.yml
- 0001_create_state_tables.py
- 0002_add_order_intents.py
- 0003_add_tail_hedge_entries.py
- env.py
- jxbrowser-linux64-arm-7.29.jar
- patch-ibc-java-logging.sh
- accounting.md
- tail-hedging.md
- __init__.pyi
- core.pyi
- options.pyi
- __init__.pyi
- __init__.pyi
- __init__.py
- test_accounting.py
- test_buy_only_relative_threshold.py
- test_config_migration.py
- test_config_new.py
- test_db.py
- test_exchange_hours.py
- test_ibkr.py
- test_legacy_config.py
- test_main_cli.py
- test_options.py
- test_patch_ibc_java_logging.py
- test_portfolio_manager.py
- test_post_strategy_engine.py
- test_regime_rebalance.py
- test_runtime_services.py
- test_sell_only_rebalancing.py
- test_strategy_stage_runners.py
- test_symbol_config_resolution_integration.py
- test_tail_harvest_policy.py
- test_tail_hedge_engine.py
- test_thetagang_startup.py
- test_thetagang_watchdog.py
- test_trades.py
- test_trading_operations.py
- test_util.py
- test_write_calls_threshold.py
- __init__.py
- io_safe.py
- migrate_v1_to_v2.py
- migration_report.py
- schema_detect.py
- startup_migration.py
- __init__.py
- equity.py
- equity_engine.py
- options.py
- options_engine.py
- post.py
- post_engine.py
- regime_engine.py
- runtime_services.py
- tail_harvest_policy.py
- tail_hedge_engine.py
- tail_hedge_state.py
- __init__.py
- accounting.py
- config.py
- config_models.py
- db.py
- entry.py
- exchange_hours.py
- fmt.py
- ibgateway-log4j2.xml
- ibkr.py
- legacy_config.py
- log.py
- main.py
- options.py
- orders.py
- portfolio_manager.py
- test_buy_only_percent.py
- thetagang.py
- trades.py
- trading_operations.py
- util.py
- .dockerignore
- .gitignore
- .pre-commit-config.yaml
- .python-version
- .ruff.toml
- .taplo.toml
- AGENTS.md
- alembic.ini
- CLAUDE.md
- COPYING
- Dockerfile
- entrypoint.bash
- extract-installer.sh
- ibc-config.ini
- LICENSE
- pyproject.toml
- README.md
- sample.png
- thetagang.jpg
- thetagang.toml
- uv.lock
🚀 설치 가이드
1. 코드 내려받기
git clone https://github.com/brndnmtthws/thetagang
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd thetagang
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install thetagang
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Docker
쉬움사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker run --rm -i --net host \
빌드된 이미지를 실제 컨테이너로 실행합니다.
docker run --rm -i \
빌드된 이미지를 실제 컨테이너로 실행합니다.
0 9 * * 1-5 docker run --rm -i -v ~/thetagang:/etc/thetagang brndnmtthws/thetagang:main --config /etc/thetagang/thetagang.toml
빌드된 이미지를 실제 컨테이너로 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
