> For the complete documentation index, see [llms.txt](https://docs.mechatrade.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mechatrade.net/mechatrade-indicators.md).

# MechaTrade Indicators

- [MechaAlgo](https://docs.mechatrade.net/mechatrade-indicators/origami-algo.md): Introduction & Feature List
- [Signal Modes](https://docs.mechatrade.net/mechatrade-indicators/origami-algo/signal-modes.md): Safe, Standard, and Scalper
- [Candle Colors](https://docs.mechatrade.net/mechatrade-indicators/origami-algo/candle-colors.md): 6 modes to choose from, each with their own purpose
- [Reversal Cloud](https://docs.mechatrade.net/mechatrade-indicators/origami-algo/reversal-cloud.md): Identify potential reversal zones and consolidation within the market
- [Auto Support & Resistance](https://docs.mechatrade.net/mechatrade-indicators/origami-algo/auto-support-and-resistance.md): Automatically Plot Accurate Support & Resistance Lines
- [Auto Trendlines](https://docs.mechatrade.net/mechatrade-indicators/origami-algo/auto-trendlines.md): Automatically Plot Accurate Trendlines
- [Dashboard](https://docs.mechatrade.net/mechatrade-indicators/origami-algo/dashboard-settings.md): Informational Dashboard
- [MechaOscillator](https://docs.mechatrade.net/mechatrade-indicators/origami-oscillator.md): Introduction & Feature List
- [WaveTrend](https://docs.mechatrade.net/mechatrade-indicators/origami-oscillator/wavetrend.md): Identify Trends and Potential Entries / Exits
- [Trend Areas](https://docs.mechatrade.net/mechatrade-indicators/origami-oscillator/trend-areas.md): Identify Short Term and Long Term Trends
- [Price Momentum Baseline](https://docs.mechatrade.net/mechatrade-indicators/origami-oscillator/price-momentum-baseline.md): Identify the Strength of Price Movement
- [Breakout Signals (EXPERIMENTAL)](https://docs.mechatrade.net/mechatrade-indicators/origami-oscillator/breakout-indicator.md): Identify Bullish & Bearish Breakouts in Advance
- [Dashboard](https://docs.mechatrade.net/mechatrade-indicators/origami-oscillator/dashboard.md): Informational Dashboard
- [How to Update Indicators](https://docs.mechatrade.net/mechatrade-indicators/how-to-update-indicators.md): Stay up to date with any new features and changes!
- [How to Set Alerts](https://docs.mechatrade.net/mechatrade-indicators/how-to-set-alerts.md): Never miss out on another potential trade!


---

# 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.mechatrade.net/mechatrade-indicators.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.
