Volumetric / Order flow data
Created at 28 May 2023, 17:32
Volumetric / Order flow data
28 May 2023, 17:32
Hi,
Does Ctrader offer orderflow data or volumetric bars like ninjatrader ? https://ninjatrader.com/support/helpGuides/nt8/NT%20HelpGuide%20English.html?order_flow_volumetric_bars2.htm
My friend and I have built an indicator for Ninjatrader and would like to port it over to ctrader as well
Thanks
firemyst
30 May 2023, 11:56
You can use the TickVolume api and do your own calculations to determine pressure, or use any of the many indicators that do things with Tick volume.
An example:
And the cTrader indicator archive:
@firemyst