Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy Builder enter an order 2 seconds before the current bar closes?

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

    Strategy Builder enter an order 2 seconds before the current bar closes?

    Hi Ninjas,
    Is there a way to enter an order 2 seconds before the current bar closes on Strategy Builder? I have seen some limitations on Strategy Builder when I use the "exit long by stop order" because if in the same bar that I had entered the price goes directly my stop it is not excecuted until the bar that I had entered closes... and I think that if I can anticipate my entry 2sec before the bar closes the "exit long/short by stop order" could be inmmidiatly excecuted in the first bar to protect my position

    #2
    Hello MarcoNT29,

    Intra-bar granularity and TickReplay allows for submitting orders intra-bar (on the same bar).
    http://ninjatrader.com/support/forum...063#post499063
    https://ninjatrader.com/support/foru...377#post773377

    This would be something complex, and likely not possible to achieve with the Strategy Builder.

    The Strategy Builder cannot subtract seconds from a time object to calculate the time 2 seconds before the end of the bar.

    The Strategy Builder also does not have the ability to use Threading.Timer or Threading.Task, which would likely be what you would want to use to trigger events at specific seconds. So this would likely require unlocking the script and coding by hand to acheive.
    https://ninjatrader.com/support/foru...445#post496445

    Below I am providing a link to a forum post with helpful information about getting started with C# and NinjaScript.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Today, 05:17 AM
    0 responses
    38 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    124 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    64 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    41 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    46 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X