Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

different instrument actions?

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

    different instrument actions?

    Hi,

    Is it possible to modify a strategy code based upon which instrument the strategy is applied to? For example:

    if(USD/JPY){variable = 1;}
    if(EUR/USD){variable = 54;}
    if(EUR/JPY){variable = 12;}

    I'm NOT attempting to do anything other than have the strategy determine what instument it is applied to...I want to be able to change certain variables within the strategy (as above) based upon this information. Is this possible?

    #2
    Sure. Please see either of these properties: http://www.ninjatrader-support.com/H...umentName.html
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Hi,

      Thanks for that info, this seems useful. In usage, would I have to do something like this? (online help is non-specific):

      if(Instrument.MasterInstrument.Name == "USDJPY"){do something;}

      Is that correct syntax? Thanks again.

      Comment


        #4
        Correct. Just match the string with the instrument name. I suggest you use a Print on Instrument.MasterInstrument.Name to see what it returns so you can match the formatting and such.
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          Thank you. What about chart time periods? Is it possible to determine if a strategy is being applied to charts with, for example, 5 and/or 30 minute time intervals?

          Comment


            #6
            BarsPeriod.Id
            BarsPeriod.Value
            Josh P.NinjaTrader Customer Service

            Comment


              #7
              Thank you for the useful information...

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by Geovanny Suaza, 02-11-2026, 06:32 PM
              0 responses
              655 views
              0 likes
              Last Post Geovanny Suaza  
              Started by Geovanny Suaza, 02-11-2026, 05:51 PM
              0 responses
              370 views
              1 like
              Last Post Geovanny Suaza  
              Started by Mindset, 02-09-2026, 11:44 AM
              0 responses
              109 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Started by Geovanny Suaza, 02-02-2026, 12:30 PM
              0 responses
              574 views
              1 like
              Last Post Geovanny Suaza  
              Started by RFrosty, 01-28-2026, 06:49 PM
              0 responses
              577 views
              1 like
              Last Post RFrosty
              by RFrosty
               
              Working...
              X