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 cre8able, 02-11-2023, 05:43 PM
        3 responses
        236 views
        0 likes
        Last Post rhubear
        by rhubear
         
        Started by frslvr, 04-11-2024, 07:26 AM
        8 responses
        113 views
        1 like
        Last Post NinjaTrader_BrandonH  
        Started by stafe, 04-15-2024, 08:34 PM
        10 responses
        46 views
        0 likes
        Last Post stafe
        by stafe
         
        Started by rocketman7, Today, 09:41 AM
        3 responses
        11 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by traderqz, Today, 09:44 AM
        2 responses
        10 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Working...
        X