Filled Order Delay – Hummingbot Foundation
By default, Hummingbot places orders as soon as there are no active orders; i.e., Hummingbot immediately places a new order to replace a filled order. If there is a sustained…
By default, Hummingbot places orders as soon as there are no active orders; i.e., Hummingbot immediately places a new order to replace a filled order. If there is a sustained…
Updated as of v0.28.0 This feature lets you take into account the transaction cost incurred on the exchange from bid and ask orders. For a bid order, it reduces the…
A Nonstop Algo strategy is a continual process that monitors trading pairs on one or more exchanges in order to make trading decisions. Strategies separate trading logic, open source code…
History command The history command displays the current duration of total past trades, asset inventory and value, and market trading pair performance. Run history --verbose to see all recent trades.…
Check bot status Run status command or CTRL+S to show the bot's current status. The output may differ depending on the running strategy, but generally, it shows the following information:…
This feature allows users to pause a running strategy using the command exit --suspend. This allows the bot to stop while keeping the hanging orders in the order book. To…
Starting a strategy After creating or importing a config file, use the start command to run the strategy. Stop a running strategy Run stop command to stop the running strategy.…
Creating a new strategy file Run create command and answer the prompts to configure your bot's behavior depending on the strategy you want to use. The last prompt will ask…
The connect command lets you add your user credentials in order to connect to an exchange or protocol. For centralized exchanges, this command asks you for your API key, while…
*Passwords cannot be deleted The password in Nonstop Algo encrypts sensitive data such as API keys, secret keys, and wallet private keys. For security reasons, the password is only stored…