커뮤니티
mro 문의
2009-03-10 11:43:49
587
글번호 20793
안녕하세요..
var : hbar1(0);
hbar1=mro(ma(C,20)[4]<ma(c,20)[3] and ma(C,20)[3]<ma(C,20)[2] and ma(c,20)[2]>ma(c,20)[1] and ma(c,20)[1]>ma(c,20),1,200);
messagelog("%.2f",hbar1);
위 소스대로 실행시켜 다 -1이 찍히는데 왜 그런가요..?
답변 1
예스스탁 예스스탁 답변
2009-03-10 14:13:39
안녕하세요
예스스탁입니다.
매개변수를 바꿔서 작성하셨습니다.
MRO(조건,봉갯수,순위)입니다.
var : hbar1(0);
hbar1=mro(ma(C,20)[4]<ma(c,20)[3] and ma(C,20)[3]<ma(C,20)[2] and ma(c,20)[2]>ma(c,20)[1] and ma(c,20)[1]>ma(c,20),200,1);
messagelog("%.2f",hbar1);
즐거운 하루되세요
> 진짜멋진놈 님이 쓴 글입니다.
> 제목 : mro 문의
> 안녕하세요..
var : hbar1(0);
hbar1=mro(ma(C,20)[4]<ma(c,20)[3] and ma(C,20)[3]<ma(C,20)[2] and ma(c,20)[2]>ma(c,20)[1] and ma(c,20)[1]>ma(c,20),1,200);
messagelog("%.2f",hbar1);
위 소스대로 실행시켜 다 -1이 찍히는데 왜 그런가요..?