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
/home/.ssh
/home/.viminfo
/home/.bash_history
/home/.dabo-bot.sh.lock
.*history
.wget-hsts
/analyze-*
*.del
*.tmp
*local*
test*.sh
/env
/genpw.sh
/watch-assets.csv*

View File

@ -82,7 +82,7 @@ const chart = LightweightCharts.createChart(document.getElementById('container')
type: 'solid',
color: '#222',
},
textColor: '#DDD',
textColor: '#DDD',
},
grid: {

View File

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