# Trading Bots

- [Create a Trading Bot](https://guide.wickhunter.io/trading-bots/create-a-trading-bot.md): How to create a Trading Bot with Wick Hunter.
- [Entry Types](https://guide.wickhunter.io/trading-bots/create-a-trading-bot/entry-types.md): Entry Types available for Wick Hunter
- [Signal](https://guide.wickhunter.io/trading-bots/create-a-trading-bot/entry-types/signal.md): How to create a Signal Trading Bot with Wick Hunter.
- [Liquidation](https://guide.wickhunter.io/trading-bots/create-a-trading-bot/entry-types/liquidation.md): How to create a Liquidation Trading Bot with Wick Hunter.
- [Manual](https://guide.wickhunter.io/trading-bots/create-a-trading-bot/entry-types/manual.md): How to create a Manual Trading Bot with Wick Hunter.
- [Dollar Cost Averaging (DCA)](https://guide.wickhunter.io/trading-bots/create-a-trading-bot/dollar-cost-averaging-dca.md): How to configure Dollar Cost Averaging (DCA) with Wick Hunter.
- [Take Profit (TP)](https://guide.wickhunter.io/trading-bots/create-a-trading-bot/take-profit-tp.md): How to configure Take Profit (TP) with Wick Hunter.
- [Stop Loss (SL)](https://guide.wickhunter.io/trading-bots/create-a-trading-bot/stop-loss-sl.md): How to configure Stop Loss (SL) with Wick Hunter.
- [View Bots](https://guide.wickhunter.io/trading-bots/view-bots.md): View current Wick Hunter configurations using the View Bots page.
- [Signal Wizard](https://guide.wickhunter.io/trading-bots/signal-wizard.md): Set up signals to trigger bots using the Signal Wizard.
- [Dynamic configurations](https://guide.wickhunter.io/trading-bots/dynamic-configurations.md): based on TradingView signals


---

# 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://guide.wickhunter.io/trading-bots.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.
