커뮤니티

예스랭귀지 Q&A

글쓰기
답변완료

[공지] 예스랭귀지 AI 어시스턴트, '예스나 AI' 출시 및 무료 체험 안내

안녕하세요, 예스스탁 입니다.복잡한 수식 공부 없이 여러분의 아이디어를 말하면 시스템 트레이딩 언어 예스랭귀지로 작성해주는 서비스예스나 AI(YesNa AI)가 출시되었습니다.지금 예스나 AI를 직접 경험해 보실 수 있도록 20크레딧(질문권 20회)를 무료로 증정해 드리고 있습니다.바로 여러분의 아이디어를 코드로 변환해보세요.--------------------------------------------------🚀 YesNa AI 핵심 기능- 지표식/전략식/종목검색식 생성: 자연어로 요청하면 예스랭귀지 문법에 맞는 코드를 작성합니다.- 종목검색식 변환 지원: K증권의 종목 검색식을 예스랭귀지로 변환 지원합니다.- 컴파일 검증: 작성된 코드가 실행 가능한지 컴파일러를 통해 문법 검증을 거쳐 결과물을 제공합니다.상세한 서비스 개요 및 활용 방법은 [서비스 소개 페이지]에서 확인하실 수 있습니다.▶ 서비스 소개 페이지: 바로가기서비스 사용 유의사항 및 결제 환불정책은 [이용약관]을 참고 부탁드립니다.▶ 서비스 이용약관: 바로가기💬 이용 문의사용 중 문의사항은 [프로그램 사용법 Q&A] 게시판에서 [예스나 AI] 카테고리를 설정 후 문의해 주시면 상세히 안내해 드리겠습니다.--------------------------------------------------앞으로도 AI를 활용한 다양한 트레이딩 기능들을 지속적으로 선보일 예정입니다.많은 관심과 기대 부탁드립니다.
프로필 이미지
예스스탁
2026-02-27
4274
글번호 230811
지표
답변완료

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

세력=Abs(C-O)/V;매집=If(C>C(1),V,If(C<C(1),-V,0));가중=Sum(세력*매집,가중값);// 가중값(12)주문=Sum(세력,가중값);흐름=가중/주문;hmaOF=Wavg(2*Wavg(흐름,floor(스무딩값/2))-Wavg(흐름,스무딩값),floor(sqrt(스무딩값)));// 스무딩값(10)S가중=If(스무딩==1,hmaOF,흐름);// 스무딩(1)편차=stdev(S가중,45);NOF=S가중/(편차*2);CrossUp(NOF,돌파)// 돌파(1)위의 수식을 예스랭귀지 종목검색식으로 변환 부탁드립니다.
프로필 이미지
지구소방대
2026-04-22
123
글번호 231729
종목검색
답변완료

수식문의

일반 봉(5분봉)차트에서 아래 조건을 만족하는 수식을 요청드립니다.. 1봉전 분봉이 전일고가돌파. (분봉)2봉전대비 1봉전 가격 2%이상상승. (일봉)1봉전 대비 0봉전 가격 10%이하상승. (일봉)200지수이평<금일종가. (일봉)200지수이평 상승추세 2회이상. (일봉)지수이평배열: 5>20>60>120. 5일매물대 돌파
프로필 이미지
ksks
2026-04-22
132
글번호 231722
종목검색
답변완료

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

1. 검색이 되지 않아 그러니 보내주신 검색식 다시 한번 확인 부탁드립니다. -질문 . 단순 240일 이평선이 60일이상 하락하다가 상승전환으로 바뀐 종목검색식 부탁드려요 , (0봉전 ~10봉전 전종목)--보내주신 수식 var : t(0),u(Nan),d(Nan);var1 = ema(C,240);if var1 > var1[1] then{T = 1;u = Index;}if var1 < var1[1] then{T = -1;d = Index;}Condition1 = t == 1 and t != t[1] and u >= d+60;if CountIf(Condition1,10) >= 1 ThenFind(1);
프로필 이미지
일지매7
2026-04-22
139
글번호 231720
종목검색
답변완료

