lxy bca4caac5a research: add eth strategy exploration outputs 1 месяц назад
..
README.md bca4caac5a research: add eth strategy exploration outputs 1 месяц назад
eth-btc-regime-horizon.csv bca4caac5a research: add eth strategy exploration outputs 1 месяц назад
eth-btc-regime-report.md bca4caac5a research: add eth strategy exploration outputs 1 месяц назад
eth-btc-regime-summary.csv bca4caac5a research: add eth strategy exploration outputs 1 месяц назад
eth-btc-regime-top10.csv bca4caac5a research: add eth strategy exploration outputs 1 месяц назад
eth-btc-regime-total.csv bca4caac5a research: add eth strategy exploration outputs 1 месяц назад
eth-price-twap-horizons.csv bca4caac5a research: add eth strategy exploration outputs 1 месяц назад
eth-price-twap-search.csv bca4caac5a research: add eth strategy exploration outputs 1 месяц назад
eth-price-twap-summary.md bca4caac5a research: add eth strategy exploration outputs 1 месяц назад
eth-price-twap-top10.csv bca4caac5a research: add eth strategy exploration outputs 1 месяц назад
eth-risk-exit-horizon.csv bca4caac5a research: add eth strategy exploration outputs 1 месяц назад
eth-risk-exit-summary.md bca4caac5a research: add eth strategy exploration outputs 1 месяц назад
eth-risk-exit-top10.csv bca4caac5a research: add eth strategy exploration outputs 1 месяц назад
eth-risk-exit-total.csv bca4caac5a research: add eth strategy exploration outputs 1 месяц назад

README.md

ETH Exploration Summary

This directory contains three completed ETH exploration worker outputs.

Worker outputs

1. Risk/exit variants

Script:

  • scripts/search_eth_risk_exit_variants.py

Reports:

  • reports/eth-exploration/eth-risk-exit-summary.md
  • reports/eth-exploration/eth-risk-exit-total.csv
  • reports/eth-exploration/eth-risk-exit-horizon.csv
  • reports/eth-exploration/eth-risk-exit-top10.csv

Core conclusion: negative. The best maker_taker result is the unchanged market baseline (market-t50-r3.0-x45.0-stop-none-mh10000). Tested stop, max-hold, and risk-filter variants did not reduce drawdown while preserving return.

2. BTC regime variants

Script:

  • scripts/search_eth_btc_regime_variants.py

Reports:

  • reports/eth-exploration/eth-btc-regime-report.md
  • reports/eth-exploration/eth-btc-regime-summary.csv
  • reports/eth-exploration/eth-btc-regime-total.csv
  • reports/eth-exploration/eth-btc-regime-horizon.csv
  • reports/eth-exploration/eth-btc-regime-top10.csv

Core conclusion: effective. BTC trend plus momentum gating on the ETH RSI2 entry produced the strongest robust sampled-window result. The best maker_taker candidate was eth-btc-rsi-filter-et50-l3.0-x55.0-bt480-bm240-br0.0, with positive net_ci95_low and improved full-period Calmar versus baseline.

3. Price-TWAP variants

Script:

  • scripts/search_eth_price_twap_variants.py

Reports:

  • reports/eth-exploration/eth-price-twap-summary.md
  • reports/eth-exploration/eth-price-twap-search.csv
  • reports/eth-exploration/eth-price-twap-horizons.csv
  • reports/eth-exploration/eth-price-twap-top10.csv

Core conclusion: search methodology needs review. The standalone price-TWAP search ranks maker_taker candidates with negative annualized return and Calmar, while the BTC regime report shows strong recent horizon returns for baseline price-TWAP rows. The price-TWAP comparison/search口径 should be reconciled before promoting any price-TWAP result.