Your help would certainly be appreciated.
This is my first experience with AddBar; perhaps the syntax is incorrect. The script compiles well.
I trade Tick bars but want to capture Time specific intrabar events – this example script is to retain the precise 9:30 price value which is accurately define as p930, but changes when the screen is refreshed (as is expected with Tick bars).
Bars.AddBar( p930, p930+(2*TickSize), p930-(2*TickSize), p930, DateTime.Now,
(long) Math.Min(Volume[1],Volume[2]), TickSize);
I’ve read all Forum notes regarding this specific log displayed error – Upgradable Lock. In his 3/13/2017 post, Brett comments:
If anyone else is running into Upgradable lock error message issue I would love to send you a custom build to make sure it will resolve the issue for you so we make sure we have this one squashed.
This error is outside of my area of understanding or further Forum research. Thanks in advance. I am using NinjaTrader version 8.0.20.1 64-bit.


Comment