Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Place a custom GUI where Chart Trader goes

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

    Place a custom GUI where Chart Trader goes

    Chart trader opens up on the right side of any chart U open it on. How do I place a custom GUI in that same space. I have seen this done.
    There is strategy running on this chart. I know this can be done.
    esmall
    NinjaTrader Ecosystem Vendor - Ed's Retrace Plan

    #2
    Hello esmall,

    Thanks for your post.

    This would be done using WinForms, however we never have supported GUI modifications with NinjaTrader 7 so we could not assist further with this specifically. Other clients have accomplished this and may be able to share their experiences.

    There is a Notes Panel indicator on our User App Share that could provide some further direction here - https://ninjatraderecosystem.com/use...d/notes-panel/

    The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The add-ons listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.

    I'll leave this thread open for any other clients that may have some more input for you.

    Comment


      #3
      I am told that this code works
      tradeManagerUI = new ChartTraderPanel2();
      tradeManagerUI.Load(this);
      tradeManagerUI.Dock = DockStyle.Right;
      ChartControl.Controls.Add(tradeManagerUI);


      where

      class ChartTraderPanel2 : UserControl
      esmall
      NinjaTrader Ecosystem Vendor - Ed's Retrace Plan

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      593 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      343 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      103 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      556 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      554 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X