This repository was archived by the owner on Feb 3, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
exchange_data/markets/channel Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 2.5.7] - 2026-01-29
8+ ### Updated
9+ [ MarketsUpdater] Reduce markets update from every 2.5 to every 10min
10+
711## [ 2.5.6] - 2026-01-28
812### Updated
913[ OHLCVUpdate] Trigger removal of unsupported traded pair when exchange trading options
Original file line number Diff line number Diff line change 1- # OctoBot-Trading [ 2.5.6 ] ( https://github.com/Drakkar-Software/OctoBot-Trading/blob/master/CHANGELOG.md )
1+ # OctoBot-Trading [ 2.5.7 ] ( https://github.com/Drakkar-Software/OctoBot-Trading/blob/master/CHANGELOG.md )
22[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/903b6b22bceb4661b608a86fea655f69 )] ( https://app.codacy.com/gh/Drakkar-Software/OctoBot-Trading?utm_source=github.com&utm_medium=referral&utm_content=Drakkar-Software/OctoBot-Trading&utm_campaign=Badge_Grade_Dashboard )
33[ ![ PyPI] ( https://img.shields.io/pypi/v/OctoBot-Trading.svg )] ( https://pypi.python.org/pypi/OctoBot-Trading/ )
44[ ![ Coverage Status] ( https://coveralls.io/repos/github/Drakkar-Software/OctoBot-Trading/badge.svg?branch=master )] ( https://coveralls.io/github/Drakkar-Software/OctoBot-Trading?branch=master )
Original file line number Diff line number Diff line change 1515# License along with this library.
1616
1717PROJECT_NAME = "OctoBot-Trading"
18- VERSION = "2.5.6 " # major.minor.revision
18+ VERSION = "2.5.7 " # major.minor.revision
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class MarketsUpdater(markets_channel.MarketsProducer):
2828 CHANNEL_NAME = constants .MARKETS_CHANNEL
2929 SPOT_MARKETS_REFRESH_TIME = 86400 # 1 time per day
3030 FUTURES_MARKETS_REFRESH_TIME = 86400 # 1 time per day
31- OPTION_MARKETS_REFRESH_TIME = 150 # every 2.5 minutes
31+ OPTION_MARKETS_REFRESH_TIME = 600 # every 10 minutes
3232
3333 def __init__ (self , channel ):
3434 super ().__init__ (channel )
You can’t perform that action at this time.
0 commit comments