fixes
This commit is contained in:
parent
e991042eaa
commit
f34c5ddf89
7
.gitignore
vendored
7
.gitignore
vendored
@ -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*
|
||||
|
@ -82,7 +82,7 @@ const chart = LightweightCharts.createChart(document.getElementById('container')
|
||||
type: 'solid',
|
||||
color: '#222',
|
||||
},
|
||||
textColor: '#DDD',
|
||||
textColor: '#DDD',
|
||||
},
|
||||
|
||||
grid: {
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
g_echo_note "EXAMPLE Strategy"
|
||||
|
||||
return 0
|
||||
|
||||
|
||||
for f_symbol in ${f_symbols_array_trade[@]}
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user