Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How do you code Fibonacci Retracement/Extension levels in NS8?

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

    How do you code Fibonacci Retracement/Extension levels in NS8?

    I've searched the user guide and can't find anything on how to actually code the levels. Are there any methods? The only thing I can find about coding fibs is in the Drawing section. I don't want to "draw" a fibonacci retracement. I want to use the actual levels for coding purposes. Thanks for any and all help.

    #2
    Hello jamestrader21x,

    Thanks for your post.

    You can calculate the levels simply by taking the difference between your low and high points (where you would draw the 0 to 100% lines), then simply multiply the difference by the desired ratio, finally add or subtract from the low or high points.

    Examples:

    Start point: 1000
    End point 1150

    Difference: 150

    50% level = 150 * 0.50 = 75

    subtract 75 from 1150 = 1075, 50% retracement level.

    23.6% level = 150 * 0.236 = 35.4

    subtract 35.4 from 1150 = 1114.6, 23.6% retracement level

    Comment


      #3
      Do you use Draw.FibonacciRetracements or is there some other method?

      Comment


        #4
        Hello jamestrader21x,

        Thanks for your reply.

        I provided information on how you can easily determine the levels without drawing a fib, did this not work for you?

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        576 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        334 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
        553 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        551 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X