gitignore

This commit is contained in:
Nicolás Sánchez 2024-11-30 18:42:45 -03:00
parent a0c6f8c584
commit 5a187b6ae3
2 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

@ -18,6 +18,6 @@ logs/kucoin.log
upload_testnet.sh upload_testnet.sh
upload_mainnet.sh upload_mainnet.sh
utils/data/binance.db utils/data/binance.db
utils/data/okex.db utils/data/okx.db
utils/data/gateio.db utils/data/gateio.db
utils/data/kucoin.db utils/data/kucoin.db

View File

@ -1,6 +1,7 @@
2024.11.30: 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 . 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: 2024.11.26:
. Implemented deals cache to reduce db load until the new database service is implemented. . Implemented deals cache to reduce db load until the new database service is implemented.