switching TF, multi indicators on chart
This commit is contained in:
2
app.py
2
app.py
@ -46,7 +46,7 @@ def stream_historical_data(sid):
|
||||
all_klines = client.get_historical_klines(
|
||||
SYMBOL,
|
||||
Client.KLINE_INTERVAL_1MINUTE,
|
||||
start_str="1 week ago UTC" # Fetches data starting from 7 days ago until now
|
||||
start_str="8 weeks ago UTC" # Fetches data starting from 8 weeks ago until now
|
||||
)
|
||||
|
||||
# --- ORIGINAL SOLUTION COMMENTED OUT ---
|
||||
|
||||
Reference in New Issue
Block a user