Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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

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

        Comment


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

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Salahinho99, Today, 04:13 AM
          0 responses
          13 views
          0 likes
          Last Post Salahinho99  
          Started by junkone, 04-28-2024, 02:19 PM
          8 responses
          93 views
          1 like
          Last Post brucerobinson  
          Started by mkouitra, 10-23-2021, 04:40 PM
          17 responses
          1,970 views
          0 likes
          Last Post NinjaTrader_Jason  
          Started by Vietanhnguyen2hotmailcom, 05-03-2024, 10:29 AM
          4 responses
          32 views
          0 likes
          Last Post Vietanhnguyen2hotmailcom  
          Started by PhillT, 04-19-2024, 02:16 PM
          4 responses
          41 views
          0 likes
          Last Post PhillT
          by PhillT
           
          Working...
          X