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