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.