커뮤니티
수식문의
2019-04-01 14:27:46
171
글번호 127525
아래 수식을
최대 280.00 ~ 최소 260.00 range에서만 실행되게 부탁드립니다.
input : 최대(280),최소(260);
input : ntime(100000);
요청수식)
input : ntime(100000);
if stime == ntime or (stime > ntime and stime[1] < ntime) Then
buy();
답변 1
예스스탁 예스스탁 답변
2019-04-01 14:57:16
안녕하세요
예스스탁입니다.
input : 최대(280),최소(260);
input : ntime(100000);
if 최대 > c and C > 최소 then
{
if stime == ntime or (stime > ntime and stime[1] < ntime) Then
buy();
}
즐거운 하루되세요
> 좌오비우오비 님이 쓴 글입니다.
> 제목 : 수식문의
> 아래 수식을
최대 280.00 ~ 최소 260.00 range에서만 실행되게 부탁드립니다.
input : 최대(280),최소(260);
input : ntime(100000);
요청수식)
input : ntime(100000);
if stime == ntime or (stime > ntime and stime[1] < ntime) Then
buy();