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

How to set chart background color in indicator

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

    How to set chart background color in indicator

    I want to revise my custom NT7 indicator to work in NT8. How do I write code for NT8 to set the background color of a chart? Thanks

    #2
    Hello goWms,

    The background color of the chart can be found with:
    ChartControl.Properties.ChartBackground

    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thanks for the reply. Since I want to change UI properties using a custom script, what am I supposed to make of the following text at the top of the Properties Definition:

      "Warning: These are UI properties which are designed to be set by a user. Attempting to modify these values through a custom script is NOT guaranteed to take effect."

      Please advise. Thanks

      Comment


        #4
        Hello goWms,

        Thank you for your response.

        A user could have a preset they load after your script or they could manually change it. The call int he script to change the value may occur before the call to the UI properties when loading the workspace on start up and this could result in the need to right click in the chart and select Reload NinjaScript in order for your UI Properties to take affect.

        Please let me know if you have any questions.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by warreng86, 11-10-2020, 02:04 PM
        7 responses
        1,360 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by Perr0Grande, Today, 08:16 PM
        0 responses
        5 views
        0 likes
        Last Post Perr0Grande  
        Started by elderan, Today, 08:03 PM
        0 responses
        9 views
        0 likes
        Last Post elderan
        by elderan
         
        Started by algospoke, Today, 06:40 PM
        0 responses
        10 views
        0 likes
        Last Post algospoke  
        Started by maybeimnotrader, Today, 05:46 PM
        0 responses
        14 views
        0 likes
        Last Post maybeimnotrader  
        Working...
        X