> For the complete documentation index, see [llms.txt](https://guide.wickhunter.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.wickhunter.io/wick-hunter-overview/trading-bots.md).

# Trading Bots

There are 3 types of trading bots you can define.

### Signal

With the use of webhooks you can send alerts to open deals from trading portals such as TradingView. More information can be found at the [signal ](/trading-bots/create-a-trading-bot/entry-types/signal.md)page

### Liquidation

With the liquidation entry you can open deals based on liquidation data by the exchange in combination with VWAP signals. This is mainly used for countertrading , head over to the [liquidation entry](/trading-bots/create-a-trading-bot/entry-types/liquidation.md) page for more information.

### Manual

With manual entries, Wick Hunter will take care of positions opened manually by the user on the exchange. It means positions will still be managed. Check the[ manual entry](/trading-bots/create-a-trading-bot/entry-types/manual.md) page for more information
