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

Limit 1 trader per day using strategy bruilder

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

    Limit 1 trader per day using strategy bruilder

    Hi. Sorry if this has been answered before but I could not find an answer for this. Is there anyway we can limit number of trades using strategy builder?

    Thank you!

    #2
    I found this thread and it should help...



    This is how I think it should be done:

    1) In the Strategy Builder, Conditions and Actions; add a new group and call it e.g. "BarsSinceEntry"
    2) Set condition set to "If Any" in the drop down
    3) Add "BarsSinceEntryExecution(0,""0)=-1 [this will check if there has been placed any orders before this one]
    4) Add ""BarsSinceEntryExecution(0,""0)>=20 [20 is the amount of bars before the condition set is triggering next entry. E.g. if you have a daily time frame strategy, 20 bars is equal to 20 days before it takes another entry]

    Comment


      #3
      In the Conditions window:

      Left Column (select):
      Misc>Bars since entry

      Right Column (select):
      Misc>Numeric Value

      Comment


        #4
        Hello Kapa1,

        Thank you for your note.

        I have not tested Demo9044's suggestion however, the following sample demonstrates how this could be done in the editor,



        Please let us know if you need further assistance.
        Alan P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by mjairg, 07-20-2023, 11:57 PM
        3 responses
        213 views
        1 like
        Last Post PaulMohn  
        Started by TheWhiteDragon, 01-21-2019, 12:44 PM
        4 responses
        544 views
        0 likes
        Last Post PaulMohn  
        Started by GLFX005, Today, 03:23 AM
        0 responses
        3 views
        0 likes
        Last Post GLFX005
        by GLFX005
         
        Started by XXtrader, Yesterday, 11:30 PM
        2 responses
        12 views
        0 likes
        Last Post XXtrader  
        Started by Waxavi, Today, 02:10 AM
        0 responses
        7 views
        0 likes
        Last Post Waxavi
        by Waxavi
         
        Working...
        X