From b19597d7600e9e8ac098a9554e59afc7bc70b278 Mon Sep 17 00:00:00 2001 From: Guillaume De Saint Martin <guillaumemdsm@gmail.com> Date: Tue, 16 Apr 2024 16:26:03 +0200 Subject: [PATCH 1/2] [Changelog] update --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ce1c08b..c97484928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,19 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 *It is strongly advised to perform an update of your tentacles after updating OctoBot. (start.py tentacles --install --all)* -## [1.0.9] - 2024-04-02 +## [1.0.9] - 2024-04-18 ### Added +- [DigitalOcean] Added in marketplace and handle one click deployment - [IndexTradingMode] Add the Index Trading Mode enabling to follow custom indexes - [TradingViewTradingMode] Add quote and offsets from the current price - [DCATradingMode] Add max holding ratio to cap the maximum exposure to an asset +- [Coinbase] Handle new API key format ### Updated -- [CCXT] Update to CCXT 4.2.77 +- [CCXT] Update to CCXT 4.2.95 ### Fixed - [ChainedOrders] Fix chained orders quantity computation when handling fees - [ChainedOrders] Fix chained orders backtesting fill price to adapt to current candles +- [StopLoss] Now always recreate stop losses when restarting on real trading +- [Orders] Fixes rare order creation issues - [Coinbase] Fix order fetch issues +- [BinanceUS] Fix permissions checks - [Kucoin] Fix a rare order creation issue - [MEXC] Fix order cancel issues +- [WebInterface] Add robots.txt to prevent search engine indexing ## [1.0.8] - 2024-02-14 ### Added From 526dfb33ea33d8a19c4ece34354f24eed18ea782 Mon Sep 17 00:00:00 2001 From: Guillaume De Saint Martin <guillaumemdsm@gmail.com> Date: Wed, 17 Apr 2024 15:59:49 +0200 Subject: [PATCH 2/2] [Requirements] bump --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cafbccb21..0d089abae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ OctoBot-Tentacles-Manager==2.9.10 OctoBot-Services==1.6.13 OctoBot-Backtesting==1.9.7 Async-Channel==2.2.1 -trading-backend==1.2.18 +trading-backend==1.2.19 ## Others colorlog==6.8.0