커뮤니티

수식 수정 부탁드립니다

프로필 이미지
타이쿤
2016-03-17 07:15:17
93
글번호 96329
답변완료
아래 수식을 오전 9시 시가에 신호가 발생하지 않도록 수정 부탁드립니다 var:p1(0),p2(0); p1=daylow+3; p2=dayhigh-3; if crossup(c,p2) then{ buy(); } if crossdown(c,p1) then{ sell(); } 감사합니다
시스템
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2016-03-17 14:05:50

안녕하세요 예스스탁입니다. var:p1(0),p2(0); p1=daylow+3; p2=dayhigh-3; if crossup(c,p2) and dayindex > 0 then{ buy(); } if crossdown(c,p1) and dayindex > 0 then{ sell(); } 즐거운 하루되세요 > 타이쿤 님이 쓴 글입니다. > 제목 : 수식 수정 부탁드립니다 > 아래 수식을 오전 9시 시가에 신호가 발생하지 않도록 수정 부탁드립니다 var:p1(0),p2(0); p1=daylow+3; p2=dayhigh-3; if crossup(c,p2) then{ buy(); } if crossdown(c,p1) then{ sell(); } 감사합니다