커뮤니티

종목검색식 요청드립니다.

프로필 이미지
onlypsn
2025-07-08 13:38:09
144
글번호 192344
답변완료
아래 키움신호가 발생한 종목검색식 요청드립니다. 항상 감사합니다. * 키움신호 (shortPeriod - 9, longPeriod - 26) A1 = floor(date / 100); A2 = A1 % 100; A3 = highestSINCE(1,A2 !=A2(1) and A2 != 12, H); A4=valuewhen(1, A2 != A2(1), A3(1)); CrossUp(C,A4) && VolumeOsc(shortPeriod,longPeriod) >= 0
검색
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2025-07-09 11:10:16

안녕하세요 예스스탁입니다. input : shortPeriod(9), longPeriod(26); var : A1(0),A2(0),A3(0),A4(0); var : VolOsc(0); A1 = floor(date / 100); A2 = A1 % 100; if A2 != A2[1] and A2 != 12 Then A3 = H; Else { if A3 > 0 and H > A3 Then A3 = H; } if A2 != A2[1] Then A4 = A3[1]; VolOsc = OSCV(shortPeriod,longPeriod); if CrossUp(C,A4) && VolOsc >= 0 Then Find(1); 즐거운 하루되세요 > onlypsn 님이 쓴 글입니다. > 제목 : 종목검색식 요청드립니다. > 아래 키움신호가 발생한 종목검색식 요청드립니다. 항상 감사합니다. * 키움신호 (shortPeriod - 9, longPeriod - 26) A1 = floor(date / 100); A2 = A1 % 100; A3 = highestSINCE(1,A2 !=A2(1) and A2 != 12, H); A4=valuewhen(1, A2 != A2(1), A3(1)); CrossUp(C,A4) && VolumeOsc(shortPeriod,longPeriod) >= 0