Files
nexus/wiki/concepts/纸带交易.md
weishen e62797a33a Batch 9: Obsidian插件/AI开源平替/Coze培训/TK面单/Ubuntu科学上网
- Sources: 5个新文档
- Concepts: ProxyChains, SOCKS5代理, Docker Daemon代理
- Index: 更新至 Batch 9
- 累计 sources: 108/182
2026-04-16 06:36:36 +08:00

27 lines
751 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: "纸带交易"
type: concept
tags: [paper-trading, trading-bot, simulation]
date: 2026-04-16
---
## Definition
在真实市场环境中使用假资金(模拟资金)测试交易策略,隔离风险,在实盘前验证策略有效性。
## 特点
- 模拟资金池(如 $10,000
- 所有交易记录在数据库,实时计算 P&L
- 策略迭代基于历史数据回测
## 与实盘对比
| 维度 | 纸带交易 | 实盘 |
|------|---------|------|
| 资金风险 | 无 | 有 |
| 策略验证 | 必要前提 | 高风险 |
| 心理因素 | 无 | 强烈 |
| 执行速度 | 快 | 受情绪影响 |
## Connections
- [[Polymarket-Autopilot]]:使用纸带交易的具体实现
- [[预测市场]]:纸带交易应用的市场类型