when using OrderFlowCumulativeDelta my Uty-Monitor shows very high number for the 1 Tick Barstyp and my NT was frozen so I had to disconnect. When using the OFcumulativeDelta with an indicator COBCtrue and for the primary dataseries only is it necessary to have in the code the 1 Tick Dataseries with
" if (BarsInProgress == 1)
{// We have to update the secondary series of the hosted indicator to make sure the values we get in BarsInProgress == 0 are in sync
OrderFlowCumulativeDelta1.Update(OrderFlowCumulati veDelta1.BarsArray[1].Count - 1, 1); }
I only want to use it like ""OrderFlowCumulativeDelta1.DeltaClose[0] > OrderFlowCumulativeDelta1.DeltaHigh[1])" for the primary dataseries with COBCtrue.
Thank you!
Tony

Comment