프로그램오류 아직 컴파일되지 않았거나 실행코드가 없습니다.

안녕하세요~아래와 같이 지표를 개발해서 잘 사용중에 있는데요, 디버깅창에 변수 값들을 출력해 보려고 MessageLog 내에 글자를 넣고 빼고 하면서 조정을 하는데 "프로그램오류 아직 컴파일되지 않았거나 실행코드가 없습니다." 라는 에러 메시지가 납니다.아래 스크린 캡쳐 화면을 보면 948라인에 MessageLog("%.f체,123",체결점수); 을 넣고 Ctrl+S 누르면 오류가 납니다.그런데 아래 화면을 보면 948라인에 MessageLog("%.f체,12",체결점수); 을 넣고 Ctrl+S 누르면 검증이 완료되었다며 잘 넘어갑니다.MessageLog 또는 PRINT 함수에서 글자를 조금 더 넣거나 하면 이런 경우가 잦은데 어떤 것을 체크해 봐야 할까요?
프로필 이미지
가볍게
2026-04-22
86
글번호 231718
시스템
답변완료

부탁드립니다

당일 아침 9시 30까지의 최고가와 최저가를 박스로 만들어 장마감까지 그려지게 부탁드립니다
프로필 이미지
채존비록
2026-04-22
86
글번호 231715
지표
답변완료

부탁드립니다

input : shortP(5), midP(20);var : 단기이평(0), 중기이평(0), 장기이평(0);var : HighV(0), LowV(0), HighI(0), LowI(0), GoldI(0), DeadI(0), deadindex(0), GoldValue(0), DeadValue(0);shortP = ma(C, shortP);midP = ma(C, midP);if date != date[1] then {HighV = H;HighI = i;LowV = L;LowI = i;}if crossup(shortP, midP) and stime < 150000 then { HighV = H; GoldI = i; GoldValue = C;}if crossdown(shortP, midP) and stime < 150000 then { LowV = L; DeadI= i; DeadValue = C;}if accumN(iff(crossup(shortP, midP),1,0),dayindex()+1) >= 1 and shortP > midP and H > HighV and stime < 150000 then { HighV = H; HighI = i;}else { HighV = HighV; HighI = HighI;}if accumN(iff(crossdown(shortP, midP),1,0),dayindex()+1) >= 1 and shortP < midP and L < LowV and stime < 150000 then { LowV = L; LowI = i;}else { LowV = LowV; LowI = LowI;}plot1(HighV);plot2(LowV);plot3(GoldValue);plot4(DeadValue);여기서 150000 시간을 제거해 주시고, 수식이 자꾸 버벅되는데 함 봐주세요 불필요 하거나 다듬을 부분이 없는지 함 봐주세요
프로필 이미지
채존비록
2026-04-22
93
글번호 231714
지표
답변완료

문의드립니다

