diff --git a/octobot/logger.py b/octobot/logger.py index 089035413..927df673a 100644 --- a/octobot/logger.py +++ b/octobot/logger.py @@ -382,6 +382,8 @@ async def matrix_callback( evaluator_type, eval_note, eval_note_type, + eval_note_description, + eval_note_metadata, exchange_name, cryptocurrency, symbol, diff --git a/requirements.txt b/requirements.txt index eaaab3aa3..8474aad56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ # Drakkar-Software requirements -OctoBot-Commons==1.9.83 +OctoBot-Commons==1.9.84 OctoBot-Trading==2.4.228 -OctoBot-Evaluators==1.9.7 +OctoBot-Evaluators==1.9.9 OctoBot-Tentacles-Manager==2.9.17 -OctoBot-Services==1.6.26 +OctoBot-Services==1.6.29 OctoBot-Backtesting==1.9.7 Async-Channel==2.2.1 trading-backend==1.2.42