∎ 매매의 기술 [ K ]/지표편집
거래량의 색을 캔들 음양봉색과 일치
케이님[K]
2014. 5. 4. 16:41
거래량 지표의 색을 캔들의 음양봉색과 동일하게 나타내는 지표
if C > O or (C == O and C >= C[1]) then
plot1(V,"거래량",Red);
Else
plot1(V,"거래량",blue);
if C > O or (C == O and C >= C[1]) then
plot1(V,"거래량",Red);
Else
plot1(V,"거래량",blue);