View Full Version : Cbi.Globals
Jim-Boulder
07-23-2007, 06:21 PM
What is the .MinDate value used in various indicators such as Pivot Points? Is there documentation on it online or elsewhere?
NinjaTrader_Dierk
07-23-2007, 11:18 PM
This is an NT internal feature which is not documented, since we don't provide support on it's usage.
Jim-Boulder
07-24-2007, 04:10 PM
This is an NT internal feature which is not documented, since we don't provide support on it's usage.
Thank you. What is the MinDate value though---is it the earliest date in the data series loaded? (i.e. "the earliest date that would be visible on the chart")?
NinjaTrader_Josh
07-24-2007, 05:39 PM
Jim-Boulder when they say they don't support it it means you'll have to find the answer out yourself. Just do a simple Print() of the variable and play around with it till you see a pattern of what it is returning and then you will know what the variable does.
NinjaTrader_Dierk
07-24-2007, 11:32 PM
(i.e. "the earliest date that would be visible on the chart")?
No it's not. It's a fixed value used for NT internal computation.
Bars[0].Time.Date should yields the earliest date of series (provided there is at least one bar in the series).