커뮤니티

예스랭귀지 Q&A

글쓰기
답변완료

12등분선 수식

늘 감사합니다data2의 당일 12등분선 수식을 구합니다. 시작시간을 넣어 주세요. 감사합니다.
프로필 이미지
상암동
2025-12-19
91
글번호 229201
지표
답변완료

부탁드립니다

1
프로필 이미지
님이랑
2025-12-19
79
글번호 229195
종목검색
답변완료

문의 드립니다.

안녕하세요 요청 사항에 대하여 친절하게 회신 주셔서 항상 감사드립니다. RSI(5)가 70 이상일때, 현재 가격(또는 캔들)이 아래의 1번 라인과 2번라인을 동시에 같이 돌파하는 종목의 검색식을 부탁 드립니다. 1번라인 ( ZLMA ).myEMA = eavg(C, 기간);correction = C + (C - myEMA);eavg(correction, 기간)지표조건 ( 기간 : 15 )2번라인.A=avg(c,17);ATR=avg(max(max(h-L,abs(c(1)-h)),abs(c(1)-L)),17);B=ATR*2;D=A+B;E=Bbandsup(17,2);e1=crossup(E,D);e2=crossdown(E,D);e3=crossdown(c,E);valuewhen(1,e1 or e2 or e3,o)감사합니다.
프로필 이미지
ikksoo
2025-12-19
76
글번호 229194
종목검색
답변완료

종목검색식 부탁드립니다

M = BBandsUP(20, 2);LL = Lowest(M, 기간);HH = Highest(M, 기간);NL = Valuewhen(1, M<LL(1),M);Valuewhen(1,BarsSince(M<LL(1))==(기간-k),NL);CrossUp(C,NL)기간 :10M:2종목검색식 부탁드립니다
프로필 이미지
골든도라도
2025-12-19
68
글번호 229193
종목검색
답변완료

종목검색식 요청드립니다.

아래와 같이 요청드립니다.1. 주봉의 10이평선을 일봉에 표시하는 지표수식2. N봉이내에 1번 라인을 돌파(종가기준)한 종목을 검색하는 검색식항상 많은 도움에 감사드립니다.
프로필 이미지
onlypsn
2025-12-19
56
글번호 229189
종목검색
답변완료

지표 부탁드립니다.

1. 이격도 20 이격도 60 기준선 100 (이격도 20, 60 같이 지표 표현) 이격도 지표 부탁드려요
프로필 이미지
일지매7
2025-12-19
87
글번호 229188
지표
답변완료

조건검색색식 부탁드립니다

안녕하세요아래수식은 키움에서 쓰고 있는 A수식선 인데요항상 전일자 기준으로 1분봉에서 지수60이평선을 캔들고가가 아래 A수식선을 골든크로스 할때를 성과검증을 위해 특정 시간과 분( 예를들어 2025년11월18일 9시23분)을 변수입력창에 입력하여 종목들이 검색되는 검색식을 알려주시면 감사하겠습니다 ^^ 더 좋은 방법도 부탁드립니다^^ 감사합니다상 = Valuewhen(1, Highest(V, 기간)==V,H);하 = Valuewhen(1, Highest(V, 기간)==V,L);시 = Valuewhen(1, Highest(V, 기간)==V,O);종 = Valuewhen(1, Highest(V, 기간)==V,C);(상+하)/2
프로필 이미지
감땡
2025-12-19
63
글번호 229185
종목검색
답변완료

수식 문의 드립니다

프로그램 수식 문의 드립니다. 1) 매수: 5이평선 상향시 매수 1510시 매수 청산2) 매도 : 5이평선 하향시 매도 1510시 매도 청산
프로필 이미지
기관장
2025-12-19
55
글번호 229177
시스템
답변완료

검색식 문의 드립니다. _( _ _)_

