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 rocketman7, Today, 01:00 AM
    0 responses
    1 view
    0 likes
    Last Post rocketman7  
    Started by wzgy0920, 04-20-2024, 06:09 PM
    2 responses
    27 views
    0 likes
    Last Post wzgy0920  
    Started by wzgy0920, 02-22-2024, 01:11 AM
    5 responses
    32 views
    0 likes
    Last Post wzgy0920  
    Started by wzgy0920, 04-23-2024, 09:53 PM
    2 responses
    74 views
    0 likes
    Last Post wzgy0920  
    Started by Kensonprib, 04-28-2021, 10:11 AM
    5 responses
    193 views
    0 likes
    Last Post Hasadafa  
    Working...
    X