# Strategies & Indicators

- [Strategy Developers](https://docs.traderspost.io/docs/strategies-and-indicators/strategy-developers.md): Hire a strategy developer on popular gig sites like Fiverr or Upwork to bring your strategy idea to life and automate it with TradersPost.
- [Strategy Providers](https://docs.traderspost.io/docs/strategies-and-indicators/strategy-providers.md)
- [Example Strategies](https://docs.traderspost.io/docs/strategies-and-indicators/example-strategies.md): We have assembled a list of basic strategies and indicators for you to draw from in building your own strategy. Our theory is that simple strategies are often the best.
- [Simple Strategy](https://docs.traderspost.io/docs/strategies-and-indicators/example-strategies/simple-strategy.md): A TradingView example strategy for firing many alerts to test how automated trading works on TradersPost.
- [EMA Crossovers](https://docs.traderspost.io/docs/strategies-and-indicators/example-strategies/ema-crossovers.md)
- [Automate Channel Trading](https://docs.traderspost.io/docs/strategies-and-indicators/example-strategies/automate-channel-trading.md)
- [Range Trade Heikin Ashi RSI](https://docs.traderspost.io/docs/strategies-and-indicators/example-strategies/range-trade-heikin-ashi-rsi.md)
- [Scheduled Alerts](https://docs.traderspost.io/docs/strategies-and-indicators/example-strategies/scheduled-alerts.md)
- [Simple Trend Lines](https://docs.traderspost.io/docs/strategies-and-indicators/example-strategies/simple-trend-lines.md)
- [8-55 EMA Cross Strategy](https://docs.traderspost.io/docs/strategies-and-indicators/example-strategies/8-55-ema-cross-strategy.md)
- [High-Low Range Trend-Following](https://docs.traderspost.io/docs/strategies-and-indicators/example-strategies/high-low-range-trend-following.md)
- [LuxAlgo SMC Trade Signals](https://docs.traderspost.io/docs/strategies-and-indicators/example-strategies/luxalgo-smc-trade-signals.md)
- [Confluence of Alerts](https://docs.traderspost.io/docs/strategies-and-indicators/example-strategies/confluence-of-alerts.md)
- [Automated Channel](https://docs.traderspost.io/docs/strategies-and-indicators/example-strategies/automated-channel.md)
- [SSL Hybrid](https://docs.traderspost.io/docs/strategies-and-indicators/example-strategies/ssl-hybrid.md)
- [Engulfing Candles](https://docs.traderspost.io/docs/strategies-and-indicators/example-strategies/engulfing-candles.md)
- [Supertrend and Bollinger Bands](https://docs.traderspost.io/docs/strategies-and-indicators/example-strategies/supertrend-and-bollinger-bands.md)
- [Build Your Own](https://docs.traderspost.io/docs/strategies-and-indicators/build-your-own.md): Start your journey of learning automated trading strategy development by exploring these free and paid resources.


---

# 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.traderspost.io/docs/strategies-and-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.
