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 rbeckmann05, Yesterday, 06:48 PM
    1 response
    12 views
    0 likes
    Last Post bltdavid  
    Started by llanqui, Today, 03:53 AM
    0 responses
    6 views
    0 likes
    Last Post llanqui
    by llanqui
     
    Started by burtoninlondon, Today, 12:38 AM
    0 responses
    10 views
    0 likes
    Last Post burtoninlondon  
    Started by AaronKoRn, Yesterday, 09:49 PM
    0 responses
    15 views
    0 likes
    Last Post AaronKoRn  
    Started by carnitron, Yesterday, 08:42 PM
    0 responses
    11 views
    0 likes
    Last Post carnitron  
    Working...
    X