EVClaw

分类: 工具与效率 | 上传者: DegenapetraderDegenapetrader | 下载: 0 | 版本: v1.0(最新)

在 Lighter(加密货币 Perps)和 Hyperliquid(HIP3 股票)上执行实时代理交易的交易技巧。当用户询问交易、头寸、信号、执行交易、实时代理模式、周期文件或管理 EVClaw 操作时使用。支持 (1) 通过 /live-agent 运行实时代理周期,(2) 通过 /trade 和 /execute 执行手动交易,(3) 查看信号/头寸,(4) 管理交易配置,(5) 了解信号类型和决策逻辑,(6) 代理驱动的事件响应和分类。

更新日志: Source: GitHub https://github.com/Degenapetrader/EVClaw

目录结构

当前层级: tree/main/

  • 📁 .github/
    • 📁 workflows/
      • 📄 codeql.yml 696 B
      • 📄 dependency-audit.yml 1.0 KB
      • 📄 secrets-scan.yml 682 B
      • 📄 tests.yml 552 B
    • 📄 CODEOWNERS 184 B
    • 📄 dependabot.yml 197 B
    • 📄 pull_request_template.md 260 B
  • 📁 docs/
    • 📄 CONFIGURATION.md 5.2 KB
    • 📄 context-builder-v2-design.md 10.8 KB
    • 📄 ENV_VARIABLES_FULL_REFERENCE.csv 1.8 KB
    • 📄 ENV_VARIABLES_FULL_REFERENCE.md 2.9 KB
    • 📄 ENV_VARIABLES_GROUPED_3SOURCE.csv 1.6 KB
    • 📄 live-agent-mode.md 2.7 KB
    • 📄 signal-system-design.md 10.9 KB
    • 📄 symbol_rr_learning_research.md 14.3 KB
  • 📁 exchanges/
    • 📄 __init__.py 657 B
    • 📄 base.py 6.5 KB
    • 📄 hyperliquid_adapter.py 89.8 KB
    • 📄 lighter_adapter.py 46.4 KB
    • 📄 router.py 3.7 KB
  • 📁 openclaw_skills/
    • 📁 best3/
      • 📁 scripts/
        • 📄 generate_best3.py 13.8 KB
      • 📄 SKILL.md 1.6 KB
    • 📁 execute/
      • 📁 scripts/
        • 📄 execute_bridge.py 9.4 KB
      • 📄 SKILL.md 1.7 KB
    • 📁 hedge/
      • 📁 scripts/
        • 📄 generate_hedge.py 9.8 KB
      • 📄 SKILL.md 1.3 KB
    • 📁 stats/
      • 📁 scripts/
        • 📄 generate_stats.py 19.2 KB
      • 📄 SKILL.md 748 B
    • 📁 trade/
      • 📁 scripts/
        • 📄 allocate_context.py 21.7 KB
        • 📄 execute_plan.py 13.4 KB
        • 📄 finalize_plan.py 2.2 KB
        • 📄 generate_plans.py 26.8 KB
        • 📄 trade_gate.py 15.6 KB
      • 📄 SKILL.md 2.9 KB
  • 📁 references/
    • 📄 architecture.md 7.9 KB
    • 📄 configuration.md 4.6 KB
    • 📄 memory-files.md 2.5 KB
    • 📄 signals.md 2.5 KB
  • 📁 scripts/
    • 📄 backfill_trade_features_order_type.py 3.3 KB
    • 📄 check_legacy_env_aliases.py 2.1 KB
    • 📄 check_repo_update.py 10.4 KB
    • 📄 cleanup_runtime_artifacts.py 4.3 KB
    • 📄 import_learning_seed.py 12.7 KB
    • 📄 install_openclaw_crons.sh 7.1 KB
    • 📄 prune_stale_learning.py 7.6 KB
    • 📄 reset_hip3_xyz_history.sh 2.8 KB
    • 📄 reset_hip3_xyz_history.sql 4.5 KB
  • 📁 tests/
    • 📁 fixtures/
      • 📄 cycle_sample.json 412 B
    • 📄 test_adaptive_conviction_updater.py 2.8 KB
    • 📄 test_agi_context_history.py 2.2 KB
    • 📄 test_ai_trader_db_decay_flags.py 1.1 KB
    • 📄 test_ai_trader_db_exit_outcomes.py 4.0 KB
    • 📄 test_ai_trader_db_locks.py 1.9 KB
    • 📄 test_ai_trader_db_reflection_tasks.py 4.3 KB
    • 📄 test_ai_trader_db_reflections_v2.py 2.3 KB
    • 📄 test_atr_service_massive.py 4.3 KB
    • 📄 test_candidate_pipeline.py 13.5 KB
    • 📄 test_candle_fetcher_binance_cooldown.py 1.3 KB
    • 📄 test_candle_fetcher_locking.py 2.8 KB
    • 📄 test_candle_fetcher_massive_normalize.py 616 B
    • 📄 test_cli_atr.py 1.1 KB
    • 📄 test_cli_close_safety.py 1.6 KB
    • 📄 test_cli_default_alignment.py 1.2 KB
    • 📄 test_cli_reconcile.py 1.6 KB
    • 📄 test_cli_routing.py 1.6 KB
    • 📄 test_config_env.py 2.2 KB
    • 📄 test_config_ownership_guardrails.py 978 B
    • 📄 test_constraints_mandatory_banners.py 1.2 KB
    • 📄 test_context_builder_cli.py 1.4 KB
    • 📄 test_context_builder_dual_venue_prefilter.py 3.0 KB
    • 📄 test_context_builder_env_override.py 3.2 KB
    • 📄 test_context_builder_json_output.py 1.6 KB
    • 📄 test_context_builder_mandatory_inclusion.py 1.8 KB
    • 📄 test_context_builder_signal_weighting.py 5.1 KB
    • 📄 test_context_builder_worker_merge.py 3.1 KB
    • 📄 test_context_learning_adjustment.py 1.3 KB
    • 📄 test_conviction_model.py 2.7 KB
    • 📄 test_cycle_derivation.py 1.2 KB
    • 📄 test_cycle_io_and_safety_state.py 1.6 KB
    • 📄 test_cycle_runs_summary_json.py 1.6 KB
    • 📄 test_cycle_trigger_context_guard.py 13.5 KB
    • 📄 test_db_migration.py 36.3 KB
    • 📄 test_decay_worker.py 9.3 KB
    • 📄 test_enhanced_learning_engine.py 4.0 KB
    • 📄 test_execution_dispatch.py 970 B
    • 📄 test_executor.py 22.4 KB
    • 📄 test_executor_builder_fixes.py 8.2 KB
    • 📄 test_executor_chase_limit_race.py 4.1 KB
    • 📄 test_executor_close.py 541 B
    • 📄 test_executor_close_pnl_size.py 2.5 KB
    • 📄 test_executor_dust.py 3.6 KB
    • 📄 test_executor_persistence_locking.py 1.5 KB
    • 📄 test_executor_reconcile_metadata.py 3.6 KB
    • 📄 test_exit_outcome_worker.py 5.2 KB
    • 📄 test_fill_reconciler.py 33.9 KB
    • 📄 test_fill_reconciler_backoff.py 2.5 KB
    • 📄 test_fill_reconciler_entry_sign_change.py 3.0 KB
    • 📄 test_fill_streamer.py 6.3 KB
    • 📄 test_global_context.py 1.2 KB
    • 📄 test_guardian.py 5.9 KB
    • 📄 test_hip3_main_confidence_scaling.py 3.4 KB
    • 📄 test_hourly_ops_builder_helpers.py 6.9 KB
    • 📄 test_hyperliquid_adapter_close_errors.py 4.6 KB
    • 📄 test_hyperliquid_adapter_hip3_positions.py 4.6 KB
    • 📄 test_hyperliquid_adapter_mapping.py 1.9 KB
    • 📄 test_hyperliquid_adapter_public_circuit.py 4.7 KB
    • 📄 test_hyperliquid_order_status.py 3.2 KB
    • 📄 test_learning_dossier_aggregator.py 9.3 KB
    • 📄 test_learning_engine_policy.py 6.4 KB
    • 📄 test_learning_loop.py 13.7 KB
    • 📄 test_learning_overlay.py 9.4 KB
    • 📄 test_learning_reflector_worker.py 5.6 KB
    • 📄 test_learning_seed_contract.py 1.4 KB
    • 📄 test_legacy_env_alias_guardrail.py 389 B
    • 📄 test_lighter_adapter_market_order.py 2.4 KB
    • 📄 test_lighter_adapter_size_norm.py 783 B
    • 📄 test_lighter_rate_limit.py 1.4 KB
    • 📄 test_live_agent_enrich_candidates_atr_pct.py 2.0 KB
    • 📄 test_live_agent_process.py 2.1 KB
    • 📄 test_live_agent_queue.py 7.5 KB
    • 📄 test_live_agent_utils.py 38.7 KB
    • 📄 test_live_monitor_drawdown.py 2.3 KB
    • 📄 test_live_runtime_config_sources.py 1.9 KB
    • 📄 test_llm_entry_gate.py 15.4 KB
    • 📄 test_llm_exit_decider.py 23.8 KB
    • 📄 test_llm_exit_decider_filters.py 1.6 KB
    • 📄 test_mae_mfe.py 3.6 KB
    • 📄 test_mode_controller_slider_map.py 1.3 KB
    • 📄 test_openclaw_agent_client.py 3.9 KB
    • 📄 test_pending_limit.py 13.3 KB
    • 📄 test_position_review_context_load.py 1.2 KB
    • 📄 test_position_review_worker.py 4.1 KB
    • 📄 test_proposal_metrics_report.py 3.3 KB
    • 📄 test_proposal_writer.py 7.8 KB
    • 📄 test_proposals.py 6.5 KB
    • 📄 test_reconciliation_no_dup_trade.py 1.6 KB
    • 📄 test_risk_manager_limits.py 3.1 KB
    • 📄 test_risk_sizing.py 1.5 KB
    • 📄 test_router.py 4.2 KB
    • 📄 test_run_fill_reconciler.py 10.0 KB
    • 📄 test_safety_manager_persistence.py 1.8 KB
    • 📄 test_self_heal_helpers.py 8.8 KB
    • 📄 test_signal_parser_dead_capital_banner.py 1.4 KB
    • 📄 test_single_exit_flow_enforcement.py 1.6 KB
    • 📄 test_sse_consumer_resync.py 2.8 KB
    • 📄 test_strong_signals.py 4.4 KB
    • 📄 test_symbol_rr_learning.py 3.5 KB
    • 📄 test_trading_brain.py 8.6 KB
    • 📄 test_universe_cache.py 2.6 KB
    • 📄 test_venues.py 3.3 KB
  • 📁 tools/
    • 📄 check_config_ownership.py 4.7 KB
    • 📄 test_usd_class_transfer.py 4.0 KB
  • 📄 .env.example 5.7 KB
  • 📄 .gitignore 811 B
  • 📄 _agi_flow_healthcheck.sh 5.7 KB
  • 📄 adaptive_conviction_updater.py 8.7 KB
  • 📄 adaptive_sltp.py 14.2 KB
  • 📄 AGENTS.md 7.0 KB
  • 📄 agi_context.py 10.9 KB
  • 📄 ai_trader_db.py 205.8 KB
  • 📄 atr_service.py 36.4 KB
  • 📄 bootstrap.sh 12.2 KB
  • 📄 candidate_pipeline.py 23.6 KB
  • 📄 candle_fetcher.py 25.6 KB
  • 📄 CHANGELOG.md 896 B
  • 📄 cli.py 80.0 KB
  • 📄 config_env.py 8.5 KB
  • 📄 constants.py 479 B
  • 📄 constraints.py 2.7 KB
  • 📄 context_builder_v2.py 106.1 KB
  • 📄 context_learning.py 19.4 KB
  • 📄 context_runtime.py 1.2 KB
  • 📄 CONTRIBUTING.md 3.5 KB
  • 📄 conviction_backtest.py 25.2 KB
  • 📄 conviction_backtest_v2.py 23.5 KB
  • 📄 conviction_baskets.py 11.1 KB
  • 📄 conviction_fair_compare.py 13.0 KB
  • 📄 conviction_model.py 12.8 KB
  • 📄 conviction_montecarlo.py 22.2 KB
  • 📄 conviction_options_backtest.py 17.3 KB
  • 📄 cycle_io.py 750 B
  • 📄 cycle_trigger.py 60.0 KB
  • 📄 db_maintenance.py 5.0 KB
  • 📄 decay_worker.py 22.8 KB
  • 📄 enhanced_learning_engine.py 5.8 KB
  • 📄 env_utils.py 4.4 KB
  • 📄 execution_dispatch.py 1.8 KB
  • 📄 executor.py 195.0 KB
  • 📄 exit_outcome_worker.py 11.5 KB
  • 📄 fill_reconciler.py 75.8 KB
  • 📄 fill_streamer.py 14.8 KB
  • 📄 global_context.py 14.4 KB
  • 📄 hip3_exit_decider.py 1.9 KB
  • 📄 hip3_main.py 12.7 KB
  • 📄 hourly_ops.py 56.4 KB
  • 📄 INSTALL.md 7.7 KB
  • 📄 jsonl_io.py 552 B
  • 📄 learning_dossier_aggregator.py 37.4 KB
  • 📄 learning_engine.py 46.9 KB
  • 📄 learning_reflector_worker.py 21.9 KB
  • 📄 LICENSE 1.1 KB
  • 📄 live_agent.py 48.0 KB
  • 📄 live_agent_cycle.py 26.4 KB
  • 📄 live_agent_deps.py 319 B
  • 📄 live_agent_gate.py 22.9 KB
  • 📄 live_agent_process.py 99.7 KB
  • 📄 live_agent_runner.py 14.7 KB
  • 📄 live_agent_runtime.py 20.5 KB
  • 📄 live_agent_state.py 4.2 KB
  • 📄 live_agent_utils.py 12.1 KB
  • 📄 live_monitor.py 40.9 KB
  • 📄 llm_entry_gate.py 24.6 KB
  • 📄 llm_exit_decider.py 66.8 KB
  • 📄 logging_utils.py 1.9 KB
  • 📄 mae_mfe.py 7.5 KB
  • 📄 main.py 14.5 KB
  • 📄 mode_controller.py 24.2 KB
  • 📄 openclaw_agent_client.py 8.6 KB
  • 📄 pending_limit.py 28.3 KB
  • 📄 position_review_worker.py 35.9 KB
  • 📄 proposal_metrics_report.py 8.8 KB
  • 📄 proposal_status.py 2.3 KB
  • 📄 proposal_writer.py 12.6 KB
  • 📄 PROTECTION_LAYERS.md 11.1 KB
  • 📄 pytest.ini 47 B
  • 📄 README.md 12.0 KB
  • 📄 RELEASE_CHECKLIST.md 467 B
  • 📄 requirements-lighter.txt 248 B
  • 📄 requirements.txt 277 B
  • 📄 restart.sh 2.9 KB
  • 📄 risk_manager.py 19.9 KB
  • 📄 run_fill_reconciler.py 16.9 KB
  • 📄 run_hl_live_agent.sh 792 B
  • 📄 safety_manager.py 21.7 KB
  • 📄 self_heal.py 29.1 KB
  • 📄 signal_parser.py 13.2 KB
  • 📄 signal_utils.py 2.2 KB
  • 📄 SKILL.md 10.0 KB
  • 📄 skill.yaml 10.4 KB
  • 📄 sltp_incident_reconciler.py 9.1 KB
  • 📄 sr_levels_worker.py 16.8 KB
  • 📄 sse_consumer.py 16.8 KB
  • 📄 start.sh 3.9 KB
  • 📄 symbol_rr_defaults.py 1.2 KB
  • 📄 symbol_rr_learning.py 42.7 KB
  • 📄 Tool.md 8.3 KB
  • 📄 trade_tracker.py 4.6 KB
  • 📄 trading_brain.py 51.0 KB
  • 📄 TRADING_RULES.md 8.5 KB
  • 📄 trend_filter_worker.py 12.3 KB
  • 📄 universe_cache.py 8.7 KB
  • 📄 venues.py 2.7 KB
  • 📄 volume_profile_worker.py 9.3 KB

SKILL.md

登录后下载/点赞/收藏 ❤ 36 | ★ 0
评论 0

请先登录后评论。

评论加载中...