Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 Waxavi, Today, 02:10 AM
      1 response
      16 views
      0 likes
      Last Post NinjaTrader_LuisH  
      Started by Kaledus, Today, 01:29 PM
      5 responses
      13 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Started by Waxavi, Today, 02:00 AM
      1 response
      12 views
      0 likes
      Last Post NinjaTrader_LuisH  
      Started by alifarahani, Today, 09:40 AM
      5 responses
      23 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Started by gentlebenthebear, Today, 01:30 AM
      3 responses
      17 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Working...
      X