Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Create a New Panel

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

    Create a New Panel

    Is there a way to create an additional panel for an indicator to which I can add a custom plot?

    #2
    Hello CriticalTrader,

    Thank you for your post.

    Are you asking if you can have 2 indicators panels in additional to the price panel and the existing indicator panel you are using?
    MatthewNinjaTrader Product Management

    Comment


      #3
      hmm...i guess i'm trying to ask if there is a way to plot on both the price panel as well as on a separate panel below the price panel with the same (single instance of a custom) indicator?

      Comment


        #4
        Hello CriticalTrader,

        Unfortunately, this would not be possible currently. Any properties for drawing on panels cannot be separated. You would need to create another indicator for the 2nd panel.
        MatthewNinjaTrader Product Management

        Comment


          #5
          Yes, unfortunate. Please submit as enhancement request. Could likely improve performance processing only a single stream of market data.

          Comment


            #6
            Thank you for your suggestion for the improvement of NinjaTrader. I have submitted it into our tracking system with the unique ID # 845
            MatthewNinjaTrader Product Management

            Comment


              #7
              Is there a way I can check on this periodically? I'd like to know if and when this feature may be implemented.

              Comment


                #8
                Hello CriticalTrader,

                Thank you for your forum post.

                The best way to check on these suggestions would be to review the new release notes. These will display what changes are made in new releases, and these suggestions are often included in these changes associated with the tracking ID #. You can view release notes by clicking the following link:

                Release Notes

                Please let me know if I can provide any further assistance.
                John H.NinjaTrader Customer Service

                Comment


                  #9
                  Can you tell me if any decision has been made on the request? Just curious.

                  Comment


                    #10
                    Hi CriticalTrader,

                    There is no update at this time. There is unlikely to be a change in near future here but we are still gathering all feedback for the next major release. Thanks for posting.
                    Ryan M.NinjaTrader Customer Service

                    Comment


                      #11
                      you can plot on both the inidicator panel and the price panel with the follwing technique which I found inside the d3spotter indicator, available in the forum,

                      in Initialize you have to set
                      DrawOnPricePanel = true;
                      in order to plot on the indicator panel change this property back to false.

                      sample code fragment from my own code:
                      DrawOnPricePanel = false;
                      DrawDot("dot" + CurrentBar.ToString(), false, 0, rsi, Color.Green);
                      DrawOnPricePanel = true;
                      DrawArrowUp(CurrentBar.ToString() + "up", true, 0, Low[0]-2*TickSize, Color.Green);

                      Comment

                      Latest Posts

                      Collapse

                      Topics Statistics Last Post
                      Started by AveryFlynn, Today, 04:57 AM
                      1 response
                      10 views
                      0 likes
                      Last Post NinjaTrader_Erick  
                      Started by Max238, Today, 01:28 AM
                      4 responses
                      37 views
                      0 likes
                      Last Post Max238
                      by Max238
                       
                      Started by r68cervera, Today, 05:29 AM
                      1 response
                      8 views
                      0 likes
                      Last Post NinjaTrader_ChelseaB  
                      Started by geddyisodin, Today, 05:20 AM
                      1 response
                      11 views
                      0 likes
                      Last Post NinjaTrader_Gaby  
                      Started by timko, Today, 06:45 AM
                      2 responses
                      14 views
                      0 likes
                      Last Post NinjaTrader_ChristopherJ  
                      Working...
                      X