Auto-sync: 2026-04-19 08:02
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
title: "Polymarket Autopilot: Automated Paper Trading"
|
||||
type: source
|
||||
tags: [polymarket, autopilot, paper-trading, prediction-market]
|
||||
date: 2026-04-17
|
||||
date: 2026-04-19
|
||||
---
|
||||
|
||||
## Source File
|
||||
@@ -23,19 +23,25 @@ date: 2026-04-17
|
||||
## Key Quotes
|
||||
> "Manually monitoring prediction markets for arbitrage opportunities and executing trades is time-consuming and requires constant attention." — 手动监控预测市场的痛点
|
||||
|
||||
> "You want to test and refine trading strategies without risking real capital." — 模拟交易的核心价值
|
||||
|
||||
## Key Concepts
|
||||
- [[Paper Trading]]:模拟交易,使用虚拟资金测试策略无需承担真实风险
|
||||
- [[Cron Jobs]]:定时任务调度,AI Agent 每 15 分钟执行一次市场扫描
|
||||
- [[Discord Integration]]:通过 Discord Webhook 实现每日交易报告推送
|
||||
- [[Sub-agent Spawning]]:在高峰期并行分析多个市场
|
||||
- [[Subagent Spawning]]:在高峰期并行分析多个市场
|
||||
- [[TAIL Strategy]]:趋势跟随策略,当概率 >60% 且成交量飙升时买入
|
||||
- [[BONDING Strategy]]:逆势策略,当市场因新闻过度反应时买入
|
||||
- [[SPREAD Strategy]]:价差套利策略,当 YES+NO > 1.05 时进行套利
|
||||
|
||||
## Key Entities
|
||||
- [[Polymarket]]:预测市场平台,提供 API 获取市场价格、成交量、价差数据
|
||||
|
||||
## Connections
|
||||
- [[Cron Jobs]] ← 驱动 ← [[Polymarket Autopilot]]
|
||||
- [[Discord]] ← 通知 ← [[Polymarket Autopilot]]
|
||||
- [[Subagent 管理]] ← 实现 ← [[Polymarket Autopilot]](并行市场分析)
|
||||
- [[Cron Jobs]] ← 驱动 ← [[polymarket-autopilot]]
|
||||
- [[Discord]] ← 通知 ← [[polymarket-autopilot]]
|
||||
- [[Subagent 管理]] ← 实现 ← [[polymarket-autopilot]](并行市场分析)
|
||||
- [[Paper Trading]] ← 核心功能 ← [[polymarket-autopilot]]
|
||||
|
||||
## Contradictions
|
||||
- (暂无)
|
||||
Reference in New Issue
Block a user