> For the complete documentation index, see [llms.txt](https://quantify-crypto.gitbook.io/the-quantify-crypto-trend-algorithm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quantify-crypto.gitbook.io/the-quantify-crypto-trend-algorithm/past-bitcoin-trend-success.md).

# Past Bitcoin Trend Success

Price trends in the cryptocurrency market continue to be an important indicator of the future direction.  The largest price movements in Bitcoin continue to be preceded by smaller price moves in the same direction.   The arrows in the  chart below show these occurrences.  The chart is the daily BTC/USD price from Nov 2021 to Oct 2022.   Most altcoins have followed a similar pricing trend as Bitcoin.

These price patterns match prior patterns, the linked document reviews 14 significant prices moves from March 2019 to March 2020  <https://quantifycrypto.s3-us-west-2.amazonaws.com/pdf/Quantify+Crypto+Trend+Indicator+Synopsis+May+2020.pdf>

{% file src="/files/EE2qnZsPZfdU1gZxklNi" %}


---

# 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://quantify-crypto.gitbook.io/the-quantify-crypto-trend-algorithm/past-bitcoin-trend-success.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.
