Files
nexus/wiki/concepts/Paper-Trading.md
2026-04-17 20:17:28 +08:00

24 lines
967 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]] — 绩效报告推送