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 stafe, 04-15-2024, 08:34 PM
    6 responses
    30 views
    0 likes
    Last Post stafe
    by stafe
     
    Started by adeelshahzad, Today, 03:54 AM
    4 responses
    25 views
    0 likes
    Last Post adeelshahzad  
    Started by merzo, 06-25-2023, 02:19 AM
    10 responses
    823 views
    1 like
    Last Post NinjaTrader_ChristopherJ  
    Started by frankthearm, Today, 09:08 AM
    5 responses
    17 views
    0 likes
    Last Post NinjaTrader_Clayton  
    Started by jeronymite, 04-12-2024, 04:26 PM
    3 responses
    43 views
    0 likes
    Last Post jeronymite  
    Working...
    X