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 SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    49 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    22 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    15 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    21 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    23 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X