커뮤니티

아래식을 검증하면

프로필 이미지
회원
2004-07-08 13:30:01
1080
글번호 4435
답변완료
아래식을 yes에서 검증하면 여기서 호출할 수 없음이 뜸니다 10라인 14라인 buy,sell요 다시 좀 봐주세요
기타
답변 2
프로필 이미지

예스스탁 예스스탁 답변

2004-07-08 14:15:36

안녕하세요 예스스탁입니다. 작성해 드린식은 시스템식입니다. 파일관리자 창에서 시스템탭에 파일을 붙여넣기하시고 검증하신 다음 사용하셔야 합니다. var : 상단(0), 하단(0), buyval(0); 상단 = dayclose(1)+(dayhigh(1)-daylow(1)); 하단 = dayclose(1)-(dayhigh(1)-daylow(1)); if stime >= 90000 and stime <= 143000 and dayopen() > 하단 and dayopen() < 상단 and crossup(c, 상단) then{ buy(); buyval = c ; } if crossdown(c, 하단) or stime == 150000 or crossdown(c, buyval-0.3) then sell(); 즐거운 하루되세요 > HH_leedh319 님이 쓴 글입니다. > 제목 : 아래식을 검증하면 > 아래식을 yes에서 검증하면 여기서 호출할 수 없음이 뜸니다 10라인 14라인 buy,sell요 다시 좀 봐주세요
프로필 이미지

예스스탁 예스스탁 답변

2004-07-09 15:00:55

안녕하세요 예스스탁입니다. var : 상단(0), 하단(0); if dayindex() >= 0 then { 상단 = dayclose(1)+(dayhigh(1)-daylow(1)); 하단 = dayclose(1)-(dayhigh(1)-daylow(1)); } setstoploss(0.3, pointstop); if dayindex() >= 1 and crossup(c, 상단) and stime <= 143000 then buy(); if marketposition() == 1 and crossdown(c, 하단) or stime == 150400 then exitlong(); if marketposition() == -1 and crossup(c, 상단) or stime == 150400 then exitshort(); 감사합니다. > 예스스탁 님이 쓴 글입니다. > 제목 : Re : 아래식을 검증하면 > 안녕하세요 예스스탁입니다. 작성해 드린식은 시스템식입니다. 파일관리자 창에서 시스템탭에 파일을 붙여넣기하시고 검증하신 다음 사용하셔야 합니다. var : 상단(0), 하단(0), buyval(0); 상단 = dayclose(1)+(dayhigh(1)-daylow(1)); 하단 = dayclose(1)-(dayhigh(1)-daylow(1)); if stime >= 90000 and stime <= 143000 and dayopen() > 하단 and dayopen() < 상단 and crossup(c, 상단) then{ buy(); buyval = c ; } if crossdown(c, 하단) or stime == 150000 or crossdown(c, buyval-0.3) then sell(); 즐거운 하루되세요 > HH_leedh319 님이 쓴 글입니다. > 제목 : 아래식을 검증하면 > 아래식을 yes에서 검증하면 여기서 호출할 수 없음이 뜸니다 10라인 14라인 buy,sell요 다시 좀 봐주세요