Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

double - variable - close stoploss

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

    double - variable - close stoploss

    Hello,

    I have my stop eg

    stop1=DonchianChannel(4).Upper[0];

    SetStopLoss("S1", CalculationMode.Price, stop1, false);

    What do I have to change for my shorts so that stoploss is only realized when CLOSE is above stop1 (and not when ask or bid is at stop-price)? As I use Renkos, this is important. Is it enough to set COBC=true?

    Thanks
    Tony

    #2
    Tony, it is not possible to have a stop order that only executes at the close. Stops are designed to work only on bid/ask/last data and not by the close. The exchanges and other market players don't really care about bars, they only care about price.
    AustinNinjaTrader Customer Service

    Comment


      #3
      Thanks. This sounds logical and is what I thought. But saw this in a room. When this doesn´t work with stoploss they can do it maybe then with exitshort/long conditions?

      Comment


        #4
        Yes, that is most likely how they are doing it, or they are waiting for the bar to close and then submitting market orders right away to exit.
        AustinNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        56 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        37 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        17 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        19 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        49 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X