Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Fib time extension - no filled background

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

    Fib time extension - no filled background

    Hi, is it possible to remove the shaded background from the fib time extension tool?
    I just want the vertical lines, no background.

    Thanks

    #2
    Hi Yertle,

    To remove the shaded background from the Fibonacci Time Extensions tool, try the following steps:
    1. Navigate to the folder at this path:
      Documents\NinjaTrader 8\bin\Custom\DrawingTools.
    2. Open the file @FibonacciTools.cs.
    3. Locate the FibonacciTimeExtensions class and find the OnRender function.
    4. In the OnRender function, modify this statement:
      RenderTarget.FillRectangle(borderBox, lastStroke.BrushDX);
      to:
      RenderTarget.FillRectangle(borderBox, Brushes.Transparent.ToDxBrush(RenderTarget));

    Regards,
    William
    ninZa
    NinjaTrader Ecosystem Vendor - ninZa.co

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    224 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    142 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    157 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    237 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    196 views
    0 likes
    Last Post CarlTrading  
    Working...
    X