找回密碼
 註冊
搜索
查看: 2730|回復: 2

諳問在mutlicharts中的volume candle stick

[複製鏈接]
發表於 16-9-13 16:32 | 顯示全部樓層 |閱讀模式
各位大大,如題,在在mutlicharts中如何出volume candle stick
發表於 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);
回復

使用道具 舉報

 樓主| 發表於 16-9-15 10:34 | 顯示全部樓層
感謝你的回答,但我表達不清楚,我心目中的是當volume越大,volume bar 越粗,再次謝謝
canvol-2-fdxexam.png
回復

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 註冊

本版積分規則

Archiver|手機版|站長信箱|廣告洽詢|COCO研究院

GMT+8, 25-9-10 19:44

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回復 返回頂部 返回列表