> For the complete documentation index, see [llms.txt](https://docs.blockhorizon.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blockhorizon.io/chart-tutorials/price-and-valuation/pi-cycle-top-indicator.md).

# Pi Cycle Top Indicator

## Tutorial: Pi Cycle Top Indicator

The Pi Cycle Top Indicator is a technical analysis tool used to identify potential market cycle tops in the BTC market. It is based on the relationship between two moving averages of price: the 111-day simple moving average (SMA) and a 350-day moving average (SMA) multiplied by two. Historically, this indicator has proven effective in signaling the end of major bull market cycles.

## Steps to Use the Pi Cycle Top Indicator

1\. Understand the Concept:

* 111-Day SMA: A shorter-term moving average reflecting more recent price trends.
* 350-Day SMA (Multiplied by 2): A longer-term moving average smoothed and amplified to align with market cycle tops.
* Relevance: When the 111-day SMA crosses above the adjusted 350-day SMA, it often signals a market peak.

2\. Interpret the Pi Cycle Top Indicator:

* Crossovers:

  111-Day SMA Crosses Above: Historically signals a market top and the end of a bull cycle. ◦ 111-Day SMA Diverges Below: Indicates the market may be moving into a correction or consolidation phase.
* Timing: Peaks often occur within a few days of the crossover.

3\. Analyze Historical Patterns:

* Bull Market Tops: Study past crossovers to understand how closely they aligned with cycle tops.
* Market Cycles: Use the indicator to identify recurring patterns in bull and bear markets.
* False Signals: Be aware of instances where the indicator might not align perfectly with market peaks.

4\. Make Decisions:

* During Crossovers: Consider reducing exposure or taking profits when the 111-day SMA crosses above the adjusted 350-day SMA.
* After Divergence: Use this period to evaluate re-entry opportunities or prepare for market consolidation.
* Confirm with Other Indicators: Always corroborate signals from the Pi Cycle Top Indicator with other metrics and market context.

## Tips:

* Combine with Other Indicators: Use the Pi Cycle Top Indicator alongside volume trends, RSI, and sentiment metrics for more robust analysis.
* Monitor Regularly: Track the moving averages daily during market uptrends to anticipate potential crossovers.
* Historical Comparisons: Review how this indicator performed in past cycles to understand its reliability.
* Avoid Overreliance: Treat this as one tool in your analysis toolbox rather than the sole basis for decisions.

## How to Use the Indicator Effectively

1. Identify Bull Cycle Tops: Use crossovers as a signal to evaluate the market’s overbought conditions and potential peak.
2. Refine Exit Strategies: Plan profit-taking strategies around crossover events.
3. Support Decision-Making: Combine this indicator with other tools and market context to confirm signals.

## Created By: Philip Swift.


---

# 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://docs.blockhorizon.io/chart-tutorials/price-and-valuation/pi-cycle-top-indicator.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.
