From 5a187b6ae33e024b0fb6bda3a7fcf618d42622a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20S=C3=A1nchez?= Date: Sat, 30 Nov 2024 18:42:45 -0300 Subject: [PATCH] gitignore --- .gitignore | 2 +- changelog.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1c19c56..25e945e 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,6 @@ logs/kucoin.log upload_testnet.sh upload_mainnet.sh utils/data/binance.db -utils/data/okex.db +utils/data/okx.db utils/data/gateio.db utils/data/kucoin.db \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index e7f5b9a..abedde5 100755 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,7 @@ 2024.11.30: . Added "forced_restart_if_retries_exhasted" option to the config file of a trader. If set to true, the trader will always restart if the first order of the deal - does not fill. Default behavior is one restart only. + does not fill. Default behavior is one restart only. It is recommended to set this to false, unless there is a specific combination of pair/exchange with too high + volatility/underperfoming market order matching engine that requires a forced restart. 2024.11.26: . Implemented deals cache to reduce db load until the new database service is implemented.