커뮤니티

부탁합니다

프로필 이미지
안전
2012-02-19 22:18:20
356
글번호 47927
답변완료
강세 공식 avg(sum(if(h>h(1),10,0),10),1) >= avg(sum(if(h(1)>h(2),10,0),10),1) and avg(sum(if(h>h(1),10,0),10),1) > lowest(avg(sum(if(h>h(1),10,0),10),1),7) and avg(sum(if(h>h(1),10,0),10),1) >= highest(avg(sum(if(h>h(1),10,0),10),1),3) 약세 공식 avg(sum(if(l>l(1),10,0),10),1) <= avg(sum(if(l(1)>l(2),10,0),10),1) and avg(sum(if(l>l(1),10,0),10),1) < highest(avg(sum(if(l>l(1),10,0),10),1),7) and avg(sum(if(l>l(1),10,0),10),1) <= lowest(avg(sum(if(l>l(1),10,0),10),1),3)
지표
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2012-02-20 14:32:32

안녕하세요 예스스탁입니다. Condition1 = ma(AccumN(iff(h>h[1],10,0),10),1) >= ma(AccumN(iff(h[1]>h[2],10,0),10),1) and ma(AccumN(iff(h>h[1],10,0),10),1) > lowest(ma(AccumN(iff(h>h[1],10,0),10),1),7) and ma(AccumN(iff(h>h[1],10,0),10),1) >= highest(ma(AccumN(iff(h>h[1],10,0),10),1),3); Condition2 = ma(AccumN(iff(l>l[1],10,0),10),1) <= ma(AccumN(iff(l[1]>l[2],10,0),10),1) and ma(AccumN(iff(l>l[1],10,0),10),1) < highest(ma(AccumN(iff(l>l[1],10,0),10),1),7) and ma(AccumN(iff(l>l[1],10,0),10),1) <= lowest(ma(AccumN(iff(l>l[1],10,0),10),1),3); if Condition1 == true Then plot1(H); if Condition2 == true Then plot1(L); 검색식으로 작성하시기 바랍니다. 즐거운 하루되세요 > 안전 님이 쓴 글입니다. > 제목 : 부탁합니다 > 강세 공식 avg(sum(if(h>h(1),10,0),10),1) >= avg(sum(if(h(1)>h(2),10,0),10),1) and avg(sum(if(h>h(1),10,0),10),1) > lowest(avg(sum(if(h>h(1),10,0),10),1),7) and avg(sum(if(h>h(1),10,0),10),1) >= highest(avg(sum(if(h>h(1),10,0),10),1),3) 약세 공식 avg(sum(if(l>l(1),10,0),10),1) <= avg(sum(if(l(1)>l(2),10,0),10),1) and avg(sum(if(l>l(1),10,0),10),1) < highest(avg(sum(if(l>l(1),10,0),10),1),7) and avg(sum(if(l>l(1),10,0),10),1) <= lowest(avg(sum(if(l>l(1),10,0),10),1),3)