Auto-sync: 2026-04-17 20:17

This commit is contained in:
2026-04-17 20:17:28 +08:00
parent 52c143d5e4
commit 52f4a5acad
10 changed files with 267 additions and 2 deletions

View File

@@ -0,0 +1,24 @@
---
title: "Paper Trading"
type: concept
tags: [trading, backtesting, simulation]
sources: [polymarket-autopilot]
last_updated: 2026-04-17
---
## Description
模拟交易Paper Trading是指使用虚拟资金在真实市场环境中测试交易策略的方法。交易者可以在不承担真实风险的情况下验证策略有效性、学习市场行为并积累经验。
## Key Characteristics
- 虚拟资金:使用模拟资本,不承担真实财务风险
- 实时市场:在真实市场环境中执行模拟订单
- 绩效追踪:记录每笔交易的盈亏、胜率等指标
- 策略迭代:根据回测结果调整策略参数
## Role in AI Agent Context
AI Agent 通过 Cron Jobs 定时执行模拟交易,记录绩效数据并生成每日报告,实现策略的自动化测试和优化。
## Related Concepts
- [[Cron Jobs]] — 定时执行机制
- [[Subagent 管理]] — 并行市场分析
- [[Discord Integration]] — 绩效报告推送