Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Limit the number of order placement per candle

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

    Limit the number of order placement per candle

    Hello is there any way to limit the number of order per candle? I see order were executed multiple times thru strategy builder as attached.
    It would be great if there is any solution using strategy builder. If not available usign builder, code adding solution is also appreciated.

    Marble
    Attached Files

    #2
    Hello Marble,

    Likely the strategy is using Calculate.OnEachTick or .OnPriceChange and the condition is evaluating as true on multiple updates.

    How many orders would you like?

    You can use a custom series integer as a counter to increment each time the condition is true and require the count of orders to be less than a desired number.

    Below is a link to an example.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    62 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    134 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    75 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    45 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    50 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X