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 DannyP96, 05-18-2026, 02:38 PM
        1 response
        23 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        115 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        69 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        225 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        411 views
        0 likes
        Last Post CaptainJack  
        Working...
        X