커뮤니티
please check attaschment
2018-07-17 09:53:51
199
글번호 120646
please check attaschment.
always thank you.
답변 1
예스스탁 예스스탁 답변
2018-07-17 08:49:48
안녕하세요
예스스탁입니다.
input : starttime(100000),endtime(040000);
var : Tcond(false);
if (sdate != sdate[1] and stime >= starttime) or
(sdate == sdate[1] and stime >= starttime and stime[1] < starttime) then
{
Tcond = true;
var1 = 0;
var2 = 0;
var3 = 0;
}
if (sdate != sdate[1] and stime >= endtime) or
(sdate == sdate[1] and stime >= endtime and stime[1] < endtime) then
{
Tcond = false;
var1 = 0;
var2 = 0;
var3 = 0;
}
if Tcond == true then
{
var1 = var1+Upvol;
var2 = var2+DownVol;
var3 = var1-var2;
}
if var3 > 0 Then
plot1(var3,"1");
Else
plot2(var3,"2");
즐거운 하루되세요
> 흑수돌 님이 쓴 글입니다.
> 제목 : please check attaschment
>
please check attaschment.
always thank you.
다음글
이전글