From 4e5062931e6bb2127a6bc011a0596a08790def3a Mon Sep 17 00:00:00 2001 From: dsyoon Date: Sun, 31 Aug 2025 09:42:30 +0900 Subject: [PATCH] init --- simulation_1h.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simulation_1h.py b/simulation_1h.py index 50bc64b..bfaf3d6 100644 --- a/simulation_1h.py +++ b/simulation_1h.py @@ -1,4 +1,3 @@ -from dateutil.relativedelta import relativedelta import pandas as pd import yfinance as yf import plotly.graph_objs as go @@ -301,7 +300,8 @@ if __name__ == "__main__": sim = Simulation() interval = 60 days = 90 - target_coins = ['XRP'] + target_coins = KR_COINS + #target_coins = ['XRP'] show_graphs = True for symbol in target_coins: print(f"\n=== {symbol} 저점 기간 분석 시작 ===")