커뮤니티

문의

프로필 이미지
레전드
2019-02-25 17:43:16
141
글번호 126549
답변완료
항생 오전10시 15분을 기준으로 하여 10시15분에서 10시30분 사이의 최저점 최고점이 나오도록 부탁드릴게요
지표
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2019-02-26 11:41:05

안녕하세요 예스스탁입니다. input : starttime(101500),endtime(103000); var : Tcond(false),hh(0),ll(0); if (sdate != sdate[1] and stime >= starttime) or (sdate == sdate[1] and stime >= starttime and stime[1] < starttime) then { Tcond = true; hh = h; ll = l; } if (sdate != sdate[1] and stime >= endtime) or (sdate == sdate[1] and stime >= endtime and stime[1] < endtime) then { Tcond = false; } if tcond == true then { if h > hh Then hh = h; if l < ll Then ll = l; } plot1(hh); plot2(ll); 즐거운 하루되세요 > 레전드 님이 쓴 글입니다. > 제목 : 문의 > 항생 오전10시 15분을 기준으로 하여 10시15분에서 10시30분 사이의 최저점 최고점이 나오도록 부탁드릴게요