커뮤니티
혼자서 검색해서 해봐도 되지를 않는군요
2017-09-23 18:51:00
181
글번호 113027
안녕하세요
혼자서 검색해서 해봐도 되지를 않는군요
차트 종류에 문제가 있나 하는 생각도 들고요
아침 9시10에 오후 14시00 차트에 수직선를 그리고자 합니다
도와주세요
아래식은 검색해서 찾은것입니다
참고로 전 예스글로벌 프로를 사용합니다
if dayindex == 0 Then{
Condition1 = false;
TL_New(sdate,stime,9999999,sdate,stime,0);
}
if Condition1 == false and stime >= 093000 then{
Condition1 = true;
TL_New(sdate,stime,9999999,sdate,stime,0);
}
답변 1
예스스탁 예스스탁 답변
2017-09-25 14:59:46
안녕하세요
예스스탁입니다.
input : ntime1(91000),ntime2(140000);
if (sdate != sdate[1] and stime >= ntime1) or
(sdate == sdate[1] and stime >= ntime1 and stime[1] < ntime1) Then{
TL_New(sdate,stime,9999999,sdate,stime,0);
}
if (sdate != sdate[1] and stime >= ntime2) or
(sdate == sdate[1] and stime >= ntime2 and stime[1] < ntime2) Then{
TL_New(sdate,stime,9999999,sdate,stime,0);
}
즐거운 하루되세요
> 상영중 님이 쓴 글입니다.
> 제목 : 혼자서 검색해서 해봐도 되지를 않는군요
> 안녕하세요
혼자서 검색해서 해봐도 되지를 않는군요
차트 종류에 문제가 있나 하는 생각도 들고요
아침 9시10에 오후 14시00 차트에 수직선를 그리고자 합니다
도와주세요
아래식은 검색해서 찾은것입니다
참고로 전 예스글로벌 프로를 사용합니다
if dayindex == 0 Then{
Condition1 = false;
TL_New(sdate,stime,9999999,sdate,stime,0);
}
if Condition1 == false and stime >= 093000 then{
Condition1 = true;
TL_New(sdate,stime,9999999,sdate,stime,0);
}
다음글
이전글