커뮤니티

항상감사드립니다.문의

프로필 이미지
회원
2008-09-23 11:23:59
864
글번호 17174
답변완료
이 식에서 진입시에 봉완성시 진입이 아니라 조건만족 즉시 시장가로 진입이 가능하게 좀 만들어 주세요~ 부탁드립니다~ var : count(0),value1(0); Count = 0 ; for Value1 = 0 to 10 { if EntryDate( Value1 ) == sdate then Count = Count + 1; } if stime >= 92500 and count < 1 Then{ if crossup(c,timehigh(90000,92459)) Then buy(); if CrossDown(c,timelow(90000,92459)) Then sell(); } SetStopTrailing(0.5,1,pointstop); SetStopLoss(0.8,pointstop);
시스템
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2008-09-23 17:32:39

안녕하세요 예스스탁입니다. var : count(0),value1(0); Count = 0 ; for Value1 = 0 to 10 { if EntryDate( Value1 ) == sdate then Count = Count + 1; } if time < 92500 and count < 1 Then{ buy("매수",atstop,timehigh(90000,92459)); sell("매도",atstop,timelow(90000,92459)); } SetStopTrailing(0.5,1,pointstop); SetStopLoss(0.8,pointstop); 즐거운 하루되세요 > CJ_coco 님이 쓴 글입니다. > 제목 : 항상감사드립니다.문의 > 이 식에서 진입시에 봉완성시 진입이 아니라 조건만족 즉시 시장가로 진입이 가능하게 좀 만들어 주세요~ 부탁드립니다~ var : count(0),value1(0); Count = 0 ; for Value1 = 0 to 10 { if EntryDate( Value1 ) == sdate then Count = Count + 1; } if stime >= 92500 and count < 1 Then{ if crossup(c,timehigh(90000,92459)) Then buy(); if CrossDown(c,timelow(90000,92459)) Then sell(); } SetStopTrailing(0.5,1,pointstop); SetStopLoss(0.8,pointstop);