fixes tax and giveaways,...
This commit is contained in:
parent
b71ab4a931
commit
35b7ba12c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user