triax 發表於 16-9-13 16:32

諳問在mutlicharts中的volume candle stick

各位大大,如題,在在mutlicharts中如何出volume candle stick

hipper68 發表於 16-9-13 17:23

vars:color(0), _Volume(0);

if BarType >= 2 and BarType < 5 then
        _Volume = Volume
else                        
        _Volume = Ticks;


if Open < Close then color=red
else color=white;

PlotPB (_Volume, 0,0, _Volume, "Volume", color);

triax 發表於 16-9-15 10:34

感謝你的回答,但我表達不清楚,我心目中的是當volume越大,volume bar 越粗,再次謝謝
頁: [1]
查看完整版本: 諳問在mutlicharts中的volume candle stick