# 交易机器人教程

- [网格交易机器人](https://help.bituniverse.org/jzh/trading-bot-tutorial/grid-trading-bot.md): v1
- [追踪买入与卖出](https://help.bituniverse.org/jzh/trading-bot-tutorial/trailing-take-profit-bot.md): v1
- [限价止盈止损](https://help.bituniverse.org/jzh/trading-bot-tutorial/stop-limit-bot.md): v1
- [合约网格](https://help.bituniverse.org/jzh/trading-bot-tutorial/futures-grid-bot.md): v1
- [无限网格](https://help.bituniverse.org/jzh/trading-bot-tutorial/untitled.md): v2
- [杠杆网格](https://help.bituniverse.org/jzh/trading-bot-tutorial/untitled-1.md): v2
- [借贷网格](https://help.bituniverse.org/jzh/trading-bot-tutorial/jie-dai-wang-ge.md): v2
- [反向网格](https://help.bituniverse.org/jzh/trading-bot-tutorial/untitled-3.md): v2
- [反向杠杆网格](https://help.bituniverse.org/jzh/trading-bot-tutorial/fan-xiang-gang-gan-wang-ge.md): v2
- [波段追踪](https://help.bituniverse.org/jzh/trading-bot-tutorial/bo-duan-zhui-zong.md): v2
- [追踪买入与卖出](https://help.bituniverse.org/jzh/trading-bot-tutorial/zhui-zong-mai-ru-yu-mai-chu.md): v2
- [极速定投](https://help.bituniverse.org/jzh/trading-bot-tutorial/ji-su-ding-tou.md): v2
- [分时委托](https://help.bituniverse.org/jzh/trading-bot-tutorial/fen-shi-wei-tuo.md): v2


---

# Agent Instructions: 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:

```
GET https://help.bituniverse.org/jzh/trading-bot-tutorial.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
