Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Using data from instrument X cannot drawing ray on another Panel of instrument Y

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

    Using data from instrument X cannot drawing ray on another Panel of instrument Y

    Hi all,

    I got a chart with two Data Series, actually same instrument, but one is 1 minutes, another is 2 minutes.
    2 minutes on Panel 1; 1 minutes on Panel 2.

    Then I create a indicator to draw ray using 1 minutes data on Panel 2, it's ok.
    But when I change the indicator > Property > Visaul > Panel -- from 2 to 1, it cannot put the drawing on the 2 minutes Panel 1.

    Is there any default property in ninjascript I need to change ?
    Thanks.

    Regards,
    Franco

    #2
    Hello Franco,

    The DrawOnPricePanel property controls this.

    Below is a link to the help guide.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Hi Chelsea,

      Thanks for reply.
      But it can't fix the problem, any other reason ?
      Thanks.

      if (State == State.SetDefaults)
      {
      Calculate = Calculate.OnBarClose;
      IsOverlay = true;
      DisplayInDataBox = true;
      DrawOnPricePanel = false;
      DrawHorizontalGridLines = false;
      DrawVerticalGridLines = false;
      PaintPriceMarkers = true;
      ScaleJustification = NinjaTrader.Gui.Chart.ScaleJustification.Right;
      IsSuspendedWhileInactive = true;



      Regards, Franco

      Comment


        #4
        Hello francoso,

        State.SetDefaults is only set when a new instance of the indicator is created.


        May I confirm you have removed the indicator from the chart and added it back?
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          Hi Chelsea,

          I was trying "Reload NinjaScript" only.

          It's working now, thank you !

          Regards,
          Franco

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          648 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          369 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          108 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          572 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          574 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X