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 Mindset, 04-21-2026, 06:46 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        144 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        71 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        125 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        79 views
        0 likes
        Last Post PaulMohn  
        Working...
        X