Loading...
Loading...
Compare original and translation side by side
polymarket-scannersource /home/verticalclaw/.venv/bin/activate && python polymarket-scanner/scripts/scan_markets.py --min-volume 10000 --limit 50polymarket-scannersource /home/verticalclaw/.venv/bin/activate && python polymarket-scanner/scripts/scan_markets.py --min-volume 10000 --limit 50| Filter | Threshold | Why |
|---|---|---|
| 24h volume | > $10,000 | Below this, you cannot enter/exit without moving the price |
| Spread | < 10% | Wide spreads destroy edge on entry and exit |
| End date | > 24 hours away | Near-resolution markets are priced efficiently |
| Accepting orders | true | Cannot trade closed books |
| Outcomes | 2 | Multi-outcome markets need different sizing math |
| 筛选条件 | 阈值 | 原因 |
|---|---|---|
| 24小时交易量 | > 10000美元 | 低于该规模时,开仓平仓都会导致价格大幅波动 |
| 买卖价差 | < 10% | 过高的买卖价差会在开仓平仓时大幅侵蚀交易优势 |
| 结束日期 | 距离当前 > 24小时 | 临近结算的市场定价已经非常高效,无优势可寻 |
| 接受订单 | 是 | 关闭的订单簿无法交易 |
| 结果数量 | 2 | 多结果市场需要使用不同的仓位计算逻辑 |
polymarket-analyzerpolymarket-analyzerpolymarket-analyzerpolymarket-analyzeredge = your_probability - market_price
kelly_fraction = edge / (1 - market_price)
half_kelly = kelly_fraction * 0.5
position_size = portfolio_value * half_kellyedge = 你的概率判断 - 市场价格
kelly_fraction = edge / (1 - 市场价格)
half_kelly = kelly_fraction * 0.5
position_size = 投资组合总价值 * half_kellyTRADE RECOMMENDATION
====================
Market: [market question]
URL: [polymarket.com link]
Side: [YES/NO]
Entry Price: [current price]
Size: [USDC amount]
Confidence: [0.0-1.0]
Edge Type: [arbitrage/momentum/mean-reversion/news-driven]
Reasoning: [2-3 sentences explaining WHY this is an edge]
Target: [exit price for profit]
Stop Loss: [exit price for loss]
Expected Value: [edge * size]
Risk/Reward: [potential profit / potential loss]TRADE RECOMMENDATION
====================
Market: [市场问题]
URL: [polymarket.com链接]
Side: [YES/NO]
Entry Price: [当前价格]
Size: [USDC金额]
Confidence: [0.0-1.0]
Edge Type: [arbitrage/momentum/mean-reversion/news-driven]
Reasoning: [2-3句话解释交易优势的来源]
Target: [止盈退出价格]
Stop Loss: [止损退出价格]
Expected Value: [edge * 仓位规模]
Risk/Reward: [潜在利润 / 潜在亏损]scripts/advisor.pyscripts/advisor.pysource /home/verticalclaw/.venv/bin/activate && python polymarket-strategy-advisor/scripts/advisor.py --top 5source /home/verticalclaw/.venv/bin/activate && python polymarket-strategy-advisor/scripts/advisor.py --portfolio-db ~/.polymarket-paper/portfolio.db --top 5source /home/verticalclaw/.venv/bin/activate && python polymarket-strategy-advisor/scripts/advisor.py --top 5source /home/verticalclaw/.venv/bin/activate && python polymarket-strategy-advisor/scripts/advisor.py --portfolio-db ~/.polymarket-paper/portfolio.db --top 5scripts/backtest.pyscripts/backtest.pysource /home/verticalclaw/.venv/bin/activate && python polymarket-strategy-advisor/scripts/backtest.pysource /home/verticalclaw/.venv/bin/activate && python polymarket-strategy-advisor/scripts/backtest.py --live-checksource /home/verticalclaw/.venv/bin/activate && python polymarket-strategy-advisor/scripts/backtest.pysource /home/verticalclaw/.venv/bin/activate && python polymarket-strategy-advisor/scripts/backtest.py --live-checkscripts/daily_review.pyscripts/daily_review.pysource /home/verticalclaw/.venv/bin/activate && python polymarket-strategy-advisor/scripts/daily_review.py --portfolio-db ~/.polymarket-paper/portfolio.dbsource /home/verticalclaw/.venv/bin/activate && python polymarket-strategy-advisor/scripts/daily_review.py --portfolio-db ~/.polymarket-paper/portfolio.db --days 7source /home/verticalclaw/.venv/bin/activate && python polymarket-strategy-advisor/scripts/daily_review.py --portfolio-db ~/.polymarket-paper/portfolio.dbsource /home/verticalclaw/.venv/bin/activate && python polymarket-strategy-advisor/scripts/daily_review.py --portfolio-db ~/.polymarket-paper/portfolio.db --days 7references/viable-strategies.mdreferences/decision-framework.mdreferences/viable-strategies.mdreferences/decision-framework.md