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 fernandobr, Today, 09:11 AM
        0 responses
        0 views
        0 likes
        Last Post fernandobr  
        Started by itrader46, Today, 09:04 AM
        1 response
        3 views
        0 likes
        Last Post NinjaTrader_Clayton  
        Started by timmbbo, Today, 08:59 AM
        0 responses
        1 view
        0 likes
        Last Post timmbbo
        by timmbbo
         
        Started by bmartz, 03-12-2024, 06:12 AM
        5 responses
        33 views
        0 likes
        Last Post NinjaTrader_Zachary  
        Started by Aviram Y, Today, 05:29 AM
        4 responses
        14 views
        0 likes
        Last Post Aviram Y  
        Working...
        X