Meaning i have 3 data periods, primary, secondary and 1 min for intrabar testing.
The issues i am having pertain to BarsSinceEntry and entries per direction. I guess i may have to code these up from scratch or hopefully maybe there is a sample out there?
I am having problems with multiple entries on the same 15 min bar when running tests with intrabar on 1 min, and i cannot seem to control the barssinceentry with the included function or by creating logic such as if ( myentrybar > currentbar) submitorder() etc etc
Mixing these 3 items has been a real pain, although i am new to ninja any threads or sample code of mixing multi time frame, intrabar backtesting, and unmanaged orders would be greatly appreciated.

Comment