Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

MTF related question

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

    MTF related question

    Ninja Support team - Trying to code an MTF based indicator in NT 8 and have couple of questions and appreciate if you could clarify.

    - Indendent of the timeframe of the primary series - would like to perform certain calculations based on a 5 minute series.

    if (State == State.Configure) {
    AddDataSeries(BarsPeriodType.Minute, 5);
    }

    with this - I would code the indicator as "BarsInProgress ==1" to perform the calculations.

    However when I apply this indicator to a 5 minute chart(primary series itself is 5 minute) - what happens?

    Would this indicator still add another series of 5 minute bar?
    would my code "BarsInProgress ==1" is still going to work in this case?

    Appreciate any guidance/clarification on this.

    Edit - Based on further tests - it does appear like - even if the primary bars is 5 minute, it would still work with BarsInProgress == 1 ( same as NT 7).

    Do we need to use the "sync" mode even in Indicators as below?

    // Syncs a DataSeries object to the primary bar object
    primarySeries = new Series<double>(this);
    thanks.
    Last edited by vking; 12-31-2015, 08:34 PM.

    #2
    Hello vking,

    Thanks for your post.

    As you observed there is no issue when applying the 5 minute strategy to a 5 minute chart and that would be the case with syncing as well.

    You can test this with the sample provided here and apply to a 5 minute chart: http://ninjatrader.com/support/forum...ead.php?t=3572

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    672 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    379 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    111 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    575 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    582 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X