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 jeronymite, 04-12-2024, 04:26 PM
    3 responses
    40 views
    0 likes
    Last Post jeronymite  
    Started by bill2023, Today, 08:51 AM
    2 responses
    15 views
    0 likes
    Last Post bill2023  
    Started by sidlercom80, 10-28-2023, 08:49 AM
    167 responses
    2,260 views
    0 likes
    Last Post jeronymite  
    Started by warreng86, 11-10-2020, 02:04 PM
    7 responses
    1,362 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by Perr0Grande, Today, 08:16 PM
    0 responses
    5 views
    0 likes
    Last Post Perr0Grande  
    Working...
    X