2013년 6월 22일 토요일

역추세_Gilligan's Island

역추세_Gilligan's Island


//[필터] 전일시가가 60L, 전일C>50%, 전일양봉
//[매수진입] 전일H
//- 갭하락후 양봉일때 진입하는 갭필전략
//[출처] Hit and Run Trading I



if O[1] == Lowest(L,60)[1] and C[1] > L[1]+(H[1]-L[1])*0.5 and C > O Then{
 if C > H[1] Then
  buy();
}

댓글 없음:

댓글 쓰기