# 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 ](https://guide.wickhunter.io/trading-bots/create-a-trading-bot/entry-types/signal)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](https://guide.wickhunter.io/trading-bots/create-a-trading-bot/entry-types/liquidation) 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](https://guide.wickhunter.io/trading-bots/create-a-trading-bot/entry-types/manual) page for more information
