안녕하세요?
아래수식에서
if src > lvl and src[1] < lvl Then
strength = strength + 1;
if src < lvl and src[1] > lvl Then
strength = strength + 1;
}
col2 = iff(src > level[1] , Red, Blue);
col3 = iff(src > level[2] , Red, Blue);
col4 = iff(src > level[3] , Red, Blue);
col5 = iff(src > level[4] , Red, Blue);
col6 = iff(src > level[5] , Red, Blue);
plot2(level[1],"2",col2);
plot3(level[2],"3",col3);
plot4(level[3],"4",col4);
plot5(level[4],"5",col5);
plot6(level[5],"6",col6);
모두양선인곳마다매수 모두음선인곳마다 매도부탁드립니다
감사합니다
답변 1
예스스탁
예스스탁 답변
2025-03-04 15:15:36
안녕하세요
예스스탁입니다.
col2 = iff(src > level[1] , Red, Blue);
col3 = iff(src > level[2] , Red, Blue);
col4 = iff(src > level[3] , Red, Blue);
col5 = iff(src > level[4] , Red, Blue);
col6 = iff(src > level[5] , Red, Blue);
if col1 == Red and
col2 == Red and
col3 == Red and
col4 == Red and
col5 == Red Then
Buy();
if col1 == Blue and
col2 == Blue and
col3 == Blue and
col4 == Blue and
col5 == Blue Then
Sell();
즐거운 하루되세요
> 占쏙옙占쏙옙占쏙옙 님이 쓴 글입니다.
> 제목 : 문의드립니다
> 안녕하세요?
아래수식에서
if src > lvl and src[1] < lvl Then
strength = strength + 1;
if src < lvl and src[1] > lvl Then
strength = strength + 1;
}
col2 = iff(src > level[1] , Red, Blue);
col3 = iff(src > level[2] , Red, Blue);
col4 = iff(src > level[3] , Red, Blue);
col5 = iff(src > level[4] , Red, Blue);
col6 = iff(src > level[5] , Red, Blue);
plot2(level[1],"2",col2);
plot3(level[2],"3",col3);
plot4(level[3],"4",col4);
plot5(level[4],"5",col5);
plot6(level[5],"6",col6);
모두양선인곳마다매수 모두음선인곳마다 매도부탁드립니다
감사합니다