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 cmoran13, 04-16-2026, 01:02 PM
        0 responses
        36 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        23 views
        0 likes
        Last Post PaulMohn  
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        162 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        96 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        152 views
        2 likes
        Last Post CaptainJack  
        Working...
        X