Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Fibonnaci Time Extension Modification/ New indicator idea

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

    Fibonnaci Time Extension Modification/ New indicator idea

    Hi,

    Curious to know how complicated it would be to modify the Fibonacci Time Extension tool. What I would like to do is remove the anchor, change the values of precentages to time and add a calendar so I could move the indicator by date.

    #2
    Hello pthomas,

    Thanks for opening the thread.

    The Fibonacci Drawing Tools are open source and documentation for Drawing Tools also exists in our help guide.

    From the sound of it, you want to make an indicator based on this drawing tool and make it work with a user defined date. The major task would be implementing the OnRender() code from the DrawingTool to the indicator.

    Once the code is re-implemented, it can be modified to use the a user defined Date as input. You can also use a DateTimeConverter to make a more intuitive input.
    Code:
    [NinjaScriptProperty]
    [Gui.PropertyEditor("NinjaTrader.Gui.Tools.DateTimeConverter")]
    [Display(Name="Start Date", Order=1, GroupName="Parameters")]
    public DateTime StartDate
    { get; set; }
    The code for displaying the price level values as percents is in GetPriceString() at line 113 in the FibonacciTools Drawing Tool source code.

    I'll include links from our publicly available documentation on Drawing Tools and custom rendering for further direction.

    Drawing Tools - https://ninjatrader.com/support/help...wing_tools.htm

    SharpDX for Custom Rendering - https://ninjatrader.com/support/help..._rendering.htm

    Please let me know if you have any questions.
    Last edited by NinjaTrader_Jim; 01-15-2018, 08:51 AM.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    82 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    43 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    64 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    68 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    56 views
    0 likes
    Last Post CarlTrading  
    Working...
    X