Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Fibonacci Indicator

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

    Fibonacci Indicator

    Hi,
    I am trying to customize a fibonacci indictor I downloaded from this website.
    I need the indicator to show the values on the Data Box. is that possible. The indicator uses the default fibonacci tool.
    I have very little programing background, so I would appreciate any detailed help.

    I have done this under the properties region, but doesn't show anything in the data box, it just says Dummy N/A( don't know what this means)

    [Description("Option to show Fib restracements")]
    [Category("Parameters")]
    [Gui.Design.DisplayNameAttribute("Show Fib Retracements")]
    public bool showFibonnacciRetracements
    {
    get { return showFibonacciRetracements; }
    set { showFibonacciRetracements = value; }
    }
    Thanks.

    #2
    Hi Ccowl1,

    The databox will only show values from plots, so you would need to create a plot of any values you want to see in the databox.

    In NinjaTrader 7, it's possible to expose Fibonacci values, which is considered a little more advanced, but once your ready to dive in a bit more: http://www.ninjatrader.com/support/h...tracements.htm
    TimNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by kinfxhk, 07-14-2026, 09:39 AM
    0 responses
    129 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 10:18 AM
    0 responses
    105 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 09:50 AM
    0 responses
    87 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 07:21 AM
    0 responses
    106 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-11-2026, 02:11 AM
    0 responses
    86 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X