Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

MultiTimeFrame problem

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

  • NinjaTrader_PaulH
    replied
    Hello vladko,

    The feature request to enable MultiSeries use for AddChartIndicator() has been assigned to SFT-1576.

    Leave a comment:


  • NinjaTrader_PaulH
    replied
    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.

    Leave a comment:


  • NinjaTrader_PaulH
    replied
    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.

    Leave a comment:


  • vladko
    started a topic MultiTimeFrame problem

    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

Latest Posts

Collapse

Topics Statistics Last Post
Started by thanajo, 05-04-2021, 02:11 AM
3 responses
467 views
0 likes
Last Post tradingnasdaqprueba  
Started by Christopher_R, Today, 12:29 AM
0 responses
10 views
0 likes
Last Post Christopher_R  
Started by sidlercom80, 10-28-2023, 08:49 AM
166 responses
2,236 views
0 likes
Last Post sidlercom80  
Started by thread, Yesterday, 11:58 PM
0 responses
4 views
0 likes
Last Post thread
by thread
 
Started by jclose, Yesterday, 09:37 PM
0 responses
9 views
0 likes
Last Post jclose
by jclose
 
Working...
X