> For the complete documentation index, see [llms.txt](https://btcdayu.gitbook.io/dayu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://btcdayu.gitbook.io/dayu/jiao-yi-mi-jue.md).

# 交易秘诀

- [\[视频\]从零开始学交易](https://btcdayu.gitbook.io/dayu/jiao-yi-mi-jue/shi-pin-cong-ling-kai-shi-xue-jiao-yi.md)
- [1.交易入门](https://btcdayu.gitbook.io/dayu/jiao-yi-mi-jue/shi-pin-cong-ling-kai-shi-xue-jiao-yi/1.-jiao-yi-ru-men.md): 计划你的交易、交易你的计划
- [2.交易心态](https://btcdayu.gitbook.io/dayu/jiao-yi-mi-jue/shi-pin-cong-ling-kai-shi-xue-jiao-yi/2.-jiao-yi-xin-tai.md)
- [3.经典结构](https://btcdayu.gitbook.io/dayu/jiao-yi-mi-jue/shi-pin-cong-ling-kai-shi-xue-jiao-yi/3.-jing-dian-jie-gou.md): 交易高手要像猎手，善于等待。
- [4.趋势把握](https://btcdayu.gitbook.io/dayu/jiao-yi-mi-jue/shi-pin-cong-ling-kai-shi-xue-jiao-yi/4.-qu-shi-ba-wo.md): 不可能一直涨或一直跌，怎么找到那个转折点?
- [5.一些指标](https://btcdayu.gitbook.io/dayu/jiao-yi-mi-jue/shi-pin-cong-ling-kai-shi-xue-jiao-yi/5.-yi-xie-zhi-biao.md)
- [6.抄底指南](https://btcdayu.gitbook.io/dayu/jiao-yi-mi-jue/shi-pin-cong-ling-kai-shi-xue-jiao-yi/6.-chao-di-zhi-nan.md)
- [我如何做空LUNA（英文）](https://btcdayu.gitbook.io/dayu/jiao-yi-mi-jue/wo-ru-he-zuo-kong-luna-ying-wen.md)


---

# 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://btcdayu.gitbook.io/dayu/jiao-yi-mi-jue.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.
