2013년 6월 22일 토요일

30 MBO 시스템

## 당일 N번 진입
input : N(2);
var : count(0);

Count = 0 ;
for Value1 = 0 to 10 {
      if EntryDate( Value1 ) == sdate then
            Count = Count + 1;
}

if Stime >= 93000 and MarketPosition() == 0 and count < N Then{
 if C > TimeHigh(90000,92959) Then
  buy();
 if C < TimeLow(90000,92959) Then
  sell();
}

SetStopLoss(1,pointstop);
SetStopProfittarget(1,Pointstop);
SetStopEndofday(1500);

댓글 없음:

댓글 쓰기