커뮤니티

신호식 부탁드립니다

프로필 이미지
회원
2013-04-09 06:04:11
172
글번호 61816
답변완료
var=int((c-daropen)/0.5)*0.5+dayopen if dayindex > 0 then{ if var > var[]then value=1; if var<var[] then value=-1; } else value=0; if value==1 then plot1(var,"1",red); else plot1(var,"1",blue); 위의 식에서 red이면 매수신호,blue이면 매도신호가 나오게 부탁드립니다
시스템
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2013-04-09 11:41:26

안녕하세요 예스스탁입니다. var=int((c-daropen)/0.5)*0.5+dayopen; if dayindex > 0 then{ if var > var[]then value=1; if var<var[] then value=-1; } else value=0; if value==1 then buy(); else sell(); 즐거운 하루되세요 > WT_epnc001 님이 쓴 글입니다. > 제목 : 신호식 부탁드립니다 > var=int((c-daropen)/0.5)*0.5+dayopen if dayindex > 0 then{ if var > var[]then value=1; if var<var[] then value=-1; } else value=0; if value==1 then plot1(var,"1",red); else plot1(var,"1",blue); 위의 식에서 red이면 매수신호,blue이면 매도신호가 나오게 부탁드립니다