커뮤니티

수식질무드립니다

프로필 이미지
먹테르기니
2011-05-24 08:55:06
634
글번호 38982
답변완료
거래중에 -2.1p넘어 갈시 손절하게 하는 기능 삽입 부탁드리겠습니다 if count == 0 and ExitDate(1) < sdate and dayindex >0 Then{ if MarketPosition(1) == 1 and C > O Then buy(); if MarketPosition(1) == -1 and C < O Then sell(); }
시스템
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2011-05-24 09:39:52

안녕하세요 예스스탁입니다. if count == 0 and ExitDate(1) < sdate and dayindex >0 Then{ if MarketPosition(1) == 1 and C > O Then buy(); if MarketPosition(1) == -1 and C < O Then sell(); } SetStopLoss(2.1,PointStop); 즐거운 하루되세요 > 먹테르기니 님이 쓴 글입니다. > 제목 : 수식질무드립니다 > 거래중에 -2.1p넘어 갈시 손절하게 하는 기능 삽입 부탁드리겠습니다 if count == 0 and ExitDate(1) < sdate and dayindex >0 Then{ if MarketPosition(1) == 1 and C > O Then buy(); if MarketPosition(1) == -1 and C < O Then sell(); }