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 cre8able, Yesterday, 01:16 PM
      3 responses
      11 views
      0 likes
      Last Post cre8able  
      Started by ChartTourist, Today, 08:22 AM
      0 responses
      6 views
      0 likes
      Last Post ChartTourist  
      Started by LiamTwine, Today, 08:10 AM
      0 responses
      2 views
      0 likes
      Last Post LiamTwine  
      Started by Balage0922, Today, 07:38 AM
      0 responses
      5 views
      0 likes
      Last Post Balage0922  
      Started by JoMoon2024, Today, 06:56 AM
      0 responses
      6 views
      0 likes
      Last Post JoMoon2024  
      Working...
      X