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

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 sofortune, Today, 10:05 AM
    1 response
    2 views
    0 likes
    Last Post NinjaTrader_ChristopherJ  
    Started by sofortune, 05-10-2024, 10:28 AM
    6 responses
    46 views
    0 likes
    Last Post sofortune  
    Started by ETFVoyageur, Today, 08:54 AM
    3 responses
    28 views
    0 likes
    Last Post ETFVoyageur  
    Started by ETFVoyageur, Today, 02:15 AM
    3 responses
    23 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by Andrei60, Today, 08:56 AM
    0 responses
    16 views
    0 likes
    Last Post Andrei60  
    Working...
    X