커뮤니티

예스랭귀지 Q&A

글쓰기
답변완료

부탁드립니다.

시가가 Pivot 2차저항 -1%~1% 근접 혹시 -1%가 안되면 ((시가가 Pivot 2차저항 1% 근접) OR (저가가 Pivot 2차저항 1% 근접))
프로필 이미지
다툼
2024-12-27
516
글번호 186674
종목검색
답변완료

지표 질문입니다

1. 틱 차트에서 동시 호가부터 9시 30분까지 다음 수식을 표시한다 var1=daylow-(dayopen-daylow); var2=dayhigh+(dayhigh-dayopen); var3=dayopen-(dayhigh-dayopen)*3; var4=dayopen+(dayopen-daylow)*3; plot1(var1); plot2(var2); plot3(var3); plot4(var4); 2. 틱 차트에서 볼린저 밴드 중심 밴드를 종가로 붕괴시키면 20캔들 고가(A)를 표시한다 볼린저 밴드 중심 밴드를 종가로 붕괴시키면 20캔들 저가(B)를 표시한다 A 고가 가운데 당일 중 최고로 높은 가격(C)를 표시한다 A 고가 가운데 당일 중 두번째 높은 가격(D)를 표시한다 D-(C-D) 위치를 표시한다 B-(D-B) 위치를 표시한다 B-(C-B) 위치를 표시한다 3. 틱 차트에서 볼린저 밴드 중심 밴드를 종가로 돌파시키면 20캔들 저가(A)를 표시한다 볼린저 밴드 중심 밴드를 종가로 돌파시키면 20캔들 고가(B)를 표시한다 A 저가 가운데 당일 중 최저로 낮은 가격(C)를 표시한다 A 저가 가운데 당일 중 두번째 낮은 가격(D)를 표시한다 D+(D-C) 위치를 표시한다 B+(B-D) 위치를 표시한다 B+(B-C) 위치를 표시한다 감사합니다
프로필 이미지
para
2024-12-27
531
글번호 186673
지표
답변완료

수식문의 드립니다.

