new DateTime(Bars.SessionBegin.Year, Bars.SessionBegin.Month, Bars.SessionBegin.Day, Bars.SessionEnd.Hour, Bars.SessionEnd.Minute, Bars.SessionEnd.Second);
In NT7 I am getting the following error:
'NinjaTrader.Data.Bars' does not contain a definition for 'SessionBegin' and no extension method 'SessionBegin' accepting a first argument of type 'NinjaTrader.Data.Bars' could be found (are you missing a using directive or an assembly reference?)
What's the construct in NT7?
Thanks,
Mole

, how do i do the conversion to get session start for today?
Comment