Files
kis_bot/CONVENTIONS.md
Your Name 61bec4bd1d feat: Add DART strategy and related configurations
ㅇ
Changes:
- Introduced the DART strategy to the trading system, including its configuration and integration into the existing framework.
- Updated the database schema to include DART-specific tables for disclosures and watchlists.
- Enhanced the backtesting and parameter search functionalities to support the DART strategy.
- Implemented new rules for browser verification and API interactions to ensure compliance with the updated DART strategy.

Impact:
- These additions expand the trading capabilities of the system, allowing for more comprehensive analysis and execution of DART-related strategies, while maintaining system integrity and performance.
2026-07-21 07:50:24 +09:00

13 lines
1.1 KiB
Markdown

전체 소스 유지: 모든 코드는 //...생략 없이 **전체 소스(Full Source)**로 제공하며, 기존의 함수형/절차적 구조와 주석, 로거를 절대 수정하거나 삭제하지 않는다.
하드코딩 절대 금지: 모든 수치(임계값, 비율 등)는 하드코딩하지 말고 반드시 get_env_float/int/bool()을 사용하여 환경변수나 DB에서 불러오도록 작성한다.
안정성 우선: 모든 매매 로직에는 필수적으로 **손절(Stop-loss)**과 예외 처리를 포함하며, 데이터(JSON)는 이벤트 발생 즉시 저장(Atomic Save)한다.
효율적 아키텍처: 모든 API 요청은 SafeRequest를 상속받아 429 에러 재시도 로직을 포함하며, 무거운 연산은 스캔(Scan) 단계가 아닌 매수 타점(Trigger) 단계에서 실행한다.
검증 후 출력: 코드 출력 전 1)손절 로직 유무 2)API 호출 제한 준수 3)기존 로직과의 기능 동일성을 스스로 검토한 후 최종 결과를 한국어로 출력한다.
한국어로만 답해.
.aider.conf.yml 내용은 수정하지 마.