separate container

This commit is contained in:
olli 2024-06-14 19:48:42 +02:00
parent ce5c91fa44
commit fd18f33ed5

17
dabo/fetch-orders.sh Executable file
View 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