Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Autotrading, and Fibonacci Retracements

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

    Autotrading, and Fibonacci Retracements

    Is there a way to incorporate the Fib retracement levels available through the chart drawing button into a custom strategy? Are these levels available in an indicator so that entries/exits can be triggered off price reaching these levels?

    #2
    Hello AnotherTrader,
    Yes, you can incorporate a Fib retracement (like any draw object).
    Please refer to our help guide to know more


    You can get the start Y and end Y values of the fibonacci object and have to further calculate any retracement levels.

    Code:
    IFibonacciRetracements fib = DrawFibonacciRetracements("tag1", true, 10, Low[10], 0, High[0]);
    
    Print(fib.StartY);
    Print(fib.EndY);
    JoydeepNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    75 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    45 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    26 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    32 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    62 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X