Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Live Until Cancelled Using Strategy Builder

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

    Live Until Cancelled Using Strategy Builder

    Hello everyone, I know there is a way to accomplish this but my skills are limited and I am only used to coding with Strategy Builder. Is there a way to enable live until cancelled with strategy builder?

    I currently have a very basic strategy that places Stop Limit Orders 1 tick above the high of Inside Bars (that close over a moving average) and 1 tick below the low of inside bars that close under the moving average)

    The orders cancel if they do not get filled within the next bar. Is there a way for me to keep them open until they either get filled or replaced with a new signal?

    #2
    Hello habeebft,

    Live until cancelled is a manually coded feature, that is not available in the strategy builder. To keep an order alive in the builder you need to keep calling the entry method for each bar close event. Your entry condition needs to remain true until the order has filled, most commonly that would be accomplished by adding a position check condition, if the position is flat and the bar closes resubmit the order. If the position is not flat the entry condition is no longer true because the order filled.



    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    65 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    41 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    23 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    26 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    52 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X