커뮤니티
64139 재질문 부탁 드립니다.(내용무)
2019-09-18 15:33:05
194
글번호 132046
.
답변 1
예스스탁 예스스탁 답변
2019-09-18 16:56:50
안녕하세요
예스스탁입니다.
input : 단위(60);
input : sd(20190910),st(90000);
var : S1(0),D1(0),TM(0),TF(0);
var : hh(0),ll(0),mm(0),month(0),Tcond(false);
if Tcond == false and sdate >= sd and stime >= st Then
Tcond = true;
if tcond == true and Tcond != Tcond[1] then
{
S1 = TimeToMinutes(stime);
D1 = sdate;
}
if D1 > 0 then
{
if sdate == D1 Then
TM = TimeToMinutes(stime)-S1;
Else
TM = TimeToMinutes(stime)+1440-S1;
TF = TM%단위;
if (Tcond == true and tcond != tcond[1]) or (tcond == true and tcond == tcond[1] and TF < TF[1])Then
{
hh = h;
ll = l;
}
if hh > 0 and ll > 0 then
{
if h > hh Then
hh = h;
if l < ll Then
ll = l;
mm = (hh+ll)/2;
var1=c-mm;
plot1(var1);
}
}
PlotBaseLine1(0);
즐거운 하루되세요
> 뮬리 님이 쓴 글입니다.
> 제목 : 64139 재질문 부탁 드립니다.(내용무)
> .
다음글
이전글