Skip to content

Commit 569c639

Browse files
committed
[Version] v2.1.13
1 parent 2cb1dec commit 569c639

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
*It is strongly advised to perform an update of your tentacles after updating OctoBot. (start.py tentacles --install --all)*
88

9+
## [2.0.13] - 2025-10-17
10+
### Added
11+
- [GridTrading] Order by order trailing system
12+
- [Exchanges] Support myokx and okxus
13+
- [Binance] Support Binance futures demo trading
14+
- [Coinbase] Support Ed25519 api keys format
15+
- [Coinbase] Support websockets
16+
- [Hyperliquid] Log available trading pairs at startup
17+
- [Exchanges] Add auto-retry system on specific exchange requests errors
18+
- [Exchanges] Add tickers autofix system
19+
- [Scripting] Add backtesting & data collector Keywords
20+
- [IndexTrading] Add synchronization policies
21+
- [Infra] Add octobot.hcl
22+
### Updated
23+
- [TradingView] Make configuration & signal errors much more visible
24+
- [CCXT] Update to CCXT 4.5.8
25+
- [Orders] Properly handle partially filled orders
26+
- [Orders] Dusts addition to sell orders can now be disabled using the INCLUDE_DUSTS_IN_SELL_ORDERS_WHEN_POSSIBLE env variable
27+
- [Exchanges] Improve errors accuracy
28+
- [Coinbase] Use intro 2 fees level by default
29+
- [WebInterface] Display checkout link as fallback when necessary
30+
- [WebInterface] Cache version check to reduce requests
31+
- [OpenAI] Fix deprecations & support latest models
32+
- [Exchanges] Make "too many open orders" error clearer
33+
### Fixed
34+
- [MEXC] Fix websocket issues
35+
- [Kucoin] Fix parsing issues
36+
- [Orders] Fix market orders related fee error
37+
- [GridTrading] Fix incorrect orders pricing
38+
- [GridTrading] Fix incorrect orders reset
39+
- [WebInterface] Fix broken links
40+
- [TradingModes] Fix rare backtesting early stop error
41+
942
## [2.0.12] - 2025-06-09
1043
### Updated
1144
- [WebInterface] Restore order quantity trading mode configuration (really, this time)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OctoBot [2.0.12](https://github.com/Drakkar-Software/OctoBot/blob/master/CHANGELOG.md)
1+
# OctoBot [2.0.13](https://github.com/Drakkar-Software/OctoBot/blob/master/CHANGELOG.md)
22
[![PyPI](https://img.shields.io/pypi/v/OctoBot.svg?logo=pypi)](https://pypi.org/project/OctoBot)
33
[![Downloads](https://pepy.tech/badge/octobot/month)](https://pepy.tech/project/octobot)
44
[![Dockerhub](https://img.shields.io/docker/pulls/drakkarsoftware/octobot.svg?logo=docker)](https://hub.docker.com/r/drakkarsoftware/octobot)

octobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
PROJECT_NAME = "OctoBot"
1818
AUTHOR = "Drakkar-Software"
19-
VERSION = "2.0.12" # major.minor.revision
19+
VERSION = "2.0.13" # major.minor.revision
2020
LONG_VERSION = f"{VERSION}"

0 commit comments

Comments
 (0)