안녕하세요. 유튜브에서 다바스박스 검색식을 보고
입력해보았는데, 오류가 많이 나와서 수정부탁드립니다. 늘 감사드립니다'
input; 기간(5);
var; NHH(0), No(0), LL(0), NH(0), NL(0);
if L==lowest(L, 5) then LL=L ;
else if L[1]== lowest( L, 5) then LL=L[1];
else if if L[2]== lowest( L, 5) then LL=L[2];
else if L[3]== lowest( L, 5) then LL=L[3];
else if L[4]== lowest( L, 5) then LL=L[4];
else LL=0;
if H >Highest(H[1], 기간) then
{ NHH = H ;
No = index ;
}
if index-No==3 && Highest(H,3)< Highest(H ,4) then
{ NH= NHH;
NL= LL;
}
if Crossup(C , NH) then
find(1);
답변 1
예스스탁
예스스탁 답변
2022-08-24 11:50:36
안녕하세요
예스스탁입니다.
input : 기간(5);
var : NHH(0), No(0), LL(0), NH(0), NL(0);
if L == lowest(L, 5) then
LL = L;
else if L[1] == lowest(L,5) then
LL = L[1];
else if L[2] == lowest(L,5) then
LL = L[2];
else if L[3] == lowest(L,5) then
LL = L[3];
else if L[4] == lowest( L, 5) then
LL = L[4];
else
LL=0;
if H > Highest(H[1],기간) then
{
NHH = H ;
No = index ;
}
if index-No==3 && Highest(H,3) < Highest(H ,4) then
{
NH= NHH;
NL= LL;
}
if Crossup(C , NH) then
find(1);
즐거운 하루되세요
> 심기일전 님이 쓴 글입니다.
> 제목 : 수식오류 수정부탁드립니다
> 안녕하세요. 유튜브에서 다바스박스 검색식을 보고
입력해보았는데, 오류가 많이 나와서 수정부탁드립니다. 늘 감사드립니다'
input; 기간(5);
var; NHH(0), No(0), LL(0), NH(0), NL(0);
if L==lowest(L, 5) then LL=L ;
else if L[1]== lowest( L, 5) then LL=L[1];
else if if L[2]== lowest( L, 5) then LL=L[2];
else if L[3]== lowest( L, 5) then LL=L[3];
else if L[4]== lowest( L, 5) then LL=L[4];
else LL=0;
if H >Highest(H[1], 기간) then
{ NHH = H ;
No = index ;
}
if index-No==3 && Highest(H,3)< Highest(H ,4) then
{ NH= NHH;
NL= LL;
}
if Crossup(C , NH) then
find(1);