Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Unmanaged Orders + MultiTimeFrame + Intrabar

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Unmanaged Orders + MultiTimeFrame + Intrabar

    Has Anyone had any luck with running intrabar 1 min tests when working with data on 2 other time frames to trigger entries while also working with unmanaged exits, 2 stop 2 limit, limit update every bar/minute/tick and the stops are fire and forget oco?

    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.

    #2
    Unfortunately I'm not aware of a completed sample strategy meeting those exact needs - for a general MultiTimeFrame one, you can review the SampleMultiTimeFrame. The OCO aspect should be straightforward since the OCO string parameter of the SubmitOrder allows you to link the orders.

    I would just radically simplify the code down to 2 series and one side only and then debug from there.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    47 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    22 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    15 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    21 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    23 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X