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.
    BertrandNinjaTrader Customer Service

    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 rjbtrade1, 11-30-2023, 04:38 PM
        2 responses
        77 views
        0 likes
        Last Post DavidHP
        by DavidHP
         
        Started by Stanfillirenfro, Today, 07:23 AM
        3 responses
        13 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by FitSpressoHonest, Today, 09:14 AM
        0 responses
        4 views
        0 likes
        Last Post FitSpressoHonest  
        Started by Davide999, 05-18-2023, 03:55 AM
        4 responses
        557 views
        1 like
        Last Post kcwasher  
        Started by rexsole, Today, 08:39 AM
        2 responses
        9 views
        0 likes
        Last Post NinjaTrader_Erick  
        Working...
        X