커뮤니티

수식 부탁드립니다

프로필 이미지
사노소이
2025-06-18 01:50:58
156
글번호 191832
답변완료
변환 부탁드립니다. //@version=5 indicator("RTH/ETH Background", overlay = true, max_lines_count = 40) showSessionBg = input.bool(false, "Show RTH/ETH Background") rthStart = timestamp("America/New_York", year, month, dayofmonth, 9, 30) rthEnd = timestamp("America/New_York", year, month, dayofmonth, 17, 0) isRTH = time >= rthStart and time < rthEnd bgcolor(showSessionBg ? (isRTH ? color.new(color.blue, 85) : color.new(color.red, 85)) : na)
지표
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2025-06-18 11:11:45

안녕하세요 예스스탁입니다. 올려주신 내용은 변환이 가능하지 않습니다. 즐거운 하루되세요 > 사노소이 님이 쓴 글입니다. > 제목 : 수식 부탁드립니다 > 변환 부탁드립니다. //@version=5 indicator("RTH/ETH Background", overlay = true, max_lines_count = 40) showSessionBg = input.bool(false, "Show RTH/ETH Background") rthStart = timestamp("America/New_York", year, month, dayofmonth, 9, 30) rthEnd = timestamp("America/New_York", year, month, dayofmonth, 17, 0) isRTH = time >= rthStart and time < rthEnd bgcolor(showSessionBg ? (isRTH ? color.new(color.blue, 85) : color.new(color.red, 85)) : na)