Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

EnterLong quantity 0

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

    EnterLong quantity 0

    When my EntryQuantity2 is 0 an order for 1 contract is being placed
    -----------------------------------------------
    EnterLong(EntryQuantity2,
    "L2");



    #region Properties

    }
    [Description(
    "2nd Entry Quantity")]
    [Category(
    "Parameters")]
    publicint EntryQuantity2
    {
    get { return entryQuantity2; }
    set { entryQuantity2 = Math.Max(0, value); }

    #2
    What setting are you using to set your order quantity by as you run / backtest the strategy?

    Comment


      #3
      Originally posted by NinjaTrader_Bertrand View Post
      What setting are you using to set your order quantity by as you run / backtest the strategy?
      Just using the parameter entries built into the strategy.
      Attached Files

      Comment


        #4
        I see, did a test on my end, and even if you call an Enter() method with 0 quantity an order for 1 is placed. If you don't want to place an order, please don't call the Enter() method.

        Comment


          #5
          So its working as designed,, txs for the verification

          Comment

          Latest Posts

          Collapse

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