커뮤니티

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

프로필 이미지
이평
2019-03-19 17:06:28
417
글번호 127206
답변완료
T3=MA(C, 3); T5=MA(C, 5); T10=MA(C, 10); T=변수; "변수=3" A=if ((T3 - T5) >= 0, T5, T3); E=A-A(1); D=if(E>=E(1) and E>=0,2,if(E<E(1) and E>=0,1,0)); B = LRL(9); G=B-B(1); M=if(G>=G(1) and G>=0,2,if(G<G(1) and G>=0,1,0)); I=C-A; N=if(I>=I(1) and I>=0,2,if(I<I(1) and I>=0,1,0)); J=A-T10; F=if(J>=J(1) and J>=0,2,if(J<J(1) and J>=0,1,0)); K=((dayopen()+dayhigh()+daylow()+dayclose())-(predayopen()+predayhigh()+predaylow()+predayclose()))/4; P=if(K>=0,1,0); S=dayclose()-dayopen(); Q=if(S>=0,1,0); R=(D+M+N+F+P+Q-T); if(R>0 and R(1)<=0,1,0) 위는 영웅문 싱호 검색식입니다. 위 조건에 맞는 종목을 찾는 검색식 부탁 드립니다.
종목검색
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2019-03-20 10:25:48

안녕하세요 예스스탁입니다. input : T(3); var : t3(0),t5(0),t10(0),AA(0),EE(0),DD(0); var : BB(0),GG(0),MM(0),II(0),NN(0),JJ(0),FF(0); var : KK(0),PP(0),SS(0),QQ(0),RR(0); T3 = MA(C, 3); T5 = MA(C, 5); T10 = MA(C, 10); AA = iff((T3 - T5) >= 0, T5, T3); EE = AA-AA[1]; DD = iff(EE>=EE[1] and EE>=0,2,iff(EE<EE[1] and EE>=0,1,0)); BB = LRL(C,9); GG = BB-BB[1]; MM = iff(GG>=GG[1] and GG>=0,2,iff(GG<GG[1] and GG>=0,1,0)); II = C-AA; NN = iff(II>=II[1] and II>=0,2,iff(II<II[1] and II>=0,1,0)); JJ = AA-T10; FF = iFf(JJ>=JJ[1] and JJ>=0,2,iff(JJ<JJ[1] and JJ>=0,1,0)); KK = ((dayopen()+dayhigh()+daylow()+dayclose())-(dayopen(1)+dayhigh(1)+daylow(1)+dayclose(1)))/4; PP = iFf(KK>=0,1,0); SS=dayclose()-dayopen(); QQ=iff(SS>=0,1,0); RR=(DD+MM+NN+FF+PP+QQ-T); if RR>0 and RR[1]<=0 Then find(1); 즐거운 하루되세요 > 이평 님이 쓴 글입니다. > 제목 : 예스 종목 검색식 부탁 드립니다. > T3=MA(C, 3); T5=MA(C, 5); T10=MA(C, 10); T=변수; "변수=3" A=if ((T3 - T5) >= 0, T5, T3); E=A-A(1); D=if(E>=E(1) and E>=0,2,if(E<E(1) and E>=0,1,0)); B = LRL(9); G=B-B(1); M=if(G>=G(1) and G>=0,2,if(G<G(1) and G>=0,1,0)); I=C-A; N=if(I>=I(1) and I>=0,2,if(I<I(1) and I>=0,1,0)); J=A-T10; F=if(J>=J(1) and J>=0,2,if(J<J(1) and J>=0,1,0)); K=((dayopen()+dayhigh()+daylow()+dayclose())-(predayopen()+predayhigh()+predaylow()+predayclose()))/4; P=if(K>=0,1,0); S=dayclose()-dayopen(); Q=if(S>=0,1,0); R=(D+M+N+F+P+Q-T); if(R>0 and R(1)<=0,1,0) 위는 영웅문 싱호 검색식입니다. 위 조건에 맞는 종목을 찾는 검색식 부탁 드립니다.