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 ETFVoyageur, Today, 02:15 AM
    1 response
    14 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by lorem, 04-25-2024, 09:18 AM
    21 responses
    90 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by mlprice12, 12-21-2021, 04:55 PM
    5 responses
    309 views
    0 likes
    Last Post paypachaysa  
    Started by Human#102, 05-08-2024, 09:54 AM
    4 responses
    18 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by ETFVoyageur, Today, 06:11 AM
    1 response
    9 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Working...
    X