커뮤니티

감사합니다.

프로필 이미지
huhboo99
2013-12-02 16:29:13
118
글번호 70040
답변완료
감사합니다. 아래의 수식을 적용시 시초가에 매수한 것에 대해서는 손실율을 일정율(10%)로 적용하고 싶은데 수식을 부탁드립니다. input: Per(20); if MarketPosition == 1 Then{ if daylow >= EntryPrice*(1-Per/100) Then ExitLong("bx7",AtStop,daylow); } 감사합니다.
시스템
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2013-12-02 17:54:36

안녕하세요 예스스탁입니다. input: Per(20); if MarketPosition == 1 Then{ if EntryTime == 090000 and EntryPrice == dayopen Then ExitLong("bx71",AtStop,EntryPrice*0.9); if !(EntryTime == 090000 and EntryPrice == dayopen) and daylow >= EntryPrice*(1-Per/100) Then ExitLong("bx72",AtStop,daylow); } 즐거운 하루되세요 > huhboo99 님이 쓴 글입니다. > 제목 : 감사합니다. > 감사합니다. 아래의 수식을 적용시 시초가에 매수한 것에 대해서는 손실율을 일정율(10%)로 적용하고 싶은데 수식을 부탁드립니다. input: Per(20); if MarketPosition == 1 Then{ if daylow >= EntryPrice*(1-Per/100) Then ExitLong("bx7",AtStop,daylow); } 감사합니다.