playbook/docs/tsl/finance/index.md

33 lines
1.7 KiB
Markdown
Raw Permalink 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.

# Finance Index
文档类型:检索页
是否可直接用于生成代码:否
是否含已验证可执行示例:否
是否含已验证反例:否
遇到不确定时跳转到:[../syntax/index.md](../syntax/index.md)(优先)、[market_data_context.md](market_data_context.md)、[../reference/index.md](../reference/index.md)
这里是业务层入口。只讨论金融任务如何使用 TSL不重讲基础语法。
## 先看这 5 条
- 如果你的问题是“语言怎么写”,不要留在 finance回到 [../syntax/index.md](../syntax/index.md)。
- 如果你的问题是“某个金融任务怎么组织”,从下面最接近的业务主题开始。
- [entry_decision.md](entry_decision.md) 是入口决策页,不是代码页。
- 先进入 finance 的业务主题页;只有业务页需要补语法或函数细节时,再回到语法手册或函数查阅层。
- 只进入一个最相关的主题文件,需要时再跳到相邻主题。
## 按任务跳转
| 当前任务 | 先读哪里 |
| --- | --- |
| 先判断是否该进入业务层 | [entry_decision.md](entry_decision.md)(决策页,不是代码页) |
| 理解市场数据上下文与运行场景 | [market_data_context.md](market_data_context.md) |
| 理解序列、指标、时序计算模型 | [series_and_indicator_model.md](series_and_indicator_model.md) |
| 写选股、信号、筛选表达模式 | [selection_and_signal_patterns.md](selection_and_signal_patterns.md) |
| 写回测对象、交易流程、结果读取 | [backtest_and_trade_flow.md](backtest_and_trade_flow.md) |
## 切换到别的层
- 回到语法层:见 [../syntax/index.md](../syntax/index.md)
- 回到函数库查找层:见 [../reference/index.md](../reference/index.md)