문의 드립니다. 1. 아래처럼 단순하게 cci(50)선이 기준선(0)을 이탈하였다가 기준선을 재돌파 할때마다 n번 분할매수 후 일괄매도(2% 수익후) 하려고 합니다. 일괄매도 수식이 필요합니다. 1-1.분할 매수시 앞전 매수시점 가격보다 낮으면 매입수량이 2배씩 증가하는 수식도 부탁드립니다. (예를들어 앞전 매수시점 가격보다 현 매수가가 낮으면 앞전 2배매수, 높으면 1배매수 이렇게 가능할까요? 매수가가 낮아 질수록 1배 2배 4배 이렇게 (n회)이내 이렇게요 가능하면 꼭 좀 부탁드립니다. 2. if MarketPosition == 1 Then { ExitLong("Bp",AtLimit,AvgEntryPrice*(1+percent/100)); } 위 매도수식을 다른 일반 조건 매도 부분에 대체하니 결과값이 안나옵니다. 왜 그런지요? 아래1번 Input : Period1(50),Period2(9); var : CCIv(0),CCIsig(0),count(0); CCIv = CCI(Period1); CCIsig = ema(CCIv,Period2); if CrossDown(cciv,0)Then count = 0; if CrossUp(cciv,0) Then { count = count+1; if count == 1 Then Buy("b1"); if count == 2 Then Buy("b2"); if count == 3 Then Buy("b3"); if count == 4 Then Buy("b4"); } 1. **분할 매수후 일괄매도 수식 자리
프로필 이미지
정도령7
2024-12-27
542
글번호 186672
시스템
답변완료

수식요청

안녕하세요 늘 도움 감사합니다 현재 진행 캔들의 시간을 표시 할 수 있으면 부탁드립니다. 캔들이 3분 차트이면 현재 진행 봉의 표시...그림처럼
프로필 이미지
알리섬
2024-12-27
541
글번호 186671
지표
답변완료

문의드립니다

10틱차트에서 최근 5분간 누적 봉갯수 10틱차트에서 최근 5분간 누적 거래대금 두 지표 문의드립니다
프로필 이미지
파인애플
2024-12-27
569
글번호 186670
지표
답변완료

수식 부탁드립니다

수고하십니다 아래수식은 30분봉기준으로 5분봉에서 30분봉시스템 신호가 나올수 있도록 수식부탁 드립니다. input : 익절(300),손절(36),k(100),k1(100),s(20),s1(20); Buy("b",AtStop,h[s]+PriceScale*k); Sell("s",AtStop,l[s1]-PriceScale*k1); SetStopProfittarget(익절,PointStop); SetStopLoss(손절,PointStop); 감사합니다
프로필 이미지
네온0609
2024-12-27
545
글번호 186669
시스템
답변완료

수고하십니다

올해도 수고 많으셨습니다 새해에복많이 받으시고 행복한 한해 되세요 변환 부탁드려요 길면 채널만이라도 부탁드립니다 indicator("Future Trend Channel [ChartPrime]", overlay = true, max_lines_count = 500) // --------------------------------------------------------------------------------------------------------------------} // &#120400;&#120398;&#120384;&#120397; &#120388;&#120393;&#120395;&#120400;&#120399;&#120398; // --------------------------------------------------------------------------------------------------------------------{ int length = input.int(100, "Trend Length") float multi = input.float(3, "Channel Width", step = 0.1) int extend = input.int(50, "Index of future price") color color_up = input.color(#16d897, "Up", inline = "Colors") color color_dn = input.color(#da853f, "Dn", inline = "Colors") float atr = ta.highest(ta.atr(200), 100) // UDT ------------------------------>> type channel line line_mid1 = na line line_mid2 = na line line_top1 = na line line_top2 = na line line_low1 = na line line_low2 = na var c = channel.new(line(na), line(na), line(na), line(na), line(na), line(na)) // --------------------------------------------------------------------------------------------------------------------} // &#120388;&#120393;&#120383;&#120388;&#120382;&#120380;&#120399;&#120394;&#120397; &#120382;&#120380;&#120391;&#120382;&#120400;&#120391;&#120380;&#120399;&#120388;&#120394;&#120393;&#120398; // --------------------------------------------------------------------------------------------------------------------{ future_price(x1,x2,y1,y2,index)=> float slope = (y2-y1)/(x2-x1) float future_price = y1 + slope * (index - x1) style = switch y1 > y2 =>label.style_label_lower_left =>label.style_label_upper_left label.new(index, future_price, text = str.tostring(future_price, "Future Price: ₩n #.#"), color = color.new(chart.fg_color, 80), textcolor = chart.fg_color, style = style) trend(length)=> var trend = bool(na) float sma = ta.sma(close, length) float upper = sma + atr float lower = sma - atr bool signal_up = ta.crossover(close, upper) bool signal_dn = ta.crossunder(close, lower) if signal_up trend := true if signal_dn trend := false trend bool trend = trend(length) remove_lines(trend)=> if trend and not trend[1] c.line_mid2 := line(na) c.line_top2 := line(na) c.line_low2 := line(na) if not trend and trend[1] c.line_mid1 := line(na) c.line_top1 := line(na) c.line_low1 := line(na) color_lines(line_m, line_t, line_l, color, label)=> var color_lines = color if color == color_up ? line_m.get_y1() <= line_m.get_y2() : line_m.get_y1() >= line_m.get_y2() color_lines := color line_m.set_color(color_lines) line_l.set_color(color_lines) line_t.set_color(color_lines) line_m.set_style(line.style_solid) line_t.set_style(line.style_solid) line_l.set_style(line.style_solid) label.set_color(label, color_lines) if color == color_up ? line_m.get_y1() >= line_m.get_y2() : line_m.get_y1() <= line_m.get_y2() color_lines := chart.fg_color line_m.set_color(color_lines) line_t.set_color(color_lines) line_l.set_color(color_lines) line_m.set_style(line.style_dashed) line_t.set_style(line.style_dashed) line_l.set_style(line.style_dashed) label.set_color(label, color.new(color_lines, 100)) label.set_size(label, size.tiny) linefill.new(line_l, line_t, color.new(color_lines, 90)) draw_channel(trend)=> var label_up = label(na) var label_dn = label(na) var label_m = label(na) series float src = hl2 series float low_src = src - atr * multi series float high_src = src + atr * multi // -> New Lines if trend and not trend[1] label_up := label.new(bar_index, low_src, style = label.style_diamond) c.line_mid1 := line.new(bar_index, src, bar_index, src) c.line_top1 := line.new(bar_index, high_src, bar_index, high_src) c.line_low1 := line.new(bar_index, low_src, bar_index, low_src) c.line_mid2.set_xy2(bar_index, src) c.line_top2.set_xy2(bar_index, high_src) c.line_low2.set_xy2(bar_index, low_src) if not trend and trend[1] label_dn := label.new(bar_index, high_src, style = label.style_diamond) c.line_mid2 := line.new(bar_index, src, bar_index+2, src) c.line_top2 := line.new(bar_index, high_src, bar_index, high_src) c.line_low2 := line.new(bar_index, low_src, bar_index, low_src) c.line_mid1.set_xy2(bar_index, src) c.line_top1.set_xy2(bar_index, high_src) c.line_low1.set_xy2(bar_index, low_src) // Extend if trend label.delete(label_m) c.line_mid2.set_extend(extend.none) c.line_top2.set_extend(extend.none) c.line_low2.set_extend(extend.none) c.line_mid1.set_extend(extend.right) c.line_top1.set_extend(extend.right) c.line_low1.set_extend(extend.right) c.line_mid1.set_xy2(bar_index, ta.sma(src, 20)) c.line_top1.set_xy2(bar_index, ta.sma(high_src, 20)) c.line_low1.set_xy2(bar_index, ta.sma(low_src, 20)) label_m := future_price(c.line_mid1.get_x1(), c.line_mid1.get_x2(), c.line_mid1.get_y1(), c.line_mid1.get_y2(), bar_index+extend) if not trend label.delete(label_m) c.line_mid1.set_extend(extend.none) c.line_top1.set_extend(extend.none) c.line_low1.set_extend(extend.none) c.line_mid2.set_extend(extend.right) c.line_top2.set_extend(extend.right) c.line_low2.set_extend(extend.right) c.line_mid2.set_xy2(bar_index, ta.sma(src, 20)) c.line_top2.set_xy2(bar_index, ta.sma(high_src, 20)) c.line_low2.set_xy2(bar_index, ta.sma(low_src, 20)) label_m := future_price(c.line_mid2.get_x1(), c.line_mid2.get_x2(), c.line_mid2.get_y1(), c.line_mid2.get_y2(), bar_index+extend) color_lines(c.line_mid1, c.line_top1, c.line_low1, color_up, label_up) color_lines(c.line_mid2, c.line_top2, c.line_low2, color_dn, label_dn) remove_lines(trend) // --------------------------------------------------------------------------------------------------------------------} // &#120401;&#120388;&#120398;&#120400;&#120380;&#120391;&#120388;&#120405;&#120380;&#120399;&#120388;&#120394;&#120393; // --------------------------------------------------------------------------------------------------------------------{ draw_channel(trend) // --------------------------------------------------------------------------------------------------------------------}
프로필 이미지
비듬싸순
2024-12-27
643
글번호 186664
지표
답변완료

수식 부탁드립니다

날이추운데 감기조심하십시요. 종목검색식 부탁드리겠습니다. 선생님 S1 = eavg((C-C(Period))/C(Period)*100, maPeriod); R=RSI(9); CrossUP(S1, 0) && R>30 Period 60 maPeriod 120 항상 감사드립니다.
프로필 이미지
잔차
2024-12-27
635
글번호 186663
종목검색

살빼고싶다 님에 의해서 삭제되었습니다.

프로필 이미지
살빼고싶다
2024-12-27
64
글번호 186662
검색
답변완료

문의드립니다.

안녕하세요. 선물 1분봉 차트에서 위 그림의 조건 만족하면 1. 반등고점 빨강선을 100봉 동안 출력 2. 조정저점 파랑선을 100봉 동안 출력 수고하세요.
프로필 이미지
land22
2024-12-27
498
글번호 186661
지표