From 35b7ba12c2e6728d2fe901424aac17927bb8fc09 Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 4 Jun 2024 15:15:33 +0200 Subject: [PATCH] fixes tax and giveaways,... --- dabo/functions/get_transactions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dabo/functions/get_transactions.sh b/dabo/functions/get_transactions.sh index e8c5590..e34eddc 100644 --- a/dabo/functions/get_transactions.sh +++ b/dabo/functions/get_transactions.sh @@ -47,7 +47,7 @@ function get_transactions { # fetch only if not exists [ -f "$f_symbol_file" ] && continue - g_echo_note "fetchng closed orders of $f_symbol" + g_echo_note "fetching closed orders of $f_symbol on $f_exchange" f_ccxt "print(${STOCK_EXCHANGE}.fetchMyTrades(symbol='$f_symbol', limit=500, params={'paginate': True}))" # write to file