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

Increase quantities/entries of contracts programmatically

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

    Increase quantities/entries of contracts programmatically

    Is there way to increase the number of ES contracts while a startegy is running programmatically? perhaps based on account balance or another logic?
    If not can it be done manually without restarting the strategy?

    #2
    Hi, thanks for posting.

    Account values can be read from the GetAccountValue method. To change the quantity of an order, adjust the quantity parameter:

    EnterLong(int quantity) //calculate a quantity e.g. CashValue/Close[0]
    Chris L.NinjaTrader Customer Service

    Comment


      #3
      This is great thanks. I assume this can change quantity at runtime and is checked before an order is placed.

      Can this be done in startegy builder? Without unlocking code?
      The other option - Can it be done manually without restarting strategy?

      Comment


        #4
        Hi, thanks for the follow up.

        The quantity can not be changed from the user interface after you enable it. The quantity would need to be calculated within the strategy code. The account data can not be accessed through the strategy builder, and the builder would not be able to dynamically change the quantity of the order, so the strategy will need to be unlocked to complete this.

        Best regards,
        -ChrisL
        Chris L.NinjaTrader Customer Service

        Comment


          #5
          Understood. Thank you very much. Still learning NT. Concern was bars required before trading starts if I restart startegy. Not sure if it will keep waiting for 20 bars for example.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by JoMoon2024, Today, 06:56 AM
          0 responses
          2 views
          0 likes
          Last Post JoMoon2024  
          Started by Haiasi, 04-25-2024, 06:53 PM
          2 responses
          17 views
          0 likes
          Last Post Massinisa  
          Started by Creamers, Today, 05:32 AM
          0 responses
          5 views
          0 likes
          Last Post Creamers  
          Started by Segwin, 05-07-2018, 02:15 PM
          12 responses
          1,786 views
          0 likes
          Last Post Leafcutter  
          Started by poplagelu, Today, 05:00 AM
          0 responses
          3 views
          0 likes
          Last Post poplagelu  
          Working...
          X