Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

MultiTimeFrame problem

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

    MultiTimeFrame problem

    strategy code. TF - 5 min.

    Code:
    else if (State == State.Configure)
    {
    	AddDataSeries(BarsPeriodType.Minute, 15);
    	AddChartIndicator(EMA(BarsArray[0],21));
    	AddChartIndicator(EMA(BarsArray[1],21));
    }
    both indicators draw the same line

    #2
    Hello vladko,

    Thanks for your post.

    I have been able to replicate. When you look at indicator panel it shows two EMA(21) both on 5 minute bars.

    I will submit a bug report and will update this thread when I have further information.

    Thanks for reporting.
    Paul H.NinjaTrader Customer Service

    Comment


      #3
      Hello vladko,

      After further review this behavior is expected.

      A thread on the discussion of this subject can be found here: http://ninjatrader.com/support/forum...ad.php?t=84730

      A "workaround" is offered on this post of that thread: http://ninjatrader.com/support/forum...20&postcount=2

      I will write a feature request to accomodate MTF addchartIndicator() situations and will update this thread when I have further information.
      Paul H.NinjaTrader Customer Service

      Comment


        #4
        Hello vladko,

        The feature request to enable MultiSeries use for AddChartIndicator() has been assigned to SFT-1576.
        Paul H.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Skifree, Today, 03:41 AM
        5 responses
        13 views
        0 likes
        Last Post Skifree
        by Skifree
         
        Started by Mongo, Today, 11:05 AM
        3 responses
        12 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by traderqz, Today, 12:06 AM
        6 responses
        13 views
        0 likes
        Last Post traderqz  
        Started by traderqz, Yesterday, 09:06 AM
        5 responses
        34 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by guillembm, Today, 11:25 AM
        1 response
        6 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Working...
        X