항상 도와주심에 감사드립니다._(_ _)_아래의 수식은 지난번에 알려주신 상한가 5봉전에 상한가+와 520골든크로스 나온 종목을 0봉전에서 시가 ,몸통중심, 종가를 각각 돌파하는 종목 검색식 내용인데 검색이 되지 않습니다. 확인 좀 부탁드립니다.그리고 10봉전에서 6봉전까지 상한가가 2번 나오고(마지막 상한가 종가가 첫 상한가보다 더 커야 합니다) 0봉전에 1~4봉전 최고음봉시가를 돌파하는 종목 검색식, 최저음봉시가를 돌파하는 검색식 도 부탁드립니다. 번거롭게 해서 죄송합니다. 2-1 시가돌파 var : 상한가(0), UpLimit(0); var : up1(0), up2(0), up3(0), up4(0), up5(0),up6(0),Up7(0); if date >= 19981207 then { if date < 20050328 && CodeCategory() == 2 then UpLimit = (BP[0] * 1.12); Else if date >= 20050328 and date < 20150615 Then UpLimit = (BP[0] * 1.15); Else UpLimit = (BP[0] * 1.30); if CodeCategory() == 2 then { if date >= 20030721 then { up1 = int(UpLimit/100+0.00001)*100; up2 = int(UpLimit/100+0.00001)*100; up3 = int(UpLimit/100+0.00001)*100; up4 = int(UpLimit/50+0.00001)*50; up5 = int(UpLimit/10+0.00001)*10; up6 = int(UpLimit/5+0.00001)*5; up7 = int(UpLimit/1+0.00001)*1; } else { up1 = int(UpLimit/1000+0.00001)*1000; up2 = int(UpLimit/500+0.00001)*500; up3 = int(UpLimit/100+0.00001)*100; up4 = int(UpLimit/50+0.00001)*50; up5 = int(UpLimit/10+0.00001)*10; up6 = int(UpLimit/10+0.00001)*10; up7 = int(UpLimit/1+0.00001)*1; } } Else { up1 = int(UpLimit/1000+0.00001)*1000; up2 = int(UpLimit/500+0.00001)*500; up3 = int(UpLimit/100+0.00001)*100; up4 = int(UpLimit/50+0.00001)*50; up5 = int(UpLimit/10+0.00001)*10; up6 = int(UpLimit/5+0.00001)*5; up7 = int(UpLimit/1+0.00001)*1; } if CodeCategory() == 1 || CodeCategory() == 2 then { if sdate < 20101004 Then{ If BP >= 500000 Then 상한가 = up1; Else If BP >= 100000 Then 상한가 = iff(up2>=500000, up1, up2); Else If BP >= 50000 Then 상한가 = iff(up3>=100000, up2, up3); Else If BP >= 10000 Then 상한가 = iff(up4>=50000, up3, up4); Else If BP >= 5000 Then 상한가 = iff(up5>=10000, up4, up5); Else If BP >= 1000 Then 상한가 = iff(up5>=5000, up5, up6); Else 상한가 = iff(up6>=1000, up6, up6); } Else{ If BP >= 500000 Then 상한가 = up1; Else If BP >= 100000 Then 상한가 = iff(up2>=500000, up1, up2); Else If BP >= 50000 Then 상한가 = iff(up3>=100000, up2, up3); Else If BP >= 10000 Then 상한가 = iff(up4>=50000, up3, up4); Else If BP >= 5000 Then 상한가 = iff(up5>=10000, up4, up5); Else If BP >= 1000 Then 상한가 = iff(up5>=5000, up5, up6); Else 상한가 = iff(up6>=1000, up6, up7); } } else if CodeCategory() == 8 || CodeCategory() == 9 then { // ETF 상한가 = up6; } } var1 = ma(C,5); var2 = ma(C,20); Condition1 = H == 상한가 and CrossUp(var1,var2); if Condition1 == true Then { value1 = O; value2 = (C+O)/2; value3 = C; } if Condition1[5] == true and CrossUp(C,value1) Then Find(1); 2-3 몸통중심돌파 var : 상한가(0), UpLimit(0); var : up1(0), up2(0), up3(0), up4(0), up5(0),up6(0),Up7(0); if date >= 19981207 then { if date < 20050328 && CodeCategory() == 2 then UpLimit = (BP[0] * 1.12); Else if date >= 20050328 and date < 20150615 Then UpLimit = (BP[0] * 1.15); Else UpLimit = (BP[0] * 1.30); if CodeCategory() == 2 then { if date >= 20030721 then { up1 = int(UpLimit/100+0.00001)*100; up2 = int(UpLimit/100+0.00001)*100; up3 = int(UpLimit/100+0.00001)*100; up4 = int(UpLimit/50+0.00001)*50; up5 = int(UpLimit/10+0.00001)*10; up6 = int(UpLimit/5+0.00001)*5; up7 = int(UpLimit/1+0.00001)*1; } else { up1 = int(UpLimit/1000+0.00001)*1000; up2 = int(UpLimit/500+0.00001)*500; up3 = int(UpLimit/100+0.00001)*100; up4 = int(UpLimit/50+0.00001)*50; up5 = int(UpLimit/10+0.00001)*10; up6 = int(UpLimit/10+0.00001)*10; up7 = int(UpLimit/1+0.00001)*1; } } Else { up1 = int(UpLimit/1000+0.00001)*1000; up2 = int(UpLimit/500+0.00001)*500; up3 = int(UpLimit/100+0.00001)*100; up4 = int(UpLimit/50+0.00001)*50; up5 = int(UpLimit/10+0.00001)*10; up6 = int(UpLimit/5+0.00001)*5; up7 = int(UpLimit/1+0.00001)*1; } if CodeCategory() == 1 || CodeCategory() == 2 then { if sdate < 20101004 Then{ If BP >= 500000 Then 상한가 = up1; Else If BP >= 100000 Then 상한가 = iff(up2>=500000, up1, up2); Else If BP >= 50000 Then 상한가 = iff(up3>=100000, up2, up3); Else If BP >= 10000 Then 상한가 = iff(up4>=50000, up3, up4); Else If BP >= 5000 Then 상한가 = iff(up5>=10000, up4, up5); Else If BP >= 1000 Then 상한가 = iff(up5>=5000, up5, up6); Else 상한가 = iff(up6>=1000, up6, up6); } Else{ If BP >= 500000 Then 상한가 = up1; Else If BP >= 100000 Then 상한가 = iff(up2>=500000, up1, up2); Else If BP >= 50000 Then 상한가 = iff(up3>=100000, up2, up3); Else If BP >= 10000 Then 상한가 = iff(up4>=50000, up3, up4); Else If BP >= 5000 Then 상한가 = iff(up5>=10000, up4, up5); Else If BP >= 1000 Then 상한가 = iff(up5>=5000, up5, up6); Else 상한가 = iff(up6>=1000, up6, up7); } } else if CodeCategory() == 8 || CodeCategory() == 9 then { // ETF 상한가 = up6; } } var1 = ma(C,5); var2 = ma(C,20); Condition1 = H == 상한가 and CrossUp(var1,var2); if Condition1 == true Then { value1 = O; value2 = (C+O)/2; value3 = C; } if Condition1[5] == true and CrossUp(C,value2) Then Find(1); 2-2 종가돌파 var : 상한가(0), UpLimit(0); var : up1(0), up2(0), up3(0), up4(0), up5(0),up6(0),Up7(0); if date >= 19981207 then { if date < 20050328 && CodeCategory() == 2 then UpLimit = (BP[0] * 1.12); Else if date >= 20050328 and date < 20150615 Then UpLimit = (BP[0] * 1.15); Else UpLimit = (BP[0] * 1.30); if CodeCategory() == 2 then { if date >= 20030721 then { up1 = int(UpLimit/100+0.00001)*100; up2 = int(UpLimit/100+0.00001)*100; up3 = int(UpLimit/100+0.00001)*100; up4 = int(UpLimit/50+0.00001)*50; up5 = int(UpLimit/10+0.00001)*10; up6 = int(UpLimit/5+0.00001)*5; up7 = int(UpLimit/1+0.00001)*1; } else { up1 = int(UpLimit/1000+0.00001)*1000; up2 = int(UpLimit/500+0.00001)*500; up3 = int(UpLimit/100+0.00001)*100; up4 = int(UpLimit/50+0.00001)*50; up5 = int(UpLimit/10+0.00001)*10; up6 = int(UpLimit/10+0.00001)*10; up7 = int(UpLimit/1+0.00001)*1; } } Else { up1 = int(UpLimit/1000+0.00001)*1000; up2 = int(UpLimit/500+0.00001)*500; up3 = int(UpLimit/100+0.00001)*100; up4 = int(UpLimit/50+0.00001)*50; up5 = int(UpLimit/10+0.00001)*10; up6 = int(UpLimit/5+0.00001)*5; up7 = int(UpLimit/1+0.00001)*1; } if CodeCategory() == 1 || CodeCategory() == 2 then { if sdate < 20101004 Then{ If BP >= 500000 Then 상한가 = up1; Else If BP >= 100000 Then 상한가 = iff(up2>=500000, up1, up2); Else If BP >= 50000 Then 상한가 = iff(up3>=100000, up2, up3); Else If BP >= 10000 Then 상한가 = iff(up4>=50000, up3, up4); Else If BP >= 5000 Then 상한가 = iff(up5>=10000, up4, up5); Else If BP >= 1000 Then 상한가 = iff(up5>=5000, up5, up6); Else 상한가 = iff(up6>=1000, up6, up6); } Else{ If BP >= 500000 Then 상한가 = up1; Else If BP >= 100000 Then 상한가 = iff(up2>=500000, up1, up2); Else If BP >= 50000 Then 상한가 = iff(up3>=100000, up2, up3); Else If BP >= 10000 Then 상한가 = iff(up4>=50000, up3, up4); Else If BP >= 5000 Then 상한가 = iff(up5>=10000, up4, up5); Else If BP >= 1000 Then 상한가 = iff(up5>=5000, up5, up6); Else 상한가 = iff(up6>=1000, up6, up7); } } else if CodeCategory() == 8 || CodeCategory() == 9 then { // ETF 상한가 = up6; } } var1 = ma(C,5); var2 = ma(C,20); Condition1 = H == 상한가 and CrossUp(var1,var2); if Condition1 == true Then { value1 = O; value2 = (C+O)/2; value3 = C; } if Condition1[5] == true and CrossUp(C,value3) Then Find(1);
프로필 이미지
한칼부르스
2025-12-19
73
글번호 229174
종목검색
답변완료

종목 검색식 부탁드립니다.

안녕하세요. 수고 하십니다.종목 검색 수식어 부탁드립니다.
프로필 이미지
치치야
2025-12-19
41
글번호 229173
종목검색