Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Hidding Fib lines from Fibonacci Retracements

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

    Hidding Fib lines from Fibonacci Retracements

    Hello,

    My custom indicator draws Fibonacci retracements this way :
    Code:
    DrawFibonacciRetracements("My fibonacci retracements" + CurrentBar, 1, MIN(Low, 34)[0], 0, High[0]);
    and that way :
    Code:
    DrawFibonacciRetracements("My fibonacci retracements" + CurrentBar, 1, MAX(High, 34)[0], 0, Low[0]);
    I don't want to see the 23.6 and 76.4 lines so I go to Fibonacci Retracements Properties.
    In the tab, I withdraw both of those lines and click on "Set Default" then "OK" buttons : thoses unwanted Fib lines disappear right away from my screen.
    Unfortunately, later on when a new high or low happens and my indicator draws Fibonacci retracements one more time, the 23.6 and 76.4 lines appears back on my screen again !
    Is there a way to code my indicator so that I get rid of those unwanted lines that I cannot cope by default settings ?

    Gérard

    #2
    Once you make the change to "Default", save all your workspaces via File > Workspaces and see if this makes a difference. Right now, default draw object properties are persisted to a workspace file (we will change this in NT7) and thus I believe saving these files will persist your changes.
    RayNinjaTrader Customer Service

    Comment


      #3
      So that explains why everytime I save a workspace I have to go back change all my fib setting again. Good to know.

      Originally posted by NinjaTrader_Ray View Post
      ...Right now, default draw object properties are persisted to a workspace file (we will change this in NT7) and thus I believe saving these files will persist your changes.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      580 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      335 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      554 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      552 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X