separate container
This commit is contained in:
parent
ce5c91fa44
commit
fd18f33ed5
17
dabo/fetch-orders.sh
Executable file
17
dabo/fetch-orders.sh
Executable file
@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
. /dabo/dabo-prep.sh
|
||||
|
||||
while true
|
||||
do
|
||||
# Reload Config
|
||||
. ../../dabo-bot.conf
|
||||
. ../../dabo-bot.override.conf
|
||||
# Timestamp
|
||||
export f_timestamp=$(g_date_print)
|
||||
# get orders
|
||||
get_symbols
|
||||
get_orders
|
||||
sleep 3600
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user