Add Transaction Costs – Hummingbot Foundation
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…
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…
Connect External Database – Hummingbot Foundation
Hummingbot stores trades in a local SQLite for database by default, but it may be limiting for some cases such as sharing data to external system, in some cases user…
Color Settings – Hummingbot Foundation
Starting with version 0.45, we added new global configuration parameters that allows users to customize the client's background colors. top-pane output-pane input-pane bottom-pane log-pane terminal-primary Changing the panel colors To…
Balance Limit – Hummingbot Foundation
Updated on version 0.35.0 Sets the amount limit on how much assets Hummingbot can use in an exchange or wallet. This can be useful when running multiple bots on different…
DEXs – Hummingbot Foundation
AMM Currently, Gateway is designed to support Automatic Market Maker (AMM) type DEXs, similar to Uniswap-V2 and Uniswap-V3. CLOB As Gateway grows, we expect it to support other types of…
Check Balances – Hummingbot Foundation
Exchange and wallet balance Run balance command to check the balances of all connected wallets and exchanges. Allocated column shows how much of your assets are being used when there…
Avellaneda Market Making – Hummingbot Foundation
market making ⛏️ liquidity mining strategy 📝 Summary This strategy implements a market making strategy described in the classic paper High-frequency Trading in a Limit Order Book written by Marco…