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 Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    553 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    324 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    100 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    543 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    546 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X