1번 시스템input : Period(20),dv(2);input : 하단아래(3),하단위(4),상단위(3),상단아래(4);var : BBup(0),BBmd(0),BBdn(0);var : T(0),i1(0),i2(0),i3(0),i4(0),S(0),value(0);BBup = BollBandUp(Period,dv);BBmd = ma(c,Period);BBdn = BollBandDown(Period,dv);if CrossDown(C,BBdn) Then{ T = -1; i1 = 0;}if CrossUp(C,BBdn) Then{ T = 1; i2 = 0;}if CrossUp(C,BBup) Then{ T = 2; i3 = 0;}if CrossDown(C,BBup) Then{ T = -2; i4 = 0;}if T == -1 Then i1 = i1+1;if T == 1 Then i2 = i2+1;if T == 2 Then i3 = i3+1;if T == -2 Then i4 = i4+1;if S <= 0 and T == 1 and i2 == 하단위 and i1 >= 하단아래 Then{ S = 1; value = c-PriceScale*100;}if S >= 0 and T == -2 and i4 == 상단아래 and i3 >= 상단위 Then{ S = -1; value = c+PriceScale*100;}var : S1(0);if S == 1 Then{ if S == S[1] and L <= value Then S = 0;}S1 = 1;if S == -1 Then{ if S == S[1] and H >= value Then S = 0;}S1 = -1;input : short1(6),long1(18),sig1(7);input : short2(6),long2(21),sig2(7);input : short3(6),long3(27),sig3(7);var : macdv1(0),macds1(0);var : macdv2(0),macds2(0);var : macdv3(0),macds3(0);macdv1 = macd(short1,long1);macds1 = ema(macdv1,sig1);macdv2 = macd(short2,long2);macds2 = ema(macdv2,sig2);macdv3 = macd(short3,long3);macds3 = ema(macdv3,sig3);var : S3(0);if macdv1 < 0 and CrossUp(macdv1,macds1) andmacdv2 < 0 and CrossUp(macdv2,macds2) andmacdv3 < 0 and CrossUp(macdv3,macds3) ThenS3 = 1;if macdv1 > 0 and CrossUp(macdv1,macds1) andmacdv2 > 0 and CrossUp(macdv2,macds2) andmacdv3 > 0 and CrossUp(macdv3,macds3) ThenS3 = -1;input : atrMult(4.5);input : atrlen(12);input : rsmlen(3);input : tplen(14);var : i(0),sum(0),source(0);var : alpha(0),atrValue1(0),upperLevel(0),lowerLevel(0);var : previousLowerLevel(0),previousUpperLevel(0);var : trendDirection(Nan),superTrendValue(Nan);var : previousTrend(0);if CurrentBar > 1 Then{sum = 0;for i = 0 to rsmlen-1{sum = sum + c[i]*c[i];}source = sqrt(sum/rsmlen);alpha = 1 / atrlen ;atrValue1 = IFf(IsNan(atrValue1[1]) == true, ma(TrueRange,atrlen) , alpha * TrueRange + (1 - alpha) * IFf(isnan(atrValue1[1])==true,0,atrValue1[1]));upperLevel = source + atrMult * atrValue1;lowerLevel = source - atrMult * atrValue1;previousLowerLevel = iff(isnan(lowerLevel[1])==true,0,lowerLevel[1]);previousUpperLevel = iff(isnan(upperLevel[1])==true,0,upperLevel[1]);// Ensure continuity of lower and upper bandslowerLevel = iff(lowerLevel > previousLowerLevel or source[1] < previousLowerLevel , lowerLevel , previousLowerLevel);upperLevel = iff(upperLevel < previousUpperLevel or source[1] > previousUpperLevel , upperLevel , previousUpperLevel);// Determine direction and SuperTrendpreviousTrend = superTrendValue[1];// Initialize directionif IsNan(atrValue1[1]) == true Then trendDirection = 1;else if previousTrend == previousUpperLevel Then trendDirection = iff(source > upperLevel , -1 , 1);else trendDirection = iff(source < lowerLevel , 1 , -1);// Set SuperTrend value based on directionsuperTrendValue = iff(trendDirection == -1 , lowerLevel , upperLevel);}var : dist(0),chg(0),lvlCol(0);var : tp1(0),tp2(0),tp3(0),tp4(0),tp5(0),tp6(0),tp7(0);var : printedtp1(0),printedtp2(0),printedtp3(0),printedtp4(0),printedtp5(0),printedtp6(0),printedtp7(0);dist = abs(close-superTrendValue);lvlCol = iff(trendDirection > 0 , red , green);var : key1(0);var : key2(0);var : key3(0);var : key4(0);var : key5(0);var : key6(0);var : key7(0);if CrossUp(trendDirection, 0) or CrossDown(trendDirection, 0) Then{ //TL_Delete(keys); printedtp1 = 0; printedtp2 = 0; printedtp3 = 0; printedtp4 = 0; printedtp5 = 0; printedtp6 = 0; printedtp7 = 0; chg = abs(superTrendValue-superTrendValue[1]); tp1 = superTrendValue[1] + IFF(trendDirection > 0 , -chg , chg); tp2 = superTrendValue[1] + IFF(trendDirection > 0 , -chg * 2 , chg * 2); tp3 = superTrendValue[1] + IFF(trendDirection > 0 , -chg * 3 , chg * 3); tp4 = superTrendValue[1] + IFF(trendDirection > 0 , -chg * 4 , chg * 4); tp5 = superTrendValue[1] + IFF(trendDirection > 0 , -chg * 5 , chg * 5); tp6 = superTrendValue[1] + IFF(trendDirection > 0 , -chg * 6 , chg * 6); tp7 = superTrendValue[1] + IFF(trendDirection > 0 , -chg * 7 , chg * 7); key1 = TL_new(sdate[1],stime[1],tp1, sDate,sTime, tp1);TL_SetColor(Key1,lvlCol);TL_SetSize(Key1,2); printedtp1 = 1;}ElseTL_SetEnd(key1,sDate,sTime,TP1);var : u(0),d(0),alp(0),ur(0),dr(0),rs(0),R(0),tp(False);u = max(dist - dist[1], 0);d = max(dist[1] - dist, 0);alp = 1/tplen;ur = IFf(IsNan(ur[1]) == true, ma(u,tplen) , alp * u + (1 - alp) * IFf(isnan(ur[1])==true,0,ur[1]));dr = IFf(IsNan(dr[1]) == true, ma(d,tplen) , alp * d + (1 - alp) * IFf(isnan(dr[1])==true,0,dr[1]));rs = ur / dr;R = 100 - 100 / (1 + rs);tp = CrossDown(R, 60);var : extreme(0);var : extreme_tp1_dist(0);var : extreme_tp2_dist(0);var : extreme_tp3_dist(0);var : extreme_tp4_dist(0);var : extreme_tp5_dist(0);var : extreme_tp6_dist(0);var : extreme_tp7_dist(0);extreme = iff(trendDirection > 0 , low , high);extreme_tp1_dist = abs(extreme - tp1);extreme_tp2_dist = abs(extreme - tp2);extreme_tp3_dist = abs(extreme - tp3);extreme_tp4_dist = abs(extreme - tp4);extreme_tp5_dist = abs(extreme - tp5);extreme_tp6_dist = abs(extreme - tp6);extreme_tp7_dist = abs(extreme - tp7);var : tx(0),S2(0);if tp and trendDirection > 0 Then{tx = Text_New(sDate,sTime,L,"X");Text_SetStyle(tx,2,0);Text_SetColor(tx,Red);Text_SetSize(tx,20);Text_SetBold(tx,1);S2 = 1;}if tp and trendDirection < 0 Then{tx = Text_New(sDate,sTime,H,"X");Text_SetStyle(tx,2,1);Text_SetColor(tx,Green);Text_SetSize(tx,20);Text_SetBold(tx,1);S2 = -1;}if printedtp2 == 0 and extreme_tp2_dist < extreme_tp1_dist Then{ key2 = TL_new(sdate[1],stime[1],tp2, sDate,sTime, tp2);TL_SetColor(Key2,lvlCol);TL_SetSize(Key2,2); printedtp2 = 1;}Else{if printedtp2 == 1 ThenTL_SetEnd(key2,sDate,sTime,TP2);}if printedtp3 == 0 and extreme_tp3_dist < extreme_tp2_dist Then{ key3 = TL_new(sdate[1],stime[1],tp3, sDate,sTime, tp3);TL_SetColor(Key3,lvlCol);TL_SetSize(Key3,2); printedtp3 = 1;}Else{if printedtp3 == 1 ThenTL_SetEnd(key3,sDate,sTime,TP3);}if printedtp4 == 0 and extreme_tp4_dist < extreme_tp3_dist Then{ key4 = TL_new(sdate[1],stime[1],tp4, sDate,sTime, tp4);TL_SetColor(Key4,lvlCol);TL_SetSize(Key4,2); printedtp4 = 1;}Else{if printedtp4 == 1 ThenTL_SetEnd(key4,sDate,sTime,TP4);}if printedtp5 == 0 and extreme_tp5_dist < extreme_tp4_dist Then{ key5 = TL_new(sdate[1],stime[1],tp5, sDate,sTime, tp5);TL_SetColor(Key5,lvlCol);TL_SetSize(Key5,2); printedtp5 = 1;}Else{if printedtp5 == 1 ThenTL_SetEnd(key5,sDate,sTime,TP5);}if printedtp6 == 0 and extreme_tp6_dist < extreme_tp5_dist Then{ key6 = TL_new(sdate[1],stime[1],tp6, sDate,sTime, tp6);TL_SetColor(Key6,lvlCol);TL_SetSize(Key6,2); printedtp6 = 1;}Else{if printedtp6 == 1 ThenTL_SetEnd(key6,sDate,sTime,TP6);}if printedtp7 == 0 and extreme_tp7_dist < extreme_tp6_dist Then{ key7 = TL_new(sdate[1],stime[1],tp7, sDate,sTime, tp7);TL_SetColor(Key7,lvlCol);TL_SetSize(Key7,2); printedtp7 = 1;}Else{if printedtp7 == 1 ThenTL_SetEnd(key7,sDate,sTime,TP7);}if MarketPosition <= 1 and S1+S2+S3== 1 ThenSell();if MarketPosition == 1 and S1+S2+S3<= -1 ThenExitShort();if MarketPosition >= -1 and S1+S2+S3 == -3 ThenBuy();if MarketPosition == -1 and S1+S2+S3 >= -1 ThenExitLong();2번 시스템input : atrMult(4.5);input : atrlen(12);input : rsmlen(3);input : tplen(14);var : i(0),sum(0),source(0);var : alpha(0),atrValue1(0),upperLevel(0),lowerLevel(0);var : previousLowerLevel(0),previousUpperLevel(0);var : trendDirection(Nan),superTrendValue(Nan);var : previousTrend(0);if CurrentBar > 1 Then{sum = 0;for i = 0 to rsmlen-1{sum = sum + c[i]*c[i];}source = sqrt(sum/rsmlen);alpha = 1 / atrlen ;atrValue1 = IFf(IsNan(atrValue1[1]) == true, ma(TrueRange,atrlen) , alpha * TrueRange + (1 - alpha) * IFf(isnan(atrValue1[1])==true,0,atrValue1[1]));upperLevel = source + atrMult * atrValue1;lowerLevel = source - atrMult * atrValue1;previousLowerLevel = iff(isnan(lowerLevel[1])==true,0,lowerLevel[1]);previousUpperLevel = iff(isnan(upperLevel[1])==true,0,upperLevel[1]);// Ensure continuity of lower and upper bandslowerLevel = iff(lowerLevel > previousLowerLevel or source[1] < previousLowerLevel , lowerLevel , previousLowerLevel);upperLevel = iff(upperLevel < previousUpperLevel or source[1] > previousUpperLevel , upperLevel , previousUpperLevel);// Determine direction and SuperTrendpreviousTrend = superTrendValue[1];// Initialize directionif IsNan(atrValue1[1]) == true Then trendDirection = 1;else if previousTrend == previousUpperLevel Then trendDirection = iff(source > upperLevel , -1 , 1);else trendDirection = iff(source < lowerLevel , 1 , -1);// Set SuperTrend value based on directionsuperTrendValue = iff(trendDirection == -1 , lowerLevel , upperLevel);}var : dist(0),chg(0),lvlCol(0);var : tp1(0),tp2(0),tp3(0),tp4(0),tp5(0),tp6(0),tp7(0);var : printedtp1(0),printedtp2(0),printedtp3(0),printedtp4(0),printedtp5(0),printedtp6(0),printedtp7(0);dist = abs(close-superTrendValue);lvlCol = iff(trendDirection > 0 , red , green);var : key1(0);var : key2(0);var : key3(0);var : key4(0);var : key5(0);var : key6(0);var : key7(0);if CrossUp(trendDirection, 0) or CrossDown(trendDirection, 0) Then{ //TL_Delete(keys); printedtp1 = 0; printedtp2 = 0; printedtp3 = 0; printedtp4 = 0; printedtp5 = 0; printedtp6 = 0; printedtp7 = 0; chg = abs(superTrendValue-superTrendValue[1]); tp1 = superTrendValue[1] + IFF(trendDirection > 0 , -chg , chg); tp2 = superTrendValue[1] + IFF(trendDirection > 0 , -chg * 2 , chg * 2); tp3 = superTrendValue[1] + IFF(trendDirection > 0 , -chg * 3 , chg * 3); tp4 = superTrendValue[1] + IFF(trendDirection > 0 , -chg * 4 , chg * 4); tp5 = superTrendValue[1] + IFF(trendDirection > 0 , -chg * 5 , chg * 5); tp6 = superTrendValue[1] + IFF(trendDirection > 0 , -chg * 6 , chg * 6); tp7 = superTrendValue[1] + IFF(trendDirection > 0 , -chg * 7 , chg * 7); key1 = TL_new(sdate[1],stime[1],tp1, sDate,sTime, tp1);TL_SetColor(Key1,lvlCol);TL_SetSize(Key1,2); printedtp1 = 1;}ElseTL_SetEnd(key1,sDate,sTime,TP1);var : u(0),d(0),alp(0),ur(0),dr(0),rs(0),R(0),tp(False);u = max(dist - dist[1], 0);d = max(dist[1] - dist, 0);alp = 1/tplen;ur = IFf(IsNan(ur[1]) == true, ma(u,tplen) , alp * u + (1 - alp) * IFf(isnan(ur[1])==true,0,ur[1]));dr = IFf(IsNan(dr[1]) == true, ma(d,tplen) , alp * d + (1 - alp) * IFf(isnan(dr[1])==true,0,dr[1]));rs = ur / dr;R = 100 - 100 / (1 + rs);tp = CrossDown(R, 60);var : extreme(0);var : extreme_tp1_dist(0);var : extreme_tp2_dist(0);var : extreme_tp3_dist(0);var : extreme_tp4_dist(0);var : extreme_tp5_dist(0);var : extreme_tp6_dist(0);var : extreme_tp7_dist(0);extreme = iff(trendDirection > 0 , low , high);extreme_tp1_dist = abs(extreme - tp1);extreme_tp2_dist = abs(extreme - tp2);extreme_tp3_dist = abs(extreme - tp3);extreme_tp4_dist = abs(extreme - tp4);extreme_tp5_dist = abs(extreme - tp5);extreme_tp6_dist = abs(extreme - tp6);extreme_tp7_dist = abs(extreme - tp7);var : tx(0);if tp and trendDirection > 0 Then{tx = Text_New(sDate,sTime,L,"X");Text_SetStyle(tx,2,0);Text_SetColor(tx,Red);Text_SetSize(tx,20);Text_SetBold(tx,1);if MarketPosition <= 0 or (MarketPosition == 1 and MaxEntries < 10) ThenBuy("b");}if tp and trendDirection < 0 Then{tx = Text_New(sDate,sTime,H,"X");Text_SetStyle(tx,2,1);Text_SetColor(tx,Green);Text_SetSize(tx,20);Text_SetBold(tx,1);if MarketPosition >= 0 or (MarketPosition == -1 and MaxEntries < 10) ThenSell("s");}if printedtp2 == 0 and extreme_tp2_dist < extreme_tp1_dist Then{ key2 = TL_new(sdate[1],stime[1],tp2, sDate,sTime, tp2);TL_SetColor(Key2,lvlCol);TL_SetSize(Key2,2); printedtp2 = 1;}Else{if printedtp2 == 1 ThenTL_SetEnd(key2,sDate,sTime,TP2);}if printedtp3 == 0 and extreme_tp3_dist < extreme_tp2_dist Then{ key3 = TL_new(sdate[1],stime[1],tp3, sDate,sTime, tp3);TL_SetColor(Key3,lvlCol);TL_SetSize(Key3,2); printedtp3 = 1;}Else{if printedtp3 == 1 ThenTL_SetEnd(key3,sDate,sTime,TP3);}if printedtp4 == 0 and extreme_tp4_dist < extreme_tp3_dist Then{ key4 = TL_new(sdate[1],stime[1],tp4, sDate,sTime, tp4);TL_SetColor(Key4,lvlCol);TL_SetSize(Key4,2); printedtp4 = 1;}Else{if printedtp4 == 1 ThenTL_SetEnd(key4,sDate,sTime,TP4);}if printedtp5 == 0 and extreme_tp5_dist < extreme_tp4_dist Then{ key5 = TL_new(sdate[1],stime[1],tp5, sDate,sTime, tp5);TL_SetColor(Key5,lvlCol);TL_SetSize(Key5,2); printedtp5 = 1;}Else{if printedtp5 == 1 ThenTL_SetEnd(key5,sDate,sTime,TP5);}if printedtp6 == 0 and extreme_tp6_dist < extreme_tp5_dist Then{ key6 = TL_new(sdate[1],stime[1],tp6, sDate,sTime, tp6);TL_SetColor(Key6,lvlCol);TL_SetSize(Key6,2); printedtp6 = 1;}Else{if printedtp6 == 1 ThenTL_SetEnd(key6,sDate,sTime,TP6);}if printedtp7 == 0 and extreme_tp7_dist < extreme_tp6_dist Then{ key7 = TL_new(sdate[1],stime[1],tp7, sDate,sTime, tp7);TL_SetColor(Key7,lvlCol);TL_SetSize(Key7,2); printedtp7 = 1;}Else{if printedtp7 == 1 ThenTL_SetEnd(key7,sDate,sTime,TP7);}수고많으십니다1번 2번 지난번 만들어 주신 시스템 입니다항상 감사드립니다지나번 질문드린 내용 인데위 두시스템을 묶는 시스템을 부탁드립니다1번 시스템 이 매수면 1점 매도면-1점2번 시스템 이 매수면 1점 매도면-1점점수 합산하여2점이면 매수0점이면 청산-2점 이면 매도0점 이면 청산이런 시스템을 부탁드립니다지난번 질문 때 설명이 부족했던거 같습니다숫자나 점수는 제가 맞추겠습니다 기존 1번 2번 그대로 묶어 주십시요아무리 해봐도 제 머리로 안돼 부탁드립니다감사드립니다
프로필 이미지
cjfdk
2026-04-22
188
글번호 231713
시스템
답변완료

지표문의

1.현물상한가 선인데선물에 사용할려니 너무 괴리가 심해 못 쓰겠는데아래비율로 국내 선물,해외선물 에 사용하게 수정 안 될까요 ?당일 장 마다Plot1(BasePrice*1.05,"5%",Blue);Plot2(BasePrice*1.10,"10%",Cyan);Plot3(BasePrice*1.15,"15%",Green);Plot4(((BasePrice*1.15)+(BasePrice*1.20))/2,"15%",White);Plot5(BasePrice*1.20,"20%",LBlue);Plot6(BasePrice*1.25,"25%",Magenta);Plot7(BasePrice*1.30,"30%",Red);2.그럼 수고하세요
프로필 이미지
성공예견
2026-04-22
119
글번호 231711
지표
답변완료

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

1. M=(C+이전주종가(1)+이전주종가(2))/3;2. M=(C+이전월종가(1)+이전월종가(2))/3;3. M=(C+이전주종가(1)+이전주종가(2)+이전주종가(3)+이전주종가(4)+이전주종가(5)+이전주종가(6)+이전주종가(7)+이전주종가(8)+이전주종가(9))/10;이3개의 모든 이평을 동시에 일봉에서 돌파하는 종목검색식 좀 부탁드립니다
프로필 이미지
wkri
2026-04-22
89
글번호 231710
종목검색