커뮤니티

시스템식부탁요~

프로필 이미지
휘리
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상승시 매수