This commit is contained in:
Azmikun1 2025-12-16 08:04:23 +07:00
parent d9a7a46ec7
commit c5943a36d7
2 changed files with 718 additions and 2179 deletions

4
app.py
View File

@ -94,10 +94,10 @@ def load_eth_data():
# 1. COBA ONLINE # 1. COBA ONLINE
try: try:
# auto_adjust=True -> Otomatis dapat Open, High, Low, Close, Volume yang bersih
df = yf.download( df = yf.download(
ticker, ticker,
start="2024-01-01", # Saya set 2020 agar grafik historisnya panjang start="2024-01-01",
end=date.today() + timedelta(days=1), end=date.today() + timedelta(days=1),
progress=False, progress=False,
auto_adjust=True, auto_adjust=True,

File diff suppressed because it is too large Load Diff