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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    62 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    33 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    44 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    58 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    47 views
    0 likes
    Last Post CarlTrading  
    Working...
    X