커뮤니티

특정날자와 시간에 검색하기 위한 식이 먹히질 않네요

프로필 이미지
날으는여우
2020-06-19 08:49:44
1987
글번호 139963
답변완료
아침 8시 49분에 어제 증시 시간내에 검색 했는데 결과값이 안나오네요 input : nday(20200618),ntime(152000); if sdate != sdate[1] Then Condition1 = false; if sdate == nday and stime == ntime and var2 > var3 and (close - DayClose(1))*100/DayClose(1) > 4 Then { Condition1 = true; var4 = (close - DayClose(1))*100/DayClose(1); } if Condition1 == true Then find(var4);
검색
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2020-06-19 14:00:52

> 날으는여우 님이 쓴 글입니다. > 제목 : 특정날자와 시간에 검색하기 위한 식이 먹히질 않네요 > 아침 8시 49분에 어제 증시 시간내에 검색 했는데 결과값이 안나오네요 input : nday(20200618),ntime(152000); if sdate != sdate[1] Then Condition1 = false; if sdate == nday and stime == ntime and var2 > var3 and (close - DayClose(1))*100/DayClose(1) > 4 Then { Condition1 = true; var4 = (close - DayClose(1))*100/DayClose(1); } if Condition1 == true Then find(var4);