Announcement

Collapse
No announcement yet.

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.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by sjsj2732, 03-23-2026, 04:31 AM
    0 responses
    77 views
    0 likes
    Last Post sjsj2732  
    Started by NullPointStrategies, 03-13-2026, 05:17 AM
    0 responses
    313 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    314 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    149 views
    1 like
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    114 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Working...
    X