Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

GTC question

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

    GTC question

    Hello, I've got this simple bit of code just as an example:

    if (Low[0] <= Low[1])
    {
    EnterShortLimit(DefaultQuantity, ((High[
    0]+(High[0]-Low[0])*0.618)), "");
    }

    But it will only fill if that limit is hit on the following bar. If that limit level is hit 2 bars later then there will be no order at all. Could someone help me keep this order good till cancelled even though in my parameters I have GTC set?

    Thanks

    #2
    jjthetrader, this is expected - you can set liveUntilCancelled to true and use the 'advanced' overload mentioned in this link - http://www.ninjatrader-support.com/H...hortLimit.html

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, Yesterday, 10:06 AM
    0 responses
    21 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    18 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    14 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    9 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    40 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X