mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
docs: add "sold the bots capital" FAQ entry
This commit is contained in:
@@ -102,6 +102,14 @@ You can use "current" market data by using the [dataprovider](strategy-customiza
|
||||
|
||||
You can use the `/stopentry` command in Telegram to prevent future trade entry, followed by `/forceexit all` (sell all open trades).
|
||||
|
||||
### I sold the bot's capital and now there's errors in the log
|
||||
|
||||
Freqtrade assumes that the trades it opens are managed only though the bot.
|
||||
If you happen to (accidentally) sell the bot's capital, freqtrade will try to recover by trying to re-find on-exchange orders.
|
||||
|
||||
This is a best-effort approach, and will not work in all cases, especially when using order types that are not supported by freqtrade (OCO, iceberg, etc.), or when working with older trades (where the exchange no longer provides full order information).
|
||||
The exact limits will vary between exchanges - with the details usually being documented in the exchange's API documentation.
|
||||
|
||||
### I want to run multiple bots on the same machine
|
||||
|
||||
Please look at the [advanced setup documentation Page](advanced-setup.md#running-multiple-instances-of-freqtrade).
|
||||
|
||||
Reference in New Issue
Block a user