커뮤니티

부탁 드립니다.

프로필 이미지
그리워
2021-04-22 14:24:51
1025
글번호 148285
답변완료
Input : N(10); var : trixv(0),hh(0),ll(0),aa(0),a(0),a1(0),a2(0); if sdate != sdate[1] Then Condition1 = False; trixv = trix(20); if crossup(trixv,0) Then hh = C; Else { if hh > 0 and C > hh Then hh = c; } if CrossDown(trixv,0) Then ll = C; Else { if ll > 0 and C < ll Then ll = c; } aa = (hh+ll)/2; a = Highest(h, 20)[1]; a1 = Highest(h, 40)[1]; a2 = Highest(h, 60)[1]; if crossup(c,a) and crossup(c,a1) and crossup(c,a2) and c>aa //100 and AccumN(iff(V[1]*2<= V, 1,0),3) >= 1 //100 and c>dayclose(1) //100 and o[1]/c[1]>0.5 //100 and L/H>0.7 //100 and H/C>0.3 //100 and C>dayopen() //100 and Disparity(5) >= 90 //100 and c<dayclose(1)*1.15 // 100 and c>BollBandUp(30,1.8) //100 and stime >= 090200 and stime <= 153000 //100 Then Condition1 = true; if Condition1 == true and V < Lowest(V,N)[1] Then Find(1); 위에 조건이 20 분선 위에서 나오는 종목을 찾고 싶습니다. 부탁 드릴께요
종목검색
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2021-04-22 14:54:23

안녕하세요 예스스탁입니다. Input : N(10),P(20); var : trixv(0),hh(0),ll(0),aa(0),a(0),a1(0),a2(0),mav(0); if sdate != sdate[1] Then Condition1 = False; trixv = trix(20); if crossup(trixv,0) Then hh = C; Else { if hh > 0 and C > hh Then hh = c; } if CrossDown(trixv,0) Then ll = C; Else { if ll > 0 and C < ll Then ll = c; } aa = (hh+ll)/2; a = Highest(h, 20)[1]; a1 = Highest(h, 40)[1]; a2 = Highest(h, 60)[1]; if crossup(c,a) and crossup(c,a1) and crossup(c,a2) and c>aa //100 and AccumN(iff(V[1]*2<= V, 1,0),3) >= 1 //100 and c>dayclose(1) //100 and o[1]/c[1]>0.5 //100 and L/H>0.7 //100 and H/C>0.3 //100 and C>dayopen() //100 and Disparity(5) >= 90 //100 and c<dayclose(1)*1.15 // 100 and c>BollBandUp(30,1.8) //100 and stime >= 090200 and stime <= 153000 //100 Then Condition1 = true; mav = ma(C,P); if Condition1 == true and V < Lowest(V,N)[1] and c > mav Then Find(1); 즐거운 하루되세요 > 그리워 님이 쓴 글입니다. > 제목 : 부탁 드립니다. > Input : N(10); var : trixv(0),hh(0),ll(0),aa(0),a(0),a1(0),a2(0); if sdate != sdate[1] Then Condition1 = False; trixv = trix(20); if crossup(trixv,0) Then hh = C; Else { if hh > 0 and C > hh Then hh = c; } if CrossDown(trixv,0) Then ll = C; Else { if ll > 0 and C < ll Then ll = c; } aa = (hh+ll)/2; a = Highest(h, 20)[1]; a1 = Highest(h, 40)[1]; a2 = Highest(h, 60)[1]; if crossup(c,a) and crossup(c,a1) and crossup(c,a2) and c>aa //100 and AccumN(iff(V[1]*2<= V, 1,0),3) >= 1 //100 and c>dayclose(1) //100 and o[1]/c[1]>0.5 //100 and L/H>0.7 //100 and H/C>0.3 //100 and C>dayopen() //100 and Disparity(5) >= 90 //100 and c<dayclose(1)*1.15 // 100 and c>BollBandUp(30,1.8) //100 and stime >= 090200 and stime <= 153000 //100 Then Condition1 = true; if Condition1 == true and V < Lowest(V,N)[1] Then Find(1); 위에 조건이 20 분선 위에서 나오는 종목을 찾고 싶습니다. 부탁 드릴께요