커뮤니티
시스템식부탁요~
2004-09-03 16:35:33
1058
글번호 5024
매수후 고점대비 0.5pt하락시 매도
매도후 저점대비 0.5pt상승시 매수
답변 1
예스스탁 예스스탁 답변
2004-09-03 17:25:42
안녕하세요
예스스탁입니다.
문의하신 식은 다음과 같습니다.
var : buyindex(0), sellindex(0);
if crossup(c, ma(c,10)) then{
buy();
buyindex = index;
}
if index > buyindex and crossdown(c, (highest(h,index-buyindex)-0.5)) then
exitlong();
if crossup(c, ma(c,10)) then{
buy();
sellindex = index;
}
if index > sellindex and crossup(c,lowest(L,index-buyindex)+0.5) then
exitshort();
즐거운 하루되세요
> 휘리 님이 쓴 글입니다.
> 제목 : 시스템식부탁요~
> 매수후 고점대비 0.5pt하락시 매도
매도후 저점대비 0.5pt상승시 매수
다음글
이전글