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 AttiM, 02-14-2024, 05:20 PM
    11 responses
    184 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by fernandobr, Today, 09:11 AM
    1 response
    3 views
    0 likes
    Last Post NinjaTrader_Erick  
    Started by timmbbo, Today, 08:59 AM
    1 response
    3 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by KennyK, 05-29-2017, 02:02 AM
    2 responses
    1,281 views
    0 likes
    Last Post marcus2300  
    Started by itrader46, Today, 09:04 AM
    1 response
    6 views
    0 likes
    Last Post NinjaTrader_Clayton  
    Working...
    X