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 cmoran13, Yesterday, 01:02 PM
      0 responses
      25 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      17 views
      0 likes
      Last Post PaulMohn  
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      160 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      94 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      147 views
      2 likes
      Last Post CaptainJack  
      Working...
      X