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

Set the number of trades for a strategy

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

    Set the number of trades for a strategy

    Hi I would like to know how to set the qty of trades that a strategy can make.

    #2
    Hello henryd333,

    Thank you for your post.

    You would be able to set the quantity of an order placed by a strategy using the 'quantity' parameter when calling something like EnterLong()/EnterShort().

    EnterLong(int quantity, string signalName)

    A good example of this could be seen using the Strategy Builder. Open a New > Strategy Builder window, navigate to the Conditions and Actions screen, click 'add' in the Actions section, open the Order Management folder, select 'Enter long position', then set the quantity using the Quantity field, and click OK. You could then view the code that places a long entry order with a specified quantity by clicking the 'View code' button.

    See the help guide documentation below for more information.
    EnterLong() - https://ninjatrader.com/support/help.../enterlong.htm
    Strategy Builder Actions - https://ninjatrader.com/support/help...MarketPosition

    Let us know if we may assist further.
    Brandon H.NinjaTrader Customer Service

    Comment


      #3
      Hi

      I meant to limit the trades per day.

      Comment


        #4
        Hello henryd333,

        Thank you for your note.

        Please refer to the SampleTradeLimiter example in the Help Guide linked below which demonstrates:
        • Resetting a variable at the beginning of a new trading session
        • Limiting the number of trades a strategy can make per trading session
        SampleTradeLimiter - https://ninjatrader.com/support/help...the_beginn.htm

        Let us know if we may assist further.
        Brandon H.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by itrader46, Today, 10:22 AM
        0 responses
        8 views
        0 likes
        Last Post itrader46  
        Started by NM_eFe, Today, 10:13 AM
        0 responses
        2 views
        0 likes
        Last Post NM_eFe
        by NM_eFe
         
        Started by hdge4u, Yesterday, 12:23 PM
        1 response
        10 views
        0 likes
        Last Post hdge4u
        by hdge4u
         
        Started by 1001111, Today, 09:45 AM
        0 responses
        10 views
        0 likes
        Last Post 1001111
        by 1001111
         
        Started by DTSSTS, 01-28-2024, 12:07 PM
        11 responses
        558 views
        0 likes
        Last Post bmo111
        by bmo111
         
        Working...
        X