차트 캔들 수 축소 — desktop 53 / mobile 14

이전: desktop 200 / mobile 53 (mobile 비율 = 53/200 ≈ 26.5%)
이후: desktop 53 / mobile 14 (= 53 × 26.5%, 동일 비율 유지)

요건: "모바일 토글 off 시 기존 mobile 캔들 수, mobile 토글 시 동일
비율로 추가 축소". 비율 보존하면서 전체 축소.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
ILSEON-RYU
2026-05-05 00:10:02 +09:00
parent d49ac84fa2
commit c72046909b
+2 -1
View File
@@ -1014,7 +1014,8 @@ def main():
with col5d:
mobile_mode = st.checkbox("모바일", value=False)
candle_limit = 53 if mobile_mode else 200
# 데스크톱: 53 (기존 모바일 캔들 수). 모바일: 14 (= 53 × 53/200, 기존 비율 유지)
candle_limit = 14 if mobile_mode else 53
with alert_state.alert_lock:
alert_state.alert_symbol = symbol