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

draw text on charts from an addon

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

    draw text on charts from an addon

    I need to put some account info on all charts.
    Is it possible to draw text on charts from an addon based on AddOnBase?
    Also, can I access OnRender from it?

    #2
    Hi frslvr thanks for writing in.

    We have no supported way of doing this. There is an example here demonstrating how to open an addon from an indicator, here the context for the indicator is set when you click the button from the indicator
    https://ninjatrader.com/support/foru...egy#post774548

    Here is also an example of getting all charts in a workspace from an addon:
    https://ninjatrader.com/support/foru...ons#post837439

    Drawing (like Draw.Text and other draw methods) are only supported through scripts inheriting from the Indicator or Strategy base class, so you would need to look for a way to use this through the addon (if there is one, I have not looked for a way to do it.)

    Best regards,
    -ChrisL
    Chris L.NinjaTrader Customer Service

    Comment


      #3
      Thank you Chris,

      What would you recommend if I need to put text info across all charts or charts with the same instrument selected?
      If not Addon, then Drawing Tools, or anything else?

      Comment


        #4
        Hi, thanks for your reply.

        You can have an indicator that listens for a property changed event, or have the indicators look for a .txt file that holds the global value. I have an example of the former here:

        https://ninjatrader.com/support/foru...dsaddonexample

        Here is an example on file IO:
        https://ninjatrader.com/support/help..._propertie.htm

        Best regards.
        Chris L.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by selu72, Today, 02:01 PM
        1 response
        3 views
        0 likes
        Last Post NinjaTrader_Zachary  
        Started by WHICKED, Today, 02:02 PM
        2 responses
        8 views
        0 likes
        Last Post WHICKED
        by WHICKED
         
        Started by f.saeidi, Today, 12:14 PM
        8 responses
        21 views
        0 likes
        Last Post f.saeidi  
        Started by Mikey_, 03-23-2024, 05:59 PM
        3 responses
        50 views
        0 likes
        Last Post Sam2515
        by Sam2515
         
        Started by Russ Moreland, Today, 12:54 PM
        1 response
        7 views
        0 likes
        Last Post NinjaTrader_Erick  
        Working...
        X