File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ cdef class IndependentBacktesting:
4343 cdef public object post_backtesting_task
4444 cdef public object previous_log_level
4545 cdef public object stopped_event
46+ cdef public bint enforce_total_databases_max_size_after_run
4647
4748 cdef public octobot_backtesting.OctoBotBacktesting octobot_backtesting
4849
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ cdef class OctoBot:
4444
4545 cdef public initializer.Initializer initializer
4646 cdef public task_manager.TaskManager task_manager
47+ cdef object _init_metadata_run_task
4748 cdef public producers.ExchangeProducer exchange_producer
4849 cdef public producers.EvaluatorProducer evaluator_producer
4950 cdef public producers.InterfaceProducer interface_producer
Original file line number Diff line number Diff line change @@ -29,4 +29,3 @@ cdef class ExchangeProducer(octobot_channel.OctoBotChannelProducer):
2929 cdef public object created_all_exchanges
3030
3131 cpdef void register_created_exchange_id(self , str exchange_id)
32- cdef object _init_bot_storage(self ) # return object to propagate exceptions
Original file line number Diff line number Diff line change 22cython == 0.29.26
33
44# Drakkar-Software requirements
5- OctoBot-Commons == 1.7.23
5+ OctoBot-Commons == 1.7.24
66OctoBot-Trading == 2.2.17
77OctoBot-Evaluators == 1.7.5
88OctoBot-Tentacles-Manager == 2.7.2
99OctoBot-Services == 1.3.6
10- OctoBot-Backtesting == 1.7.4
10+ OctoBot-Backtesting == 1.7.5
1111Async-Channel == 2.0.13
1212trading-backend == 1.0.16
1313
You can’t perform that action at this time.
0 commit comments