Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

stoploss not executed

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

    stoploss not executed

    Hi

    I am new to NT and I assume this is a simple question, but still I could not find any information to it.
    I go long with the following statement:
    EnterLong(1,"testsignal");

    And I set a stoploss
    SetStopLoss("testsignal",CalculationMode.Price,120 ,true);

    Prices go below 120. But the stoploss is not executed, it is always cancelled.

    Any help is appreciated.
    thanks
    Andre

    #2
    Andre, please add TraceOrders to the script to see why the stopLoss is cancelled - http://www.ninjatrader-support2.com/...ead.php?t=3627

    Would also give this a try -

    Code:
    SetStopLoss("testsignal", CalculationMode.Price, 120 , false);
    BertrandNinjaTrader Customer Service

    Comment


      #3
      Hi Bertrand

      Thanks for the fast reply. I switched tracing on and after some further tests it seems I found the problem. I am using this "enhancement":

      And with this enhancements obviously stoploss no more work.

      Thanks for your help
      Andre

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by helpwanted, Today, 03:06 AM
      1 response
      7 views
      0 likes
      Last Post sarafuenonly123  
      Started by Brevo, Today, 01:45 AM
      0 responses
      7 views
      0 likes
      Last Post Brevo
      by Brevo
       
      Started by aussugardefender, Today, 01:07 AM
      0 responses
      5 views
      0 likes
      Last Post aussugardefender  
      Started by pvincent, 06-23-2022, 12:53 PM
      14 responses
      242 views
      0 likes
      Last Post Nyman
      by Nyman
       
      Started by TraderG23, 12-08-2023, 07:56 AM
      9 responses
      384 views
      1 like
      Last Post Gavini
      by Gavini
       
      Working...
      X