변환 부탁드립니다.
//@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)