Hi all;

In Python the History() data has a call to drop entries with a NAN in them. In C# this does not seem to exist so I need to look at each individual TradeBar object.

However TradeBad.Open is decimal, not nullable decimal. So what value does it return if it doesn't actually have that data? -1?

Same question for the rest of oHLCV?

thanks - dave