Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Entry order quantity.

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

    Entry order quantity.

    Hello.
    How to change entry order quantity?? It have to be int not double.
    I would like to change quantity depend of last trade was profitable or not.
    Czarek.

    #2
    Hello Czarek,

    All the Enter() methods will have overloads that allow you to specify quantity. For the strategy to use these quantities you set order quantity by strategy.

    If you would like to change quantity based on performance of last trade, you can work with TradePerformance class for this.
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Hi.
      Everywhere is :
      EnterLong(int quantity)
      quantity must me int. How to change int value by strategy??
      Can I use double?
      Czarek.

      Comment


        #4
        Yes, the quantity must be integer. In C#, you can cast a value as another data type like this:

        EnterLong((int) myDouble);

        You can Set Order Quantity by strategy as an option available when you run the strategy. Please see the following link > Understanding strategy properties

        Ryan M.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        630 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        364 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        105 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        566 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        568 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X