crypto lo hi vol added
This commit is contained in:
parent
0d7e378175
commit
4db1252532
@ -1420,7 +1420,14 @@ class StockTicker():
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
image_list.append(stitchedStock)
|
image_list.append(stitchedStock)
|
||||||
|
try:
|
||||||
|
if all_crypto_settings['lohivol']:
|
||||||
|
try:
|
||||||
|
image_list.append(lohivol_img)
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
except:
|
||||||
|
pass
|
||||||
try:
|
try:
|
||||||
if all_crypto_settings['chart'] and (cb in portfolio_settings):
|
if all_crypto_settings['chart'] and (cb in portfolio_settings):
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user