This commit is contained in:
dsyoon
2025-08-07 11:46:22 +09:00
parent d595b53416
commit edf8185d8c

View File

@@ -226,6 +226,8 @@ def check_buy_point(data, simulation=None):
"""
# 매수 포인트 탐지 및 표시
# 데이터 복사본 생성하여 SettingWithCopyWarning 방지
data = data.copy()
# 'buy_point' 열 초기화
data['buy_signal'] = ''
data['buy_point'] = 0