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

Change the look and feel of buttons.

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

    Change the look and feel of buttons.

    Hello,

    is there documentation on how I can change the look and feel of the button on the chart trader? I want to customize it and cant seem to find a thread that discusses this.


    thank you.

    #2
    Hello priceisking,

    Thank you for the post.

    To edit the look of the various controls you see in the platform would require editing the skin. You can change styles of individual items through programming as well but is not something we document as this is just a C#/WPF concept.

    You can see the following guide on how to edit skins: https://ninjatrader.com/support/help...hlightsub=skin

    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment


      #3
      In the chart trader and the Control Panel > Accounts it is hard to read red numbers on a black background.
      I have looked at the skins files and don't know where to find this or how to modify it in the XAML. Could you give the change that is needed to modify the background and text color?

      Thanks

      Comment


        #4
        Hello LCSanders,

        I was able to locate the resource for this, it looks like that is controlled with the following line in the Blueprint.xaml file. You can find details of editing skins in the following link:


        Here is the line which controls the color:

        Code:
        <SolidColorBrush  po:Freeze="true"  x:Key="PositionTextBlockLossBrush"    Color="Red" />
        You can change Red to any color or hex code: Magenta or #FF0000FF

        I look forward to being of further assistance.
        JesseNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by techgetgame, Yesterday, 11:42 PM
        0 responses
        8 views
        0 likes
        Last Post techgetgame  
        Started by sephichapdson, Yesterday, 11:36 PM
        0 responses
        2 views
        0 likes
        Last Post sephichapdson  
        Started by bortz, 11-06-2023, 08:04 AM
        47 responses
        1,613 views
        0 likes
        Last Post aligator  
        Started by jaybedreamin, Yesterday, 05:56 PM
        0 responses
        10 views
        0 likes
        Last Post jaybedreamin  
        Started by DJ888, 04-16-2024, 06:09 PM
        6 responses
        20 views
        0 likes
        Last Post DJ888
        by DJ888
         
        Working...
        X