커뮤니티
부탁 드립니다.
2015-08-31 20:43:52
117
글번호 89947
YT로 변환 부탁 드립니다.
미리 감사 드립니다.
p9->(9),p26->(26),p52->(52)
a9=(highest(h,p9)+lowest(l,p9))/2;
a26=(highest(h,p26)+lowest(l,p26))/2;
af1=((highest(h,p9)+lowest(l,p9)+highest(h,p26)+lowest(l,p26))/4);
af2=((highest(h,p52)+lowest(l,p52))/2);
a9-af2(p26-1)
답변 1
예스스탁 예스스탁 답변
2015-09-01 10:54:45
안녕하세요
예스스탁입니다.
input : P9(9),P26(26),P52(52);
var : a9(0),a26(0),af1(0),af2(0);
a9=(highest(h,p9)+lowest(l,p9))/2;
a26=(highest(h,p26)+lowest(l,p26))/2;
af1=((highest(h,p9)+lowest(l,p9)+highest(h,p26)+lowest(l,p26))/4);
af2=((highest(h,p52)+lowest(l,p52))/2);
var1 = a9-af2[p26-1];
plot1(var1);
즐거운 하루되세요
> yes 님이 쓴 글입니다.
> 제목 : 부탁 드립니다.
> YT로 변환 부탁 드립니다.
미리 감사 드립니다.
p9->(9),p26->(26),p52->(52)
a9=(highest(h,p9)+lowest(l,p9))/2;
a26=(highest(h,p26)+lowest(l,p26))/2;
af1=((highest(h,p9)+lowest(l,p9)+highest(h,p26)+lowest(l,p26))/4);
af2=((highest(h,p52)+lowest(l,p52))/2);
a9-af2(p26-1)