Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multi-time frame sma on p[anel 2.

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

    Multi-time frame sma on p[anel 2.

    Hello,

    I would like to have a multi-time frame SMA lets say period 13, value 3 on second panel (panel 2) range8.
    right now i use the code:
    Add(PeriodType.Range, 13);
    SMA(BarsArray[1], 3).Panel = 1;
    Add(SMA(BarsArray[1], 3));


    but it is not working. nothing showed at all. is there another way to make it ?

    thanks

    Regards,
    Frederic



    #2
    Frederic,

    Thanks for your note.

    Is this an indicator you are making?

    Please let me know if I may assist further.
    Last edited by NinjaTrader_AdamP; 02-01-2012, 02:07 PM.
    Adam P.NinjaTrader Customer Service

    Comment


      #3
      Hello,

      I am not creating an idicator but strategy. nothing is showed after i wrote:

      how to add a multi time frame sma on panel 2 of chart?
      Add(PeriodType.Range, 13);
      SMA(BarsArray[1], 3).Panel = 1;
      Add(SMA(BarsArray[1], 3));


      any other idea?

      Thanks!

      Frederic

      Comment


        #4
        Hi Frederic,

        The multiseries logic needs to be in the indicator itself, and the strategy then adds the indicator. See attached indicator and strategy for example.
        Attached Files
        Ryan M.NinjaTrader Customer Service

        Comment


          #5
          Hello Ryan,

          that we understnad us well. i can write a strat to add a multi time frame indicator in panel 1 without problem, but if i want the same indicator in panel 2 then i need to write an indicator for it??

          you example do not add anything in panel 2.


          Thanks!

          Frederic

          Comment


            #6
            Frederic, so you want to move the indicator in Ryan's example to the secondary Panel? Add this to your strategy Initialize() :

            SMA15Min().Panel = 1;

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            663 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            376 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            110 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            575 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            580 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X