Batch 9: Obsidian插件/AI开源平替/Coze培训/TK面单/Ubuntu科学上网
- Sources: 5个新文档 - Concepts: ProxyChains, SOCKS5代理, Docker Daemon代理 - Index: 更新至 Batch 9 - 累计 sources: 108/182
This commit is contained in:
26
wiki/concepts/纸带交易.md
Normal file
26
wiki/concepts/纸带交易.md
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
title: "纸带交易"
|
||||
type: concept
|
||||
tags: [paper-trading, trading-bot, simulation]
|
||||
date: 2026-04-16
|
||||
---
|
||||
|
||||
## Definition
|
||||
在真实市场环境中使用假资金(模拟资金)测试交易策略,隔离风险,在实盘前验证策略有效性。
|
||||
|
||||
## 特点
|
||||
- 模拟资金池(如 $10,000)
|
||||
- 所有交易记录在数据库,实时计算 P&L
|
||||
- 策略迭代基于历史数据回测
|
||||
|
||||
## 与实盘对比
|
||||
| 维度 | 纸带交易 | 实盘 |
|
||||
|------|---------|------|
|
||||
| 资金风险 | 无 | 有 |
|
||||
| 策略验证 | 必要前提 | 高风险 |
|
||||
| 心理因素 | 无 | 强烈 |
|
||||
| 执行速度 | 快 | 受情绪影响 |
|
||||
|
||||
## Connections
|
||||
- [[Polymarket-Autopilot]]:使用纸带交易的具体实现
|
||||
- [[预测市场]]:纸带交易应用的市场类型
|
||||
Reference in New Issue
Block a user