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 Skifree, Today, 03:41 AM
      1 response
      2 views
      0 likes
      Last Post Skifree
      by Skifree
       
      Started by usazencort, Today, 01:16 AM
      0 responses
      1 view
      0 likes
      Last Post usazencort  
      Started by kaywai, 09-01-2023, 08:44 PM
      5 responses
      603 views
      0 likes
      Last Post NinjaTrader_Jason  
      Started by xiinteractive, 04-09-2024, 08:08 AM
      6 responses
      23 views
      0 likes
      Last Post xiinteractive  
      Started by Pattontje, Yesterday, 02:10 PM
      2 responses
      23 views
      0 likes
      Last Post Pattontje  
      Working...
      X