커뮤니티

수식.문의입니다.

프로필 이미지
나호이다
2019-12-26 13:45:19
286
글번호 134666
답변완료
A=BBandsUp(17,2); B=BBandsUp(40,2); D=Disparity(20); E=EnvelopeUP(20,6); P=EnvelopeUp(50,3); (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
프로필 이미지

예스스탁 예스스탁 답변

2019-12-27 10:54:56

안녕하세요 예스스탁입니다. var : AA(0),BB(0),CC(0),DD(0),EE(0),PP(0); AA=BollBandUp(17,2); BB=BollBandUp(40,2); DD=Disparity(20); EE=EnvelopeUP(20,6); PP=EnvelopeUp(50,3); if (o<c and c>PP[19] and DD<150 and DD>DD[1] and ((c>ma(h,5) and Crossup(AA,EE)) or (c>ma(h,5) 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>ma(v,5)*2 and ((c>ma(h,5) and Crossup(AA,EE)) or (c>ma(h,5) 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); (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)))) ==================== 위에 수식을 종목검색 할수있게 수식변경 부탁드립니다.^^