> For the complete documentation index, see [llms.txt](https://blog.atraderlife.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.atraderlife.com/strategies.md).

# TRADING STRATEGIES

- [Description](https://blog.atraderlife.com/strategies/untitled.md)
- [Binary options trading](https://blog.atraderlife.com/strategies/binary-options-trading.md)
- [Overview](https://blog.atraderlife.com/strategies/binary-options-trading/overview.md)
- [Types of binary options trades](https://blog.atraderlife.com/strategies/binary-options-trading/types-of-binary-options-trades.md)
- [More details](https://blog.atraderlife.com/strategies/binary-options-trading/more-details.md)
- [Binary options trading strategies](https://blog.atraderlife.com/strategies/binary-options-trading/binary-options-trading-strategies.md)
- [Multiple bars High or low Binary Options Strategy](https://blog.atraderlife.com/strategies/binary-options-trading/binary-options-trading-strategies/multiple-bars-high-or-low-binary-options-strategy.md)
- [Glossary](https://blog.atraderlife.com/strategies/binary-options-trading/glossary.md)
- [Candlesticks](https://blog.atraderlife.com/strategies/candlesticks.md)
- [Candlesticks description](https://blog.atraderlife.com/strategies/candlesticks/candlesticks-description.md)
- [Chart patterns](https://blog.atraderlife.com/strategies/chart-patterns.md)
- [Chart patterns description](https://blog.atraderlife.com/strategies/chart-patterns/chart-patterns-description.md)
- [Forex Scalping](https://blog.atraderlife.com/strategies/scalping.md)
- [Scalping description](https://blog.atraderlife.com/strategies/scalping/scalping-description.md)
- [Support and resistence](https://blog.atraderlife.com/strategies/support-and-resistence.md)
- [Support and Resistence description](https://blog.atraderlife.com/strategies/support-and-resistence/support-and-resistence-description.md)
- [Trend Following](https://blog.atraderlife.com/strategies/trend-following.md)
- [Trend following description](https://blog.atraderlife.com/strategies/trend-following/trend-following-description.md)


---

# 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://blog.atraderlife.com/strategies.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.
