커뮤니티
예스트레더3.1베타 문의입니다.
2007-06-17 18:16:02
967
글번호 12776
예스트레더3.1베타 문의입니다.
아래 내용중 예스트레더3.1베타 에서 오류부분을 체크하여 주세요.
Var : 저(0),고(0),시(0),매수가(0),전일종가(0),전일고가(0),저13L20(0),
EXLindex(0);
저=daylow(); 고=dayhigh(); 시=dayopen(); 매수가=EntryPrice();
전일종가=dayclose(1); 전일고가=dayhigh(1); 저13L20=Lowest(L[13],20);
EXLindex = index;
if stime >= 090000 and stime <= 145700
and 시 > 전일종가+0.2 and 전일종가 < 저
and 고-0.2 > C
and ((stime >= 090000 and stime <= 092000 and 전일종가 < 저)
or (stime >= 092000 and stime <= 100000 and 저13L20 > C))
and index > EXLindex + 5 then{
buy("매수1");
}
감사합니다.
답변 1
예스스탁 예스스탁 답변
2007-06-18 15:03:59
안녕하세요
예스스탁입니다.
3.1배타버전에서 해당식은 따로 수정할 곳이 없습니다.
그대로 사용하실 수 있습니다.
즐거운 하루되세요
> ksh003 님이 쓴 글입니다.
> 제목 : 예스트레더3.1베타 문의입니다.
> 예스트레더3.1베타 문의입니다.
아래 내용중 예스트레더3.1베타 에서 오류부분을 체크하여 주세요.
Var : 저(0),고(0),시(0),매수가(0),전일종가(0),전일고가(0),저13L20(0),
EXLindex(0);
저=daylow(); 고=dayhigh(); 시=dayopen(); 매수가=EntryPrice();
전일종가=dayclose(1); 전일고가=dayhigh(1); 저13L20=Lowest(L[13],20);
EXLindex = index;
if stime >= 090000 and stime <= 145700
and 시 > 전일종가+0.2 and 전일종가 < 저
and 고-0.2 > C
and ((stime >= 090000 and stime <= 092000 and 전일종가 < 저)
or (stime >= 092000 and stime <= 100000 and 저13L20 > C))
and index > EXLindex + 5 then{
buy("매수1");
}
감사합니다.
다음글
이전글