Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Draw Fibonacci

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

    Draw Fibonacci

    I am trying to draw Fib lines but none of the code below draws anything?
    fhhigh = Swing(BarsArray[3],1).SwingHigh[50];
    fhlow = Swing(BarsArray[3],1).SwingLow[50];
    //DrawFibonacciRetracements("fibhour", true, 20, fhlow, 0, fhhigh);
    //DrawFibonacciRetracements("fibhour", true, 20, 1.6200, 0, 1.6400);
    DrawFibonacciRetracements("tag1", true, 10, Low[10], 0, High[0]);

    The bottom one is lifted straigh from help and that doesn't do anything either?

    I want to draw fibonacci's from the swing high and swing low.

    Thanks,
    Nigel.

    #2
    Please check your Control Center logs for runtime errors. You are likely running into issues discussed here: http://www.ninjatrader-support2.com/...ead.php?t=3170
    Josh P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    648 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    369 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    108 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    572 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    573 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X