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 CarlTrading, 03-31-2026, 09:41 PM
          1 response
          83 views
          1 like
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 04-01-2026, 02:41 AM
          0 responses
          45 views
          0 likes
          Last Post CarlTrading  
          Started by CaptainJack, 03-31-2026, 11:44 PM
          0 responses
          65 views
          2 likes
          Last Post CaptainJack  
          Started by CarlTrading, 03-30-2026, 11:51 AM
          0 responses
          68 views
          0 likes
          Last Post CarlTrading  
          Started by CarlTrading, 03-30-2026, 11:48 AM
          0 responses
          57 views
          0 likes
          Last Post CarlTrading  
          Working...
          X