커뮤니티

부탁합니다

프로필 이미지
안전
2012-03-02 17:57:09
491
글번호 48497
답변완료
부탁드립니다 if((lowest(close,shortDay) + ((highest(close,shortDay) - lowest(close,shortDay))*0.236)) > close,-1,if((highest(close,shortDay) - ((highest(close,shortDay) - lowest(close,shortDay))*0.236)) < close,1,0))
지표
답변 2
프로필 이미지

예스스탁 예스스탁 답변

2012-03-02 18:31:36

안녕하세요 예스스탁입니다. 지표식인지 시스템식인지 불분명하여 지표식으로 만들었습니다. input : shortDay(5); var1 = iff((lowest(close,shortDay) + ((highest(close,shortDay) - lowest(close,shortDay))*0.236)) > close,-1,iff((highest(close,shortDay) - ((highest(close,shortDay) - lowest(close,shortDay))*0.236)) < close,1,0)); plot1(var1); 즐거운 하루되세요 > 안전 님이 쓴 글입니다. > 제목 : 부탁합니다 > 부탁드립니다 if((lowest(close,shortDay) + ((highest(close,shortDay) - lowest(close,shortDay))*0.236)) > close,-1,if((highest(close,shortDay) - ((highest(close,shortDay) - lowest(close,shortDay))*0.236)) < close,1,0))
프로필 이미지

안전

2012-03-02 18:43:58

안전 님에 의해 삭제된 답변입니다.