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 kinfxhk, 07-14-2026, 09:39 AM
        0 responses
        90 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 10:18 AM
        0 responses
        92 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 09:50 AM
        0 responses
        70 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 07:21 AM
        0 responses
        87 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-11-2026, 02:11 AM
        0 responses
        64 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Working...
        X