crypto lo hi vol added

This commit is contained in:
Justin
2023-08-07 23:21:50 +08:00
committed by GitHub
parent 0d7e378175
commit 4db1252532

View File

@@ -1420,7 +1420,14 @@ class StockTicker():
pass
image_list.append(stitchedStock)
try:
if all_crypto_settings['lohivol']:
try:
image_list.append(lohivol_img)
except:
pass
except:
pass
try:
if all_crypto_settings['chart'] and (cb in portfolio_settings):
try: