diff --git a/crypto/brian/index-deep-new.py b/crypto/brian/index-deep-new.py index 7c04c5d..258cd83 100644 --- a/crypto/brian/index-deep-new.py +++ b/crypto/brian/index-deep-new.py @@ -365,7 +365,7 @@ def update_live_html(candles, trade_history, epoch): Generate an HTML page with a live chart. The chart displays price (line) and volume (bar chart on a secondary y-axis), and includes buy/sell markers with dotted lines connecting entries and exits. - The page auto-refreshes every 10 seconds. + The page auto-refreshes every 1 second. """ from io import BytesIO import base64 @@ -383,7 +383,7 @@ def update_live_html(candles, trade_history, epoch): - + Live Trading Chart - Epoch {epoch}