커뮤니티

예스랭귀지 Q&A

글쓰기
답변완료

수식 변환을 부탁드려요

다음 TradingView 수식을 YesTrader로 부탁드립니다. // &#169; BigBeluga //@version=6 indicator("Peak Reaction Zones [BigBeluga]", overlay = true, max_labels_count = 500, max_bars_back = 500) var high_i = int(na) var high_v = float(na) var low_i = int(na) var low_v = float(na) // INPUTS ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――{ lookback = input(72) multiplier = input.float(1, "Zones Width", step = 0.1, inline = "h/l") high_col = input.color(color.red, "", inline = "h/l") low_col = input.color(color.lime, "", inline = "h/l") // } // CALCULATIONS――――――――――{ highest = ta.highest(lookback) lowest = ta.lowest(lookback) atr = ta.atr(200) * multiplier if high[1] == highest[1] and high < highest high_i := bar_index-1 high_v := high[1] if low[1] == lowest[1] and low > lowest low_i := bar_index-1 low_v := low[1] draw_zone(x, y, h_l, color)=> dist = h_l ? -atr : atr line.delete(line.new(x, y, bar_index, y, color = color, style = line.style_solid, width = 2)[1]) line.delete(line.new(x+3, y+dist, bar_index, y+dist, color = color, style = line.style_dashed)[1]) label.delete(label.new(bar_index, y, str.tostring(y, "#,###.####"), color = color(na), style = label.style_label_left, textcolor = color)[1]) // } // PLOT // CALCULATIONS――――――――――{ if barstate.islast size = bar_index - (high_i > low_i ? low_i : high_i) draw_zone(high_i, high_v, true, high_col) draw_zone(low_i, low_v, false, low_col) mid = math.avg(high_v, low_v) mid_index = bar_index - size/2 line.delete(line.new(mid_index, mid, bar_index, mid, color = chart.fg_color, style = line.style_dashed)[1]) label.delete(label.new(bar_index, mid, str.tostring(mid, "#,###.####"), color = color(na), style = label.style_label_left, textcolor = chart.fg_color)[1]) for i = 0 to size index = bar_index-i-2 if low[i+3] > low_v+atr and low[i+2] < low_v+atr and high[i+1] > low_v+atr and index > low_i label.new(index, low[i+2], "", style = label.style_label_up, color = low_col, size = size.tiny) if high[i+3] < high_v-atr and high[i+2] > high_v-atr and low[i+1] < high_v-atr and index > high_i label.new(index, high[i+2], "", style = label.style_label_down, color = high_col, size = size.tiny) // }
프로필 이미지
고도산
2025-03-18
404
글번호 189307
지표

우유 님에 의해서 삭제되었습니다.

프로필 이미지
우유
2025-03-18
24
글번호 189306
시스템
답변완료

질문있어요

차트에서 종목선택-참조에 보면 각 주체별로 콜 풋 옵션의 순매수량을 볼 수 있는데요 위클리 콜 풋 옵션의 순매수량은 보이지 않아서 어디서 볼 수 있는지요? 볼 수 없다면 위클리 옵션에 대한 사항들 (각 주체별 순매수량, 금액)을 추가할 계획이 있으신지요?
프로필 이미지
a3306
2025-03-18
238
글번호 189305
종목검색
답변완료

수식 부탁드립니다

항상 감사드립니다' 60거래일안에 주가가 100프로이상 상승했다가 조정받는 종목중 1번 지수 120일선 5프로이상 접근했다가 반등하는 종목검색하는수식 2번 지수 120일선 터치하고 반등하는 종목검색하는 수식 3번 지수 120일선 다운크로스했다가 돌파하는 종목검색하는 수식 각각의 종목 검색식을 부탁드립니다. 항상 감사드립니다.
프로필 이미지
잔차
2025-03-18
275
글번호 189302
종목검색
답변완료

지표 부탁드려요

*지표 수식인데 변환부탁드립니다.(보조지표로 활용하고자합니다) 수식1) 빨간색상으로 표시-막대모양 if( (high==low), 0, volume*(close-low)/(high-low)) 수식2) 파란색상으로 표시-막대모양 if( (high==low), 0, volume*(high-close)/(high-low)) ---->한막대모양에 수식1 과 수식2 가 같이 표시
프로필 이미지
일지매7
2025-03-18
345
글번호 189298
지표

사공하늘 님에 의해서 삭제되었습니다.

프로필 이미지
사공하늘
2025-03-18
181
글번호 189295
검색
답변완료

수식부탁드립니다.

엘벨로프 위에서 음봉2개 나온 종목을 검색해서 찾고 싶습니다.
프로필 이미지
이카나
2025-03-18
308
글번호 189293
종목검색
답변완료

돌파 조건 검색식 부탁 합니다

S선=avg((highest(high,기간)),기간) 지표조건 기간 240 1차저항선 2*((predayhigh()+predaylow()+predayclose())/3)-predaylow() 2c차저항선 (predayhigh()+predaylow()+predayclose())/3 +predayhigh()-predaylow() 분봉에서 1차저항선 S선 2차저항선 배열에서 S선 돌파 검색식 부탁드립니다
프로필 이미지
님이랑
2025-03-18
296
글번호 189292
종목검색
답변완료

갭보정 지표 설정부탁드립니다.

갭보정 지표 설정 부탁드립니다. 전전일 종가보다 전일종가가 크면 전일저가에 라인. 전전일 종가보다 전일종가가 작으면 전일고가에 라인.을 긋는 지표를 갭보정으로 해서 설정부탁드립니다. 미리 감사드립니다.
프로필 이미지
현이아빠
2025-03-18
266
글번호 189291
지표
답변완료

돌파 조건 검색식 부탁 합니다

A=ATR(A_period); UPT=eavg(가격+A*ratio,기간); dnt=eavg(가격-A*ratio,기간); CC=CCi(period); turn= if(CC>=0&&dnt>dnt(1),1, if(CC<0&&upt<upt(1),-1,0)); 라인=if(turn==-1,upt,dnt); D=valuewhen(1,turn==1 OR turn==-1,라인) 지표조건 A_period 26 period 20 ratio 1 가격 (H+L)/2 기간 5 S=avg((highest(high,기간)),기간) 지표 조건 기간 240 2차저항(predayhigh()+predaylow()+predayclose())/3 +predayhigh()-predaylow() 분봉에서 D가 S OR 2차저항 돌파 검색식 부탁 드립니다
프로필 이미지
님이랑
2025-03-18
290
글번호 189290
종목검색