# Strategy

- [Strategy settings](https://docs.jdmindicators.com/strategy/strategy-settings.md)
- [Trade Settings](https://docs.jdmindicators.com/strategy/strategy-settings/trade-settings.md): These settings controls which automated trading mode you wish you use
- [Risk Management](https://docs.jdmindicators.com/strategy/strategy-settings/risk-management.md): Is the main section of options that controls all of your risk management, including order qty, trailing stop, padding and more.
- [Trading Hours](https://docs.jdmindicators.com/strategy/strategy-settings/trading-hours.md)
- [Indicator Settings within strategy](https://docs.jdmindicators.com/strategy/strategy-settings/indicator-settings-within-strategy.md)
- [Other Settings](https://docs.jdmindicators.com/strategy/strategy-settings/other-settings.md)


---

# 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.jdmindicators.com/strategy.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.
