Part two of this question is about strategy development with these volume indicators, the ones that require tick replay to be enabled for them to work with back tests. I want, with tick replay enabled, for my strategy to asses the logic only at the close of each bar before it is applied. That way I can work with these volume indicators and not have them churn me through a dozen trades within the same bar. I'm just interested in what their value is at the END of the bar not during it. For example, when back testing, if I am using two minute candles my time in market should be at least two minutes for every trade. Knowing how to work with that end of bar data so I can use it in things like moving averages would be very helpful too. As of now, when I try to apply moving average functions to indicators like BuySellPressure in the strategy builder I think it is taking that average on a tick by tick basis instead of bar by bar because tick is the indicators data stream. I just want to be able to take the moving averages of the result of those calculations at the end of each bar and work with them on a bar by bar basis. Knowing how to do so is crucial for the conversion of a strategy I built in TD using thinkscript to Ninjatrader. If that is possible, and some custom code is required to achieve it, could you please tie it in with the answer to part one in regards to the NetPressure indicator? That is the indicator I am using for my strategy.
Thank you so much, any help is greatly appreciated

-StoneMan78

Comment