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);

    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 argusthome, 03-08-2026, 10:06 AM
      0 responses
      77 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      45 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      27 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      32 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      63 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X