Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Default Quantity for each instrument

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

    Default Quantity for each instrument

    Example I am trading 2 stocks,

    I want 1 stock to trade 500 shares, the other one i want 700 shares in a multi-instrument backtest.

    How do we assign each stock their specific fixed quantity?

    #2
    Oil_Trader, you would need to assign the qty for the various instruments used then directly in your code.

    Comment


      #3
      Hi Bertrand,

      Can you please give an example code snippet for:

      If (Signal.Instrument == XXXX)
      EnterLong( QtyA)

      If (Signal.Instrument == YYYY)
      EnterLong( QtyB)

      I cannot find the proper syntax in your help index.

      Comment


        #4
        Oil_Trader,

        You have to specify what exactly your signal is. There are no prebuilt "signals" for any instrument.

        What you would do is create a multi-series strategy, check the particular instrument you are interested in for your particular signal and then place the trade to that instrument. Please see here for information on multi-series strategies: http://www.ninjatrader-support.com/H...ameInstruments
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        79 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        45 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        29 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        32 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        66 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X