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

Limitat of the number of entries.

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

    Limitat of the number of entries.

    Hello. Can I set the limit of the number of particular EntryOrder can be executed, and prevent any further executions once the limit has been reached?

    #2
    Hello Czarek,

    Thank you for your post.

    Are you referring to the number of entries at one time? If so, the strategy properties allow you to set EntriesPerDirection which is based on the EntryHandling property. The default value for these properties may be set in State.SetDefaults and the values may be adjusted on the UI when setting up the strategy:Otherwise, if you mean overall you only want an entry to be executed X number of times in a strategy, then that entry will no longer be executed, you could set up an int in your strategy that increments each time the EntryOrder is executed. You could also have a bool that is set to true when the EntryOrder is allowed, and once that int reaches the desired count, the bool could then be set to false so the entry logic will no longer be executed.

    Please let us know if we may be of further assistance.
    Emily C.NinjaTrader Customer Service

    Comment


      #3
      Hi. Thanks for your reply.
      I mean I only want an entry to be executed X number of times in a strategy, then that entry will no longer be executed.
      How to set up an int in my strategy that increments each time the EntryOrder is executed?

      Comment


        #4
        Hello Czarek,

        You would need to accomplish this with logic.

        For example you can increment an integer as a counter, and require the integer value to be less than a specific number in the condition that submits the entry.

        Below is a link to a forum post that discusses.
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Option Whisperer, Today, 09:55 AM
        1 response
        11 views
        0 likes
        Last Post bltdavid  
        Started by port119, Today, 02:43 PM
        0 responses
        1 view
        0 likes
        Last Post port119
        by port119
         
        Started by Philippe56140, Today, 02:35 PM
        0 responses
        2 views
        0 likes
        Last Post Philippe56140  
        Started by 00nevest, Today, 02:27 PM
        0 responses
        1 view
        0 likes
        Last Post 00nevest  
        Started by Jonafare, 12-06-2012, 03:48 PM
        5 responses
        3,986 views
        0 likes
        Last Post rene69851  
        Working...
        X