"The NinjaTrader.Core.Globals.Dispatcher is not a valid method in NinjaTrader 8's API.
Unfortunately, NinjaTrader 8 does not provide a built-in method to execute code after a delay within the strategy's code. The typical way to handle time-based conditions in NinjaTrader is to use the OnBarUpdate method, which is called whenever a new bar is formed. However, this method does not allow for executing code at a specific time within a bar.
One possible workaround is to use a higher-resolution data series (such as tick or volume data) in addition to your primary data series."
So now I'm using second data, but I'd like to use minute data. Is there someway to specify the last second of a minute bar in NT8?
Thanks

Comment