MANIFEST.in
README.md
pyproject.toml
awesome_trading_strategy.egg-info/PKG-INFO
awesome_trading_strategy.egg-info/SOURCES.txt
awesome_trading_strategy.egg-info/dependency_links.txt
awesome_trading_strategy.egg-info/entry_points.txt
awesome_trading_strategy.egg-info/requires.txt
awesome_trading_strategy.egg-info/top_level.txt
configs/macro_state.yaml
configs/signal-params.yaml
configs/trading.yaml
data/macro_state.yaml
data/strategies/BTC趋势跟踪.md
data/strategies/custom/README.md
data/strategies/custom/btc趋势跟踪.py
data/strategies/custom/momentum.py
data/strategies/custom/test_strategy.py
scripts/__init__.py
scripts/cli.py
scripts/config.py
scripts/fetch_data.py
scripts/journal_manager.py
scripts/metrics.py
scripts/review_generator.py
scripts/risk_filter.py
scripts/signal_engine.py
scripts/signal_manager.py
scripts/strategy_manager.py
scripts/utils.py
scripts/resources/templates/journal-template.md
scripts/resources/templates/review-template.md
scripts/resources/templates/signal-reasons.yaml
scripts/resources/templates/strategy-template.md