> For the complete documentation index, see [llms.txt](https://doc.itick.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.itick.org/ai-quantization-tutorial.md).

# AI量化教程

- [QLib｜开源AI量化投资平台｜外汇股票API](https://doc.itick.org/ai-quantization-tutorial/qlib-kai-yuan-ai-liang-hua-tou-zi-ping-tai-wai-hui-gu-piao-api.md): 学习如何将 ITick 外汇、股票实时数据 API 集成到 Qlib 开源 AI 量化投资平台，构建基于机器学习的量化模型与回测系统。
- [解锁 AI 量化新境界：Qbot 携手 iTick](https://doc.itick.org/ai-quantization-tutorial/jie-suo-ai-liang-hua-xin-jing-jie-qbot-xie-shou-itick.md): 解锁 AI 量化新境界：QBot 量化机器人如何与 ITick 金融数据 API 深度协作，实现自动化交易策略开发与实时市场数据分析。
- [iTick 外汇股票报价 API 服务与 DeepSeek-R1 大模型深度融合：构建智能量化投资新生态](https://doc.itick.org/ai-quantization-tutorial/itick-wai-hui-gu-piao-bao-jia-api-fu-wu-yu-deepseekr1-da-mo-xing-shen-du-rong-he-gou-jian-zhi-neng-l.md): 学习如何将 ITick 外汇/股票实时报价 API 与 DeepSeek R1 大模型深度结合，构建智能量化交易策略，实现 AI 驱动的金融数据分析与自动化决策。
- [RSI 量化策略实战指南：基于 iTick 外汇贵金属股票报价API的 Python 实现](https://doc.itick.org/ai-quantization-tutorial/rsi-liang-hua-ce-le-shi-zhan-zhi-nan-ji-yu-itick-wai-hui-gui-jin-shu-gu-piao-bao-jia-api-de-python-s.md): RSI 指标量化策略实战指南：基于 ITick 外汇、贵金属、股票报价 API 的 Python 实现，包含完整策略开发、回测与优化步骤。
- [双均线量化策略实战指南：基于 iTick 外汇API、股票API报价源的 Python 实现](https://doc.itick.org/ai-quantization-tutorial/shuang-jun-xian-liang-hua-ce-le-shi-zhan-zhi-nan-ji-yu-itick-wai-hui-api-gu-piao-api-bao-jia-yuan-de.md): 双均线量化策略实战教程：基于 ITick 外汇 API、股票 API 与贵金属报价源，实现多品种趋势跟踪策略的完整开发流程。
- [基于 EMA12 指标结合 iTick 外汇报价 API 、股票报价API、指数报价API的量化策略编写与回测](https://doc.itick.org/ai-quantization-tutorial/ji-yu-ema12-zhi-biao-jie-he-itick-wai-hui-bao-jia-api-gu-piao-bao-jia-api-zhi-shu-bao-jia-api-de-lia.md): 基于 EMA12 技术指标，结合 ITick 外汇报价 API、股票报价 API 与指数报价 API，构建多市场量化交易策略的完整 Python 实现教程。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doc.itick.org/ai-quantization-tutorial.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
