Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

FromKnownColor(KnownColor.Black) vs Black

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

    FromKnownColor(KnownColor.Black) vs Black

    What is the purpose of FromKnownColor?

    If I substitute

    Add(new Plot(Color.FromKnownColor(KnownColor.Black), PlotStyle.Line, "Neutral"));
    with
    Add(new Plot(Color.Black, PlotStyle.Line, "Neutral"));

    I get the same result.
    The color is the same and still visible in the drop down menu in the Indicator properties Window and can be changed.

    So what does it matter which is chosen?
    What is the purpose of FromKnownColor?

    #2
    Hello Arpad,

    We can't really comment on internals here. It's recommended to follow the structure. If you change the add statement used for plots then it might not work as you expect.
    Ryan M.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    35 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    20 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    13 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    19 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    21 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X