Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 jxs_xrj, 01-12-2020, 09:49 AM
    6 responses
    3,290 views
    1 like
    Last Post jgualdronc  
    Started by Touch-Ups, Today, 10:36 AM
    0 responses
    8 views
    0 likes
    Last Post Touch-Ups  
    Started by geddyisodin, 04-25-2024, 05:20 AM
    11 responses
    61 views
    0 likes
    Last Post halgo_boulder  
    Started by Option Whisperer, Today, 09:55 AM
    0 responses
    8 views
    0 likes
    Last Post Option Whisperer  
    Started by halgo_boulder, 04-20-2024, 08:44 AM
    2 responses
    24 views
    0 likes
    Last Post halgo_boulder  
    Working...
    X