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

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.
    JimNinjaTrader Customer Service

    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 Shansen, 08-30-2019, 10:18 PM
      24 responses
      938 views
      0 likes
      Last Post spwizard  
      Started by Max238, Today, 01:28 AM
      0 responses
      3 views
      0 likes
      Last Post Max238
      by Max238
       
      Started by rocketman7, Today, 01:00 AM
      0 responses
      2 views
      0 likes
      Last Post rocketman7  
      Started by wzgy0920, 04-20-2024, 06:09 PM
      2 responses
      27 views
      0 likes
      Last Post wzgy0920  
      Started by wzgy0920, 02-22-2024, 01:11 AM
      5 responses
      32 views
      0 likes
      Last Post wzgy0920  
      Working...
      X