커뮤니티

문의

프로필 이미지
레전드
2023-11-07 03:54:25
951
글번호 173791
답변완료
나스닥 밤10시30분 부터 11시30분까지 고저점이 다음날 10시 30분까지 나오게 부탁드립니다
지표
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2023-11-07 14:34:39

안녕하세요 예스스탁입니다. input : StartTime(223000),EndTime(233000); var : Tcond(false),HH(0),LL(0); if (sdate != sdate[1] and stime >= EndTime) or (sdate == sdate[1] and stime >= EndTime and stime[1] < EndTime) Then { Tcond = False; TL_New(sdate,sTime,0,sDate,sTime,99999999); } 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 Tcond == true Then { if h > hh Then hh = h; if l < ll Then ll = l; } if hh > 0 and ll > 0 Then { Plot1(hh); plot2(ll); } 즐거운 하루되세요 > 레전드 님이 쓴 글입니다. > 제목 : 문의 > 나스닥 밤10시30분 부터 11시30분까지 고저점이 다음날 10시 30분까지 나오게 부탁드립니다