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 sjsj2732, 03-23-2026, 04:31 AM
      0 responses
      70 views
      0 likes
      Last Post sjsj2732  
      Started by NullPointStrategies, 03-13-2026, 05:17 AM
      0 responses
      312 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      306 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      147 views
      1 like
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      111 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Working...
      X