NinjaTrader_Josh
08-03-2007, 10:47 PM
In the help file for GetSessionBar(), the example says:
if (BarsGetSession(1) != null) BarsGetSession(1) does not exist. It should probably be Bars.GetSessionBar(1).
if (BarsGetSession(1) != null) BarsGetSession(1) does not exist. It should probably be Bars.GetSessionBar(1).