Release Notes - Version 1.3.0¶
Released on April 29, 2022
-
Install via Docker: Linux | Windows | macOS | Raspberry Pi
-
Binary builds are no longer supported. Docker and Source are now the only supported methods of install.
We are very excited to ship the April 2022 Hummingbot release (v1.3.0) today!
đ New Spot Connector: CoinFLEX¶
CoinFLEX is the first connector built under Hummingbot Foundation's community maintenance model. Established in 2019, CoinFLEX is a centralized cryptocurrency exchange located in Seychelles with 26 trading pairs on the exchange.
For more information, check out the CoinFLEX
documentation, including a special VIP tier trial offer for Hummingbot users!
âšī¸ More Resources sections¶
Look for a new section titled âšī¸ More Resources in the documentation pages for each Hummingbot strategy, as well as for certain exchange connectors. This section contains community-submitted resources such as guide, videos, and other useful content related to each strategy and connector.
đģ Developer Updates¶
ascendex
connector has been refactored to include all the latest components and improvements to make it compliant with the new "gold standard"kucoin
connector has been refactored to include all the latest components and improvements to make it compliant with the new "gold standard"- Change in the implementation of the
order age calculation
to stop using thetimestamp
that is part of theorder_id
and start using the newcreation_timestamp
field in the orders - Allow fees in different tokens
đ Bug Fixes¶
- #3555 Fixed
rate is not available
despite using Coingecko as therate_oracle
source - #4339 Fixed
Unable to display status output
on Windows source build - #5130 Fixed handling of balance for paper connectors in global config
- #5135 Fixed order of orders in status, order spread in TWAP strategy
- #5146 Removed
_latest_parameter_calculation_vol
in the Avellaneda strategy - #5153 Fixed missing import of the
ConditionalExecutionState
in the Avellaneda strategy - #5156 Fixed
TradingIntensity
with the Avellaneda strategy where trade saving was not correct - #5165 Fixed user balance failure for
time synchronizer
- #5170 Fixed Binance Perpetual
InFlightOrder
returns wrong executed amount for partial fills