커뮤니티

신호 수식입니다. 이것을 조건검색식으로 종목검색이 가능할지 문의 드립니다.

프로필 이미지
보이저
2023-03-21 15:20:03
2438
글번호 167386
답변완료
A=BBandsUp(17,2); B=BBandsUp(40,2); D=Disparity(20); E=EnvelopeUP(20,6); P=EnvelopeUp(50,3); c>SAR(0.015,0.15) and DIPlus(14)>=DIMinus(14) and (o<c and c>P(19) and D<150 and D>D(1) and ((c>ma(h,5) and Crossup(A,E)) or (c>ma(h,5) and B>E and A(1)<B(1) and CrossUp(A,B)) or (A>B and B>E and CrossUp(C,A)) or (CrossUp(C,A) and CrossUp(C,E)) or (CrossUp(C,A) and CrossUp(C,B) and CrossUp(C,E)))) or (o<c and c<P(19) and D>D(1) and v>ma(v,5)*2 and ((c>ma(h,5) and Crossup(A,E)) or (c>ma(h,5) and B>E and A(1)<B(1) and CrossUp(A,B)) or (A>B and B>E and CrossUp(C,A)) or (CrossUp(C,A) and CrossUp(C,E)) or (CrossUp(C,A) and CrossUp(C,B) and CrossUp(C,E))))
종목검색
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2023-03-22 09:37:04

안녕하세요 예스스탁입니다. var : AA(0),BB(0),DD(0),EE(0),PP(0); var : QQ(0),RR(0),SS(0),TT(0),UU(0); AA=BollBandUp(17,2); BB=BollBandUp(40,2); DD=Disparity(20); EE=EnvelopeUP(20,6); PP=EnvelopeUp(50,3); QQ=SAR(0.015,0.15); RR=DiPlus(14); SS=DiMinus(14); TT=ma(h,5); UU=ma(v,5); if c>QQ and RR>=SS and (o<c and c>PP[19] and DD<150 and DD>DD[1] and ((c>TT and Crossup(AA,EE)) or (c>TT and BB>EE and AA[1]<BB[1] and CrossUp(AA,BB)) or (AA>BB and BB>EE and CrossUp(C,AA)) or (CrossUp(C,AA) and CrossUp(C,EE)) or (CrossUp(C,AA) and CrossUp(C,BB) and CrossUp(C,EE)))) or (o<c and c<PP[19] and DD>DD[1] and v>UU*2 and ((c>TT and Crossup(AA,EE)) or (c>TT and BB>EE and AA[1]<BB[1] and CrossUp(AA,BB)) or (AA>BB and BB>EE and CrossUp(C,AA)) or (CrossUp(C,AA) and CrossUp(C,EE)) or (CrossUp(C,AA) and CrossUp(C,BB) and CrossUp(C,EE)))) Then Find(1); 즐거운 하루되세요 > 보이저 님이 쓴 글입니다. > 제목 : 신호 수식입니다. 이것을 조건검색식으로 종목검색이 가능할지 문의 드립니다. > A=BBandsUp(17,2); B=BBandsUp(40,2); D=Disparity(20); E=EnvelopeUP(20,6); P=EnvelopeUp(50,3); c>SAR(0.015,0.15) and DIPlus(14)>=DIMinus(14) and (o<c and c>P(19) and D<150 and D>D(1) and ((c>ma(h,5) and Crossup(A,E)) or (c>ma(h,5) and B>E and A(1)<B(1) and CrossUp(A,B)) or (A>B and B>E and CrossUp(C,A)) or (CrossUp(C,A) and CrossUp(C,E)) or (CrossUp(C,A) and CrossUp(C,B) and CrossUp(C,E)))) or (o<c and c<P(19) and D>D(1) and v>ma(v,5)*2 and ((c>ma(h,5) and Crossup(A,E)) or (c>ma(h,5) and B>E and A(1)<B(1) and CrossUp(A,B)) or (A>B and B>E and CrossUp(C,A)) or (CrossUp(C,A) and CrossUp(C,E)) or (CrossUp(C,A) and CrossUp(C,B) and CrossUp(C,E))))