커뮤니티

예스랭귀지 수식 요청합니다

프로필 이미지
당근인생
2024-11-22 13:03:47
399
글번호 185561
답변완료

첨부 이미지

키움 조건식을 예스랭귀지로 변환 가능한지 확인부탁드립니다~ 감사합니다
종목검색
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2024-11-22 14:25:56

안녕하세요 예스스탁입니다. 각 조건들들의 and/or 조합상태가 불명확합니다. 모두 and로 처리합니다. input : Period1(9),Period2(5),Period3(5); input : Length1(26),Length2(5),Length3(5); var : F1(0),K1(0),D1(0); var : F2(0),K2(0),D2(0); F1 = Fastk(Period1); K1 = StochasticsK(Period1,Period2); D1 = StochasticsD(Period1,Period2,Period3); F2 = Fastk(Length1); K2 = StochasticsK(Length1,Length2); D2 = StochasticsD(Length1,Length2,Length3); if F1 < K1 and F1 <= 20 and CrossUp(F1,K1) and F2 < K2 and F2 <= 20 and CrossUp(F2,K2) and K1 <= 20 and K1 < D1 and crossup(K1,D1) and K2 <= 20 and K2 < D2 and CrossUp(K2,D2) Then Find(1); 즐거운 하루되세요 > 당근인생 님이 쓴 글입니다. > 제목 : 예스랭귀지 수식 요청합니다 > 키움 조건식을 예스랭귀지로 변환 가능한지 확인부탁드립니다~ 감사합니다