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 Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    633 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    364 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    105 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    567 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    568 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X