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 CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      176 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      93 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      130 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      210 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      186 views
      0 likes
      Last Post CarlTrading  
      Working...
      X