TradingHours.Get() vs. TradingHours.String2TradingHours()
Question #1: Is there any difference between using TradingHours.Get("The Name of a Trading Hours Template") and TradingHours.String2TradingHours("The Name of a Trading Hours Template")?
Question #2:Is one of these better to use in certain situations but the other better for other situations?
TradingHoursDataConverter vs. OrderFlowPlusTradingHoursDataConverter
Question #3: Also, is there any difference between using TradingHoursDataConverter and OrderFlowPlusTradingHoursDataConverter attribute to decorate a string property that represents the name of a trading hours template so that it appears as a drop-down list in the NinjaTrader user interface, other than that the "Use Current" item in the drop-down list created by decorating a string property with the TradingHoursDataConverter is "<Use instrument settings>" whereas the "Use Current" item in the drop-down list created by decorating a string property with the OrderFlowPlusTradingHoursDataConverter is "<Use data series settings>"?
Question #4: Is one of these better to use in certain situations but the other better for other situations?
Thank you in advance!
EquityTrader

Comment