Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

I cannot take out a multi-frame

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

    I cannot take out a multi-frame

    #ENGLISH
    I described it as follows, but cannot output a multi-frame in Strategy Analyzer.
    When it is this, only one chart of 1 minite is only displayed commonly.
    I cannot display the chart of 10 minite.
    Why are you?
    Please reply it.

    #JAPANESE 日本語
    以下の様に記述したがStrategy Analyzerにてマルチフレームを出力できません。
    これだと普通に1 miniteのチャートが一つだけ表示されるだけです。
    10 miniteのチャートは表示できません。
    なぜですか。
    ご回答宜しくお願いします。
    マルチフレームが出せません

    ////
    protected override void Initialize()
    {
    Add(PeriodType.Minute,10);
    Add("AAPL", PeriodType.Minute,1);
    }

    protected override void OnBarUpdate()
    {
    if (BarsInProgress == 0){
    if (CCI(20)[0] > 200 && CCI(BarsArray[1], 20)[0] > 200 && CCI(BarsArray[2], 20)[0] > 200){
    // Do something
    }
    }

    #2
    JPMan

    よろしく おねがいします

    The Strategy analyzer charts won't output a secondary data series. You could create a multi-instrument indicator to plot to a chart however. For more information, please see the following reference sample.

    When running a strategy on a chart you may find the need to plot values onto a chart. If these values are internal strategy calculations that are difficult to migrate to an indicator, you can use the following technique to achieve a plot. NinjaTrader 8 With NinjaTrader 8 we introduced strategy plots which provide the ability


    こんにちは
    Adam P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    116 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    61 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    40 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    43 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    82 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X