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