fies
This commit is contained in:
parent
4f4ffb61a2
commit
7d3856e37c
@ -111,7 +111,7 @@ function get_balances {
|
|||||||
|
|
||||||
# calculate complete balance
|
# calculate complete balance
|
||||||
local f_COMPLETE_BALANCE=$(echo "scale=2; $CURRENCY_BALANCE+$f_SPOT_BALANCE" | bc -l)
|
local f_COMPLETE_BALANCE=$(echo "scale=2; $CURRENCY_BALANCE+$f_SPOT_BALANCE" | bc -l)
|
||||||
local f_timestamp=$(g_date_print)
|
#local f_timestamp=$(g_date_print)
|
||||||
|
|
||||||
# write balance history
|
# write balance history
|
||||||
echo "$f_timestamp,$f_COMPLETE_BALANCE" >>"asset-histories/BALANCECOMPLETE${CURRENCY}.history.csv"
|
echo "$f_timestamp,$f_COMPLETE_BALANCE" >>"asset-histories/BALANCECOMPLETE${CURRENCY}.history.csv"
|
||||||
|
Loading…
Reference in New Issue
Block a user