Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

conbine two timeframes into on strategy

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

    conbine two timeframes into on strategy

    i am using tick chart to trade, 223 tick and 1500 tick charts. here is my conditions for
    // Condition set 1
    if (CrossAbove(bwAO().AOValue, 0, 1) in 223 tick chart
    && bwAO()AOValue is greater than 0 in 1500 tick chart. )

    {
    DrawArrowUp("my up arrow" + CurrentBar, 0, Low[0] + (-8*TickSize), Color.Black);
    }
    // Condition set 2
    if (CrossBelow(bwAO().AOValue, 0, 1) in 223 tick chart
    && bwAO()AOValue is less than 0 in 1500 tick chart. )
    {
    DrawArrowDown("my down arrow" + CurrentBar, 0, Low[0] + (8*TickSize), Color.Black);
    }

    thanks a lot for help

    #2
    Hello,

    Thanks for the forum post.

    Will you be using the strategy wizard or are you coding this manually?

    Unfortunately using the strategy wizard this is not supported, if your coding this manually and unlocking the strategy then you would need to see the following information on MTF NinjaScript.

    Please review this information and let me know if I can be of further assistance.



    -Brett
    BrettNinjaTrader Product Management

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    638 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    366 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    107 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    569 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    572 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X