커뮤니티

수정부탁드려요 당일 제외

프로필 이미지
아무다
2023-09-06 05:30:55
743
글번호 172186
답변완료
if m>m[1]*3 and (c/c[1]*100>105 or c/o*100>105) and c>o and m>30000000000 Then { var90 = Index; Var91 = h; Var92 = m/v; Var93 = c; } if Var90>0 and Index > var90 and Index <= var90+7 then find(1); 위의 조건을 전일 기준으로 검색하고 싶어요 당일 것은 제외 하고 나오게 하고 싶습니다
종목검색
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2023-09-06 11:02:45

안녕하세요 예스스탁입니다. input : n(1); if m>m[1]*3 and (c/c[1]*100>105 or c/o*100>105) and c>o and m>30000000000 Then { var90 = Index; Var91 = h; Var92 = m/v; Var93 = c; } Condition1 = Var90>0 and Index > var90 and Index <= var90+7; if Condition1[n] == true then find(1); 즐거운 하루되세요 > 아무다 님이 쓴 글입니다. > 제목 : 수정부탁드려요 당일 제외 > if m>m[1]*3 and (c/c[1]*100>105 or c/o*100>105) and c>o and m>30000000000 Then { var90 = Index; Var91 = h; Var92 = m/v; Var93 = c; } if Var90>0 and Index > var90 and Index <= var90+7 then find(1); 위의 조건을 전일 기준으로 검색하고 싶어요 당일 것은 제외 하고 나오게 하고 싶습니다