[2026-05-15] 작업 스케줄러 자동화 + main.py 타이밍 수정
- scripts/run_morning.ps1: claude_morning 실행 스크립트 - scripts/run_bot.bat: 매매봇 실행 스크립트 - scripts/setup_scheduler.ps1: 작업 스케줄러 등록 스크립트 - app/main.py: AI 컨텍스트 로드 타이밍 08:05→08:30으로 수정 (claude_morning이 08:15 시작해 08:30 전에 완료되므로) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
REM 매매 봇 실행 스크립트
|
||||
REM 작업 스케줄러에서 07:55에 실행 (평일)
|
||||
|
||||
cd /d "C:\Users\whdwo\OneDrive\바탕 화면\stockbot_v3"
|
||||
python app\main.py
|
||||
Reference in New Issue
Block a user