This commit is contained in:
olli 2024-09-05 18:02:25 +02:00
parent e991042eaa
commit f34c5ddf89
3 changed files with 8 additions and 3 deletions

7
.gitignore vendored
View File

@ -9,10 +9,13 @@
/dabo/.*-secrets /dabo/.*-secrets
/home/.ssh /home/.ssh
/home/.viminfo /home/.viminfo
/home/.bash_history .*history
/home/.dabo-bot.sh.lock .wget-hsts
/analyze-* /analyze-*
*.del *.del
*.tmp
*local*
test*.sh
/env /env
/genpw.sh /genpw.sh
/watch-assets.csv* /watch-assets.csv*

View File

@ -2,6 +2,8 @@
g_echo_note "EXAMPLE Strategy" g_echo_note "EXAMPLE Strategy"
return 0
for f_symbol in ${f_symbols_array_trade[@]} for f_symbol in ${f_symbols_array_trade[@]}
do do