Pre loader

Market Footprint implementation

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

1
0

Hi,
I’m trying to implement a market footprint with SciChart framework, I mean is possible create like a plugin for implement in the framework?
My idea was set body color of all the candles invisible and than for every candle set two volume series in horizontal like in the image.

Version
1
Images
  • You must to post comments
0
0

We now have a blog post on this frequently asked question: How to create a Volume Profile in a JavaScript Financial Chart. Read this for full information how to setup this type of chart with SciChart.js

Hi John,

We support this chart type (Market Profile charts) in other platforms of SciChart, we don’t support it natively in SciChart.js yet.

However, it is now possible to build a special chart type that overlays a chart-on-a-chart. Using the technique in this blog post How to create a Volume Profile in a JavaScript Financial Chart it is possible to dock and rotate a chart series inside the main SciChartSurface to visualise a volume profile or market footprint. Read the blog post above for more details.

Thanks and regards,
Andrew

  • You must to post comments
0
0

Hello,

Could you guide me on implementing this in JavaScript? I went through the volume profile article but am a bit unsure about the approach.

Should I create a subchart for each candle bar and draw the rotated column series, or should I create a single transposed x-y series for the column? If itÔÇÖs the latter, how can I ensure the column series starts at a specific range rather than from 0?

Additionally, would using a custom renderable series be a better approach here?

Any help or clarification would be greatly appreciated!

Best regards

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.