# 交易機器人教程

- [網格交易機器人](https://help.bituniverse.org/fzh/trading-tutorial/trading-bot-tutorial/grid-trading-bot.md): v1
- [追踪買入與賣出](https://help.bituniverse.org/fzh/trading-tutorial/trading-bot-tutorial/trailing-take-profit-bot.md): v1
- [限價止盈止損](https://help.bituniverse.org/fzh/trading-tutorial/trading-bot-tutorial/stop-limit-bot.md): v1
- [合約網格](https://help.bituniverse.org/fzh/trading-tutorial/trading-bot-tutorial/futures-grid-bot.md): v1
- [無限網格](https://help.bituniverse.org/fzh/trading-tutorial/trading-bot-tutorial/untitled-4.md): v2
- [槓桿網格](https://help.bituniverse.org/fzh/trading-tutorial/trading-bot-tutorial/untitled-7.md): v2
- [借貸網格](https://help.bituniverse.org/fzh/trading-tutorial/trading-bot-tutorial/untitled-6.md): v2
- [反向網格](https://help.bituniverse.org/fzh/trading-tutorial/trading-bot-tutorial/untitled-5.md): v2
- [反向槓桿網格](https://help.bituniverse.org/fzh/trading-tutorial/trading-bot-tutorial/untitled-3.md): v2
- [波段追蹤](https://help.bituniverse.org/fzh/trading-tutorial/trading-bot-tutorial/untitled-1.md): v2
- [追踪買入與賣出](https://help.bituniverse.org/fzh/trading-tutorial/trading-bot-tutorial/untitled-2.md): v2
- [極速定投](https://help.bituniverse.org/fzh/trading-tutorial/trading-bot-tutorial/untitled.md): v2
- [分時委託](https://help.bituniverse.org/fzh/trading-tutorial/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/fzh/trading-tutorial/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.
