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 Balage0922, Today, 07:38 AM
    0 responses
    3 views
    0 likes
    Last Post Balage0922  
    Started by JoMoon2024, Today, 06:56 AM
    0 responses
    6 views
    0 likes
    Last Post JoMoon2024  
    Started by Haiasi, 04-25-2024, 06:53 PM
    2 responses
    19 views
    0 likes
    Last Post Massinisa  
    Started by Creamers, Today, 05:32 AM
    0 responses
    6 views
    0 likes
    Last Post Creamers  
    Started by Segwin, 05-07-2018, 02:15 PM
    12 responses
    1,786 views
    0 likes
    Last Post Leafcutter  
    Working...
    X