커뮤니티

예스랭귀지 Q&A

글쓰기
답변완료

문의 드립니다.

안녕하세요 ~ 현재 가격/또는 캔들이 아래의 2개 라인을 동시에 돌파하는 종목의 검색식을 부탁 드립니다. 1. (((highest(high,longPeriod)+lowest(low,longPeriod))/2 +BBandsDown(midPeriod,D1))/2 +daylow())/2 지표조건 shortPeriod 5 midPeriod 15 longPeriod 30 D1 2 2. (highest(high,midPeriod)+lowest(low,midPeriod) +highest(high,shortPeriod)+lowest(low,shortPeriod) +highest(high,longPeriod)+lowest(low,longPeriod))/6 지표조건 shortPeriod 8 midPeriod 24 longPeriod 49 감사합니다.
프로필 이미지
ikksoo
75
글번호 193743
검색
답변완료

검색식 부탁합니다

안녕하십니까~ 간단한 조건검색식 부탁 드립니다 **단기 EMA(5)**가 중기 EMA(15) 상향 돌파 (골든크로스) RSI(9) ≥ 55 (강세 진입 확인) 양봉 캔들 (종가 > 시가) 거래량 전일 대비 1.5배 이상 (수급 강화) 종가 > 슈퍼트렌드 (추세 확인 필터) 입니다
프로필 이미지
행복만땅
83
글번호 193742
종목검색
답변완료

시스템

안녕하세요 장시작후 현재가 이전 10봉이내에서 최고가을 상향돌파하면 매수 현재가 이전 10봉이내에서 최저가을 하향돌파하면 매도 시스템식 부탁드립니다 감사합니다
프로필 이미지
유인력11
60
글번호 193741
시스템
답변완료

종목검색 부탁드립니다.

매번 많은 도움을 받고 있습니다. 항상 감사드립니다. 첨부파일의 그림과 같이 슈퍼트랜드1(10.2)>슈퍼트랜드2(10.3)>슈퍼트랜드3(10.4)의 배열조건에서 아래처럼 종목검색을 했더니 배열과 관계없이 너무 많은 종목이 검색되었습니다. 수정부탁드리겠습니다. ............. 슈퍼트랜드 구문1 구문2 구문3 조건 = C >= SuperTrend1&&C>SuperTrend2&&C>SuperTrend3&& SuperTrend1 >= SuperTrend2&& SuperTrend2 >= SuperTrend3&& SuperTrend1 > SuperTrend3&& SuperTrend1[1]<SuperTrend1&& SuperTrend2[1]<SuperTrend2&& SuperTrend3[1]<SuperTrend3; if 조건 && 조건[1] == False Then Find(1);
프로필 이미지
벤치워머
79
글번호 193740
종목검색
답변완료

부틱드립니다

수고하십니다 아래수식을 예스지표로 부탁드립니다 1. S=sum(1); R=Rsi(기간);//14 u70=valuewhen(1,crossup(R,70),S); u50=valuewhen(1,crossDOWN(R,50),S); 순번조건=U70<u50 ; 조건= CountSince(순번조건 && !순번조건(1), Crossup(R,50))==1; valuewhen(1,조건 && !조건(1),O) ------------------------------------------ 2. S=sum(1); R=Rsi(기간);//14 u60=valuewhen(1,crossup(R,60),S); u70=valuewhen(1,crossup(R,70),S); 순번조건=U60<u70 ; 조건= CountSince(순번조건 && !순번조건(1), Crossdown(R,60))==2; 조건 && !조건(1) Text_new(------------- H,"▼" 표시) Text_New_Self(-----------------"▼" 표시) -------------------------------------- 3. S=sum(1); R=Rsi(기간);//14 u40=valuewhen(1,crossdown(R,40),S); u30=valuewhen(1,crossdown(R,30),S); 순번조건=U40<u30 ; 조건= CountSince(순번조건 && !순번조건(1), Crossup(R,30))==2; 조건 && !조건(1) Text_new(------------- L,"▲" 표시) Text_New_Self(-----------------"▲" 표시)
프로필 이미지
파생돌이
91
글번호 193739
지표
답변완료

검색식 부탁드립니다._(__)_

항상 도와주심에 감사드립니다._(__)_ 1. 아래의 수식을 종목검색식으로 변환 부탁드리고요 a = avg(c,20); crossup(c(2),a(2)) and o(2) < c(2) and o(1) > c(1) and (c(2)*0.95 <= c(1)) and (o(1)*0.97 <= c(1)) and o < c and highest(h,4,1) < c and highest(c,4,1) < c and v(2) > v(1) and v(1)*2 <= v and avg(v,5) >= 15000 2. 엔벨로프(20,10) 지지선과 아래의 수식의 이격이 5퍼센트이내일 때 높이 순서 상관없이 엔벨돌파종목 검색식도 부탁드립니다. var1 = macd(12,26); var2 = Sar(0.02,0.2); if var1 >= 0 and CrossUp(c,Var2) and C >= C[1]*1.03 and C > O Then value1 = (C+O)/2; if value1 > 0 and CrossUp(c,value1) Then Find(1);
프로필 이미지
한칼부르스
79
글번호 193738
종목검색
답변완료

변환 부탁드립니다

아래 수식 변환 부탁드립니다 A= C > O; B= C > C (1)*1.02; 조건 =A && Barssince(B) >= 3;
프로필 이미지
파크에버뉴
86
글번호 193737
종목검색
답변완료

변환 부탁 드립니다.

안녕 하세요. 항상 감사 드리고 있습니다. 키움의 신호 수식인데, 예스트레이더 검색식으로 변경 부탁 드립니다. ATR_BUY = ATR(c_buy); NLOSS_BUY = a_buy * ATR_BUY; TRAIL_BUY = IF(C > TRAIL_BUY(1) AND C(1) > TRAIL_BUY(1), MAX(TRAIL_BUY(1), C - NLOSS_BUY), IF(C < TRAIL_BUY(1) AND C(1) < TRAIL_BUY(1), MIN(TRAIL_BUY(1), C + NLOSS_BUY), IF(C > TRAIL_BUY(1), C - NLOSS_BUY, C + NLOSS_BUY))); ATR_SELL = ATR(c_sell); NLOSS_SELL = a_sell * ATR_SELL; TRAIL_SELL = IF(C > TRAIL_SELL(1) AND C(1) > TRAIL_SELL(1), MAX(TRAIL_SELL(1), C - NLOSS_SELL), IF(C < TRAIL_SELL(1) AND C(1) < TRAIL_SELL(1), MIN(TRAIL_SELL(1), C + NLOSS_SELL), IF(C > TRAIL_SELL(1), C - NLOSS_SELL, C + NLOSS_SELL))); LINREG_CLOSE = LinearRegressionValue(C, linreg_length, 0); SIGNAL_LINE = AVG(LINREG_CLOSE, signal_length); C > SIGNAL_LINE AND CROSSUP(EAVG(C, 1), SIGNAL_LINE) AND C>O; 지표변수 a_buy 2 c_buy 1 a_sell 2 c_sell 1 signal_length 7 linreg_length11
프로필 이미지
에다남
84
글번호 193736
종목검색
답변완료

변환 부탁드립니다.

트레이딩뷰 수식입니다. 변환 부탁 드립니다. //@version=6 strategy("Triangular Hull Moving Average [BigBeluga X PineIndicators]", "THMA [BigBeluga X PineIndicators]", overlay = true, commission_value = 0.01, slippage = 2, initial_capital = 1000, margin_long = 0, margin_short = 0, default_qty_value = 1) // INPUTS int len_ = input.int(40, "Length") float source = input.source(close, "Source") bool volat = input.bool(true, "Volatility", inline = "vola"), len_vol = input.int(15, "", inline = "vola") color_u = input.color(#16e5a0, "", inline = "colors") color_d = input.color(#741ddd, "", inline = "colors") // Neue Option: Entry Direction Auswahl entry_mode = input.string("Long & Short", "Trade Direction", options = ["Only Long", "Only Short", "Long & Short"]) // CALCULATIONS float volatility = ta.hma(high - low, len_vol) var string trend = "" vv = ta.percentile_nearest_rank(volatility, 1000, 100) vol = volatility / vv // THMA-Funktion thma(_src, _length) => ta.wma(ta.wma(_src, _length / 3) * 3 - ta.wma(_src, _length / 2) - ta.wma(_src, _length), _length) float thma = thma(source, len_) float thma1 = thma[2] bool signal_up = ta.crossover(thma, thma1) bool signal_dn = ta.crossunder(thma, thma1) switch signal_up => trend := "&#129153;" signal_dn => trend := "&#129155;" color = thma > thma1 ? color_u : color_d color1 = color atr = ta.atr(200) // PLOT plotcandle(thma, thma + volatility, thma1 - volatility, thma1, "", color.new(color1, volat ? 40 : 0), color.new(color1, volat ? 40 : 100), bordercolor = color.new(color1,0)) plotshape(signal_up ? thma1 - atr : na, "Up", shape.triangleup, location.absolute, color = color.new(color, 60), size = size.small, force_overlay = true) plotshape(signal_up ? thma1 - atr : na, "Up", shape.triangleup, location.absolute, color = color.new(color, 0), size = size.tiny, force_overlay = true) plotshape(signal_dn ? thma1 + atr : na, "Dn", shape.triangledown, location.absolute, color = color.new(color, 60), size = size.small, force_overlay = true) plotshape(signal_dn ? thma1 + atr : na, "Dn", shape.triangledown, location.absolute, color = color.new(color, 0), size = size.tiny, force_overlay = true) if barstate.islast dash = table.new(position.bottom_right, 10, 10, bgcolor = color.new(chart.fg_color, 90), border_color = chart.bg_color, border_width = 5) dash.cell(0, 0, "Trend: " + trend, text_color = trend == "&#129155;" ? color_d : color_u) dash.cell(0, 1, "Volatility: " + str.tostring(vol * 100, format.percent), text_color = chart.fg_color) // Entry- und Close-Logik bool allow_long = entry_mode == "Only Long" or entry_mode == "Long & Short" bool allow_short = entry_mode == "Only Short" or entry_mode == "Long & Short" // Long & Short-Modus: Positions er&#246;ffnen if signal_up and allow_long strategy.entry("Long", strategy.long) if signal_dn and allow_short strategy.entry("Short", strategy.short) // Spezielle Schließlogik f&#252;r "Only Long" und "Only Short" if entry_mode == "Only Long" // Bei Short-Signal bestehende Long-Position schließen if signal_dn strategy.close("Long") if entry_mode == "Only Short" // Bei Long-Signal bestehende Short-Position schließen if signal_up strategy.close("Short")
프로필 이미지
다올
108
글번호 193735
지표
답변완료

문의 드립니다

1일의 전일저가라인이 3일에도 그대로 적용되는데 3일에 2일의 저가라인 표시를 정확히 하는 법 부탁드립니다. 지표는 시고저라인 n(1)로 적용했읍니다.
프로필 이미지
lacl
80
글번호 193734
지표