CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
agents/__init__.py
agents/ahf_simulator.py
agents/ai_client.py
agents/backtester.py
agents/backtester_v7.py
agents/debate_arena.py
agents/deep_macro.py
agents/llm_analyzer.py
agents/macro_analyzer.py
agents/memory.py
agents/registry.py
agents/risk_constitution.py
agents/signal_engine.py
agents/signal_engine_v7.py
agents/statistics.py
agents/stock_picker.py
agents/strategies.py
agents/universe.py
strategies/__init__.py
strategies/strategy_spec.py
strategies/builtin/ai-sentiment-reversal.yaml
strategies/builtin/bollinger-squeeze.yaml
strategies/builtin/dca-smart.yaml
strategies/builtin/golden-cross-momentum.yaml
strategies/builtin/grid-trading.yaml
strategies/builtin/macd-divergence.yaml
strategies/builtin/multi-timeframe-trend.yaml
strategies/builtin/rsi-mean-reversion.yaml
strategies/builtin/volume-profile-breakout.yaml
strategies/seeds/diagrams/render_pngs.py
strategies/templates/breakout_volume.yaml
strategies/templates/pairs_trading.yaml
strategies/templates/vwap_reversion.yaml
stratevo/__init__.py
stratevo/cn_scanner.py
stratevo/config.py
stratevo/config_manager.py
stratevo/interactive.py
stratevo/invariants.py
stratevo/market_filter.py
stratevo/py.typed
stratevo.egg-info/PKG-INFO
stratevo.egg-info/SOURCES.txt
stratevo.egg-info/dependency_links.txt
stratevo.egg-info/entry_points.txt
stratevo.egg-info/requires.txt
stratevo.egg-info/top_level.txt
stratevo/a2a/__init__.py
stratevo/a2a/agent_card.py
stratevo/a2a/handler.py
stratevo/a2a/server.py
stratevo/agents/__init__.py
stratevo/agents/base.py
stratevo/agents/momentum.py
stratevo/agents/value.py
stratevo/ai_strategy/__init__.py
stratevo/ai_strategy/copilot.py
stratevo/ai_strategy/prompt_templates.py
stratevo/ai_strategy/strategy_generator.py
stratevo/ai_strategy/strategy_optimizer.py
stratevo/alerts/__init__.py
stratevo/alerts/alert_engine.py
stratevo/alerts/alert_manager.py
stratevo/alerts/channels.py
stratevo/alerts/engine.py
stratevo/alerts/history.py
stratevo/analytics/__init__.py
stratevo/analytics/attribution.py
stratevo/analytics/benchmark.py
stratevo/analytics/correlation.py
stratevo/analytics/drawdown.py
stratevo/analytics/execution.py
stratevo/analytics/factor_decay.py
stratevo/analytics/liquidity.py
stratevo/analytics/metrics.py
stratevo/analytics/regime.py
stratevo/analytics/rolling.py
stratevo/analytics/sensitivity.py
stratevo/analytics/tax_calculator.py
stratevo/analytics/tca.py
stratevo/analytics/trade_analyzer.py
stratevo/api/__init__.py
stratevo/api/auth.py
stratevo/api/docs.py
stratevo/api/rate_limiter.py
stratevo/api/server.py
stratevo/api/webhooks.py
stratevo/backtesting/__init__.py
stratevo/backtesting/benchmark.py
stratevo/backtesting/benchmarks.py
stratevo/backtesting/commission.py
stratevo/backtesting/compare.py
stratevo/backtesting/core_engine.py
stratevo/backtesting/core_monte_carlo.py
stratevo/backtesting/event_engine.py
stratevo/backtesting/monte_carlo.py
stratevo/backtesting/multi_timeframe.py
stratevo/backtesting/orders.py
stratevo/backtesting/overfit_check.py
stratevo/backtesting/positions.py
stratevo/backtesting/realistic.py
stratevo/backtesting/slippage.py
stratevo/backtesting/survivorship.py
stratevo/backtesting/walk_forward.py
stratevo/backtesting/walk_forward_v2.py
stratevo/cli/__init__.py
stratevo/cli/colors.py
stratevo/cli/config.py
stratevo/cli/demo.py
stratevo/cli/doctor.py
stratevo/cli/formatter.py
stratevo/cli/main.py
stratevo/cli/repl.py
stratevo/cli/utils.py
stratevo/cli/wizard.py
stratevo/crypto/__init__.py
stratevo/crypto/btc_metrics.py
stratevo/crypto/funding_dashboard.py
stratevo/crypto/lightning.py
stratevo/crypto/liquidation_tracker.py
stratevo/crypto/live_runner.py
stratevo/crypto/onchain.py
stratevo/crypto/rebalancer.py
stratevo/crypto/telegram_notifier.py
stratevo/crypto/trading_bot.py
stratevo/dashboard/__init__.py
stratevo/dashboard/interactive.py
stratevo/dashboard/risk_dashboard.py
stratevo/dashboard/signals.py
stratevo/data/__init__.py
stratevo/data/cache.py
stratevo/data/data_router.py
stratevo/data/earnings.py
stratevo/data/economic_calendar.py
stratevo/data/market_calendar.py
stratevo/data/market_store.py
stratevo/data/multi_asset.py
stratevo/data/pipeline.py
stratevo/data/prices.py
stratevo/data/quality.py
stratevo/data/streaming.py
stratevo/data/demo/__init__.py
stratevo/data/demo/sh_600028.csv
stratevo/data/demo/sh_600031.csv
stratevo/data/demo/sh_600036.csv
stratevo/data/demo/sh_600085.csv
stratevo/data/demo/sh_600104.csv
stratevo/data/demo/sh_600183.csv
stratevo/data/demo/sh_600276.csv
stratevo/data/demo/sh_600309.csv
stratevo/data/demo/sh_600372.csv
stratevo/data/demo/sh_600406.csv
stratevo/data/sinks/__init__.py
stratevo/data/sinks/csv_sink.py
stratevo/data/sinks/json_sink.py
stratevo/data/sinks/parquet_sink.py
stratevo/data/sinks/sqlite_sink.py
stratevo/data/sources/__init__.py
stratevo/data/sources/api_source.py
stratevo/data/sources/base.py
stratevo/data/sources/csv_source.py
stratevo/data/sources/exchange_source.py
stratevo/data/sources/json_source.py
stratevo/defi/__init__.py
stratevo/defi/defi_monitor.py
stratevo/defi/defillama.py
stratevo/defi/funding_arb.py
stratevo/defi/onchain.py
stratevo/defi/protocol_monitor.py
stratevo/defi/sentiment.py
stratevo/defi/yield_tracker.py
stratevo/deploy/__init__.py
stratevo/deploy/config.py
stratevo/derivatives/__init__.py
stratevo/derivatives/greeks.py
stratevo/derivatives/options_pricing.py
stratevo/derivatives/vol_surface.py
stratevo/drl/__init__.py
stratevo/drl/simple_rl_agent.py
stratevo/events/__init__.py
stratevo/events/event_bus.py
stratevo/evolution/__init__.py
stratevo/evolution/arena.py
stratevo/evolution/arena_evolver.py
stratevo/evolution/auto_download.py
stratevo/evolution/auto_evolve.py
stratevo/evolution/bias_cli.py
stratevo/evolution/bias_detector.py
stratevo/evolution/cli.py
stratevo/evolution/cpcv.py
stratevo/evolution/crypto_backtest.py
stratevo/evolution/data_loader.py
stratevo/evolution/engine.py
stratevo/evolution/evaluator.py
stratevo/evolution/factor_analysis.py
stratevo/evolution/factor_correlation.py
stratevo/evolution/factor_discovery.py
stratevo/evolution/factor_quality.py
stratevo/evolution/frontier.py
stratevo/evolution/fundamentals.py
stratevo/evolution/gp_rules.py
stratevo/evolution/indicators_builtin.py
stratevo/evolution/market_filter.py
stratevo/evolution/market_logic.py
stratevo/evolution/metrics.py
stratevo/evolution/models.py
stratevo/evolution/monte_carlo.py
stratevo/evolution/mutator.py
stratevo/evolution/pareto.py
stratevo/evolution/portfolio.py
stratevo/evolution/proposer.py
stratevo/evolution/regime.py
stratevo/evolution/regime_hmm.py
stratevo/evolution/scoring.py
stratevo/evolution/strategy_inventor.py
stratevo/evolution/unified_evolver.py
stratevo/evolution/walk_forward.py
stratevo/exchanges/__init__.py
stratevo/exchanges/akshare_adapter.py
stratevo/exchanges/akshare_enhanced.py
stratevo/exchanges/alpaca.py
stratevo/exchanges/alpha_vantage.py
stratevo/exchanges/baostock_adapter.py
stratevo/exchanges/base.py
stratevo/exchanges/binance.py
stratevo/exchanges/binance_ws.py
stratevo/exchanges/bybit.py
stratevo/exchanges/bybit_ws.py
stratevo/exchanges/ccxt_adapter.py
stratevo/exchanges/coinbase.py
stratevo/exchanges/data_aggregator.py
stratevo/exchanges/http_client.py
stratevo/exchanges/kraken.py
stratevo/exchanges/okx.py
stratevo/exchanges/okx_ws.py
stratevo/exchanges/polygon.py
stratevo/exchanges/registry.py
stratevo/exchanges/tushare_adapter.py
stratevo/exchanges/ws_client.py
stratevo/exchanges/yahoo_finance.py
stratevo/execution/__init__.py
stratevo/execution/order_router.py
stratevo/export/__init__.py
stratevo/export/exporter.py
stratevo/fixed_income/__init__.py
stratevo/fixed_income/yield_curve.py
stratevo/indicators/__init__.py
stratevo/indicators/alpha_factors.py
stratevo/indicators/builtin.py
stratevo/indicators/signals.py
stratevo/journal/__init__.py
stratevo/journal/trade_journal.py
stratevo/llm/__init__.py
stratevo/llm/base.py
stratevo/llm/providers.py
stratevo/llm/registry.py
stratevo/mcp/__init__.py
stratevo/mcp/config.py
stratevo/mcp/protocol.py
stratevo/mcp/server.py
stratevo/ml/__init__.py
stratevo/ml/alpha.py
stratevo/ml/data_splitter.py
stratevo/ml/economic_plausibility.py
stratevo/ml/enhanced_regime_detector.py
stratevo/ml/ensemble.py
stratevo/ml/factor_model.py
stratevo/ml/feature_pipeline.py
stratevo/ml/feature_store.py
stratevo/ml/features.py
stratevo/ml/model_selection.py
stratevo/ml/models.py
stratevo/ml/news_sentiment.py
stratevo/ml/pipeline.py
stratevo/ml/prediction_tracker.py
stratevo/ml/regime_detector.py
stratevo/ml/sentiment.py
stratevo/ml/walk_forward.py
stratevo/notifications/__init__.py
stratevo/notifications/base.py
stratevo/notifications/console.py
stratevo/notifications/discord.py
stratevo/notifications/email_channel.py
stratevo/notifications/hub.py
stratevo/notifications/smart_alerts.py
stratevo/notifications/telegram.py
stratevo/notifications/webhook.py
stratevo/optimization/__init__.py
stratevo/optimization/optimizer.py
stratevo/paper/__init__.py
stratevo/paper/dashboard.py
stratevo/paper/engine.py
stratevo/paper/journal.py
stratevo/paper/realtime_dashboard.py
stratevo/paper/runner.py
stratevo/paper_report/__init__.py
stratevo/paper_report/portfolio_manager.py
stratevo/pipeline/__init__.py
stratevo/pipeline/cache.py
stratevo/pipeline/multi_source.py
stratevo/pipeline/validator.py
stratevo/plugin_system/__init__.py
stratevo/plugin_system/backtrader_adapter.py
stratevo/plugin_system/builtin_adapters.py
stratevo/plugin_system/pine_parser.py
stratevo/plugin_system/plugin_loader.py
stratevo/plugin_system/plugin_types.py
stratevo/plugin_system/registry.py
stratevo/plugin_system/talib_adapter.py
stratevo/plugins/__init__.py
stratevo/plugins/exchange_plugin.py
stratevo/plugins/indicator_plugin.py
stratevo/plugins/manager.py
stratevo/plugins/plugin_base.py
stratevo/plugins/plugin_manager.py
stratevo/plugins/strategy_plugin.py
stratevo/plugins/examples/__init__.py
stratevo/plugins/examples/custom_exchange_plugin.py
stratevo/plugins/examples/mean_reversion_plugin.py
stratevo/plugins/examples/rsi_divergence_plugin.py
stratevo/portfolio/__init__.py
stratevo/portfolio/attribution.py
stratevo/portfolio/optimizer.py
stratevo/portfolio/rebalancer.py
stratevo/portfolio/tax_tracker.py
stratevo/portfolio/tracker.py
stratevo/reports/__init__.py
stratevo/reports/backtest_report.py
stratevo/reports/comparison.py
stratevo/reports/html_report.py
stratevo/reports/pdf_report.py
stratevo/reports/performance_report.py
stratevo/reports/report_card.py
stratevo/reports/reporting_html.py
stratevo/reports/tearsheet.py
stratevo/risk/__init__.py
stratevo/risk/advanced_metrics.py
stratevo/risk/portfolio_risk.py
stratevo/risk/position_sizer.py
stratevo/risk/position_sizing.py
stratevo/risk/risk_budget.py
stratevo/risk/risk_metrics.py
stratevo/risk/stop_loss.py
stratevo/risk/stress_test.py
stratevo/risk/var_calculator.py
stratevo/sandbox/__init__.py
stratevo/sandbox/strategy_sandbox.py
stratevo/screener/__init__.py
stratevo/screener/advanced.py
stratevo/screener/scanner.py
stratevo/screener/stock_screener.py
stratevo/screener/watchlist.py
stratevo/sentiment/__init__.py
stratevo/sentiment/analyzer.py
stratevo/sentiment/crypto_news.py
stratevo/sentiment/llm_analyzer.py
stratevo/sentiment/news.py
stratevo/sentiment/news_sentiment.py
stratevo/sentiment/reddit_sentiment.py
stratevo/sentiment/social.py
stratevo/sentiment/social_buzz.py
stratevo/simulation/__init__.py
stratevo/simulation/scenarios.py
stratevo/strategies/__init__.py
stratevo/strategies/combiner.py
stratevo/strategies/crypto_strategies.py
stratevo/strategies/ensemble.py
stratevo/strategies/golden_dip.py
stratevo/strategies/limit_up_pullback.py
stratevo/strategies/mean_reversion.py
stratevo/strategies/momentum_jt.py
stratevo/strategies/pairs_trading.py
stratevo/strategies/regime_adaptive.py
stratevo/strategies/reversal_patterns.py
stratevo/strategies/sector_rotation.py
stratevo/strategies/signal_combiner.py
stratevo/strategies/trend_discovery.py
stratevo/strategies/trend_following.py
stratevo/strategies/value_momentum.py
stratevo/strategies/library/__init__.py
stratevo/strategies/library/base.py
stratevo/strategies/library/bollinger.py
stratevo/strategies/library/breakout.py
stratevo/strategies/library/btc_cycle.py
stratevo/strategies/library/dca.py
stratevo/strategies/library/dividend_harvest.py
stratevo/strategies/library/funding_rate.py
stratevo/strategies/library/grid_trading.py
stratevo/strategies/library/ichimoku.py
stratevo/strategies/library/macd_crossover.py
stratevo/strategies/library/mean_reversion_bb.py
stratevo/strategies/library/momentum.py
stratevo/strategies/library/momentum_rotation.py
stratevo/strategies/library/multi_factor.py
stratevo/strategies/library/pairs_trading.py
stratevo/strategies/library/rsi_divergence.py
stratevo/strategies/library/sector_rotation.py
stratevo/strategies/library/trend_following.py
stratevo/strategies/library/vwap.py
stratevo/strategy/__init__.py
stratevo/strategy/dsl.py
stratevo/strategy/expression.py
stratevo/strategy/library.py
stratevo/strategy/optimizer.py
stratevo/ta/__init__.py
stratevo/ta/indicators.py
stratevo/ta/multi_timeframe.py
stratevo/ta/realtime_ta.py
stratevo/telegram_bot/__init__.py
stratevo/telegram_bot/alert_manager.py
stratevo/telegram_bot/bot.py
stratevo/trading/dashboard.py
stratevo/trading/live_engine.py
stratevo/trading/oms.py
stratevo/trading/paper_trader.py
stratevo/trading/paper_trading.py
stratevo/trading/risk_guard.py
stratevo/utils/logger.py
stratevo/viz/charts.py
stratevo/viz/dashboard.py
stratevo/viz/evolution_tree.py
stratevo/viz/parse_evolution_log.py
stratevo/viz/report.py
stratevo/watchlist/manager.py
stratevo/web/app.py
stratevo/web/evolution_dashboard.py