I am trying to code my first ninjatrader strategy. I have coded this successfully in metatrader but am looking to upgrade. I'm sure its a stupid question with an easy fix. The problem is that the code only places a trade at the close of the H1 candle, whereas I'd like it to place a trade on the break of a previous inside bar. How can I make the strategy be based off of an H1 time frame but use tick by tick data for backtesting/order entry? Thanks in advance! Edit: After some more research, I see that this is pretty much just how it is for NT. I did see some workarounds though. Are the workarounds worth it? Why would NT be so limiting in backtesting? Also considering Tradestation - would that be less restrictive?