From 60ef3cd29959601fcc3e3f4ad0c95a053b74fa2e Mon Sep 17 00:00:00 2001 From: dsyoon Date: Thu, 7 Aug 2025 13:16:24 +0900 Subject: [PATCH] init --- stock_simulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_simulation.py b/stock_simulation.py index cbcc9d7..1f0bf54 100644 --- a/stock_simulation.py +++ b/stock_simulation.py @@ -503,7 +503,7 @@ def run_simulation(symbol: str, interval_minutes: int, days: int = 30): if __name__ == "__main__": interval = 60 days = 90 # 분석 기간을 90일로 늘림 (6월~8월 데이터 포함) - #target_coins = ['ADA','APE','ARB','BONK','HBAR','LINK','ONDO','PEPE','SEI','SHIB','STORJ','SUI','TON','TRX','WLD','XLM','XRP'] + #target_coins = ['ADA','APE','ARB','BONK','HBAR','LINK','ONDO','PEPE','POL','SEI','SHIB','STORJ','SUI','TON','TRX','WLD','XLM','XRP'] target_coins = ['POL'] # 그래프 표시 여부 설정 (성능 향상을 위해 기본값은 False)