Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Chart Panel for Text Only

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

    Chart Panel for Text Only

    Trading from charts, I have add quite some text (DrawTextFixed) infomation to every chart which get messy now.

    I wanted to create an empty panel on my chart and put the text there, which seems to be not easy as NT does not support writing text to another panel from a strategy, heck I dont even know if a new panel could be created in a strategy.

    So I guess one workaround for this missing feature might be to have an indicator building an (empty) panel and then somehow have the indicator writing text information (based on data from the strategy) to the chart?

    Anybody some advice? Thanks!

    #2
    BillCh,

    You cannot create panels from strategies. You can call indicators that are added to new panels though. If you want the indicator to draw on the indicator panel instead of the price panel use DrawOnPricePanel = false in the Initialize() method of the indicator.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      I understand I could create an indicator to have text printed on its panel 2, like the difference of high and low or so. But how could I have printed position or execution information from my main strategy (which would use this indicator)?

      Comment


        #4
        Unfortunately you cannot. You would have to print that from the strategy which would be in the price panel.
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, Yesterday, 10:06 AM
        0 responses
        20 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        18 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        14 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        9 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        38 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X