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

Plot color

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

    Plot color

    Below is an "Add Plot" statement in Initialize() section. Within the OnBarUpdate() section, I want to access the color of this plot (either the default or a user override). How can I do this? tx!



    Add(new Plot(new Pen(Color.DodgerBlue,3), PlotStyle.Bar, "Filter04"));

    #2
    Hello pman777,

    Thanks for opening the thread.

    For accessing the color of the Plot, you can use the PlotColors collection or you can reference the Pen of the Plot in the Plots collection.

    The help documentation on PlotColors and Plots describes how you can dynamically change the color for both.

    Plots - https://ninjatrader.com/support/help.../nt7/plots.htm

    PlotColors - https://ninjatrader.com/support/help...plotcolors.htm

    If you would like to make a user defined color, you will have to serialize the Color so it can be properly saved in XML format (to save settings when being used.) We have an example that describes the process below.

    User defined Colors - http://ninjatrader.com/support/forum...ead.php?t=4977

    Please let me know if I may be of further assistance.
    JimNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by James650, 05-07-2024, 08:25 AM
    3 responses
    14 views
    0 likes
    Last Post NinjaTrader_ChristopherJ  
    Started by xepher101, 05-10-2024, 12:19 PM
    5 responses
    66 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by Vitamite, Yesterday, 12:48 PM
    3 responses
    17 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by aligator, Today, 02:17 PM
    0 responses
    16 views
    0 likes
    Last Post aligator  
    Started by lorem, 04-25-2024, 09:18 AM
    22 responses
    96 views
    0 likes
    Last Post lorem
    by lorem
     
    Working...
    X