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

indicator running on various instruments

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

    indicator running on various instruments

    Hi everyone, I am new to Ninjatrader and would like to learn how to create an indicator that can run in a strategy on various instruments.

    I have created a custom indicator, however my code requires to enter a default instrument (see the piece of code below). So each time I run my strategy I need to change the default instrument. I would like to know if there is a way to set code so that this change is made automatically.

    Thank you,

    Manuel

    HTML Code:
    #region Variables
    // Wizard generated variables
    private string firstInstrument = @"ES 06-13"; // Default setting for FirstInstrument

    #2
    Welcome to our forums Manuel - unfortunately we could not really support dynamic addition of bars / instruments, however you look into working with ChartControl.BarsArray[0].Instrument.FullName to get the primary instrument used.
    BertrandNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mongo, Today, 11:05 AM
    2 responses
    6 views
    0 likes
    Last Post Mongo
    by Mongo
     
    Started by guillembm, Today, 11:25 AM
    0 responses
    3 views
    0 likes
    Last Post guillembm  
    Started by Tim-c, Today, 10:58 AM
    1 response
    2 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by traderqz, Yesterday, 09:06 AM
    4 responses
    27 views
    0 likes
    Last Post traderqz  
    Started by traderqz, Today, 12:06 AM
    4 responses
    8 views
    0 likes
    Last Post traderqz  
    Working...
    X