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 Waxavi, Today, 02:10 AM
    0 responses
    3 views
    0 likes
    Last Post Waxavi
    by Waxavi
     
    Started by TradeForge, Today, 02:09 AM
    0 responses
    8 views
    0 likes
    Last Post TradeForge  
    Started by Waxavi, Today, 02:00 AM
    0 responses
    2 views
    0 likes
    Last Post Waxavi
    by Waxavi
     
    Started by elirion, Today, 01:36 AM
    0 responses
    4 views
    0 likes
    Last Post elirion
    by elirion
     
    Started by gentlebenthebear, Today, 01:30 AM
    0 responses
    4 views
    0 likes
    Last Post gentlebenthebear  
    Working...
    X