2013년 6월 22일 토요일

일반_2% rule

//2% rule
//일정기간동안의 저가대비 2% 상향돌파하면 매수

input : N(20);

if crossup(C,Lowest(L,N)[1]) Then
 buy();

댓글 없음:

댓글 쓰기