# Price Action

- [0DTE Mean Reversion](https://docs.rigged.ai/price-action/0dte-mean-reversion.md): How to make money on the return to the blue line.
- [Trend Sessions](https://docs.rigged.ai/price-action/trend-sessions.md)
- [Bull Trend Strategy](https://docs.rigged.ai/price-action/trend-sessions/bull-trend-strategy.md)
- [Bear Trend Strategy](https://docs.rigged.ai/price-action/trend-sessions/bear-trend-strategy.md)
- [Perfect Tags](https://docs.rigged.ai/price-action/perfect-tags.md)
- [Ping Pong](https://docs.rigged.ai/price-action/ping-pong.md): Ping Pong Bing Bong is when price is going nowhere. Do not trade ping pong. Do not hope it will got your way.
- [0DTE Rules to Follow (wip)](https://docs.rigged.ai/price-action/0dte-rules-to-follow-wip.md)
- [Window Theory](https://docs.rigged.ai/price-action/window-theory.md): The reversal or mean reversion can be one of the best trades out there. It can also kill you.
- [Trading the Open](https://docs.rigged.ai/price-action/trading-the-open.md): First we advise against trading the open, but if you gotta do it then this will probably work.


---

# 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://docs.rigged.ai/price-action.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.
