TradeFlow Charts like CQG's: Has anyone attempted coding thi

Questions about MultiCharts .NET and user contributed studies.
Drmayer
Posts: 5
Joined: 29 Dec 2014
Has thanked: 2 times

TradeFlow Charts like CQG's: Has anyone attempted coding thi

Postby Drmayer » 29 Dec 2014

See http://cqg.com/Docs/IntrotoTradeFlow.pdf
Can this be done in MC?

I'm new to the forum & am considering buying MC. I see MC's Volume Profile & Delta Charts, but I like the looks of CQG's one.

Thanks in advance for your help.

Drew

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: TradeFlow Charts like CQG's: Has anyone attempted coding

Postby Henry MultiСharts » 29 Dec 2014

Hello Drew,

There is no such prebuilt chart type/indicator. That is possible to create your own indicator with the desired plot shape using IChartCustomDrawer. Here is an example how to plot candles with gradient colors in MC .Net using IChartCustomDrawer. There is also a prebuilt indicator called _Market_Depth_on_Chart_2_ that can be used for reference. Another example is here. You may also find useful custom volume profile study created by one of the users.

Please make sure you study the MultiCharts .NET programming guide (Wiki/ PDF)and FAQ topic.

Drmayer
Posts: 5
Joined: 29 Dec 2014
Has thanked: 2 times

Re: TradeFlow Charts like CQG's: Has anyone attempted coding

Postby Drmayer » 29 Dec 2014

Thank you Henry, I'll give those a look.
Drew


Return to “MultiCharts .NET”