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 Rapine Heihei, 04-23-2024, 07:51 PM
      2 responses
      30 views
      0 likes
      Last Post Max238
      by Max238
       
      Started by Shansen, 08-30-2019, 10:18 PM
      24 responses
      943 views
      0 likes
      Last Post spwizard  
      Started by Max238, Today, 01:28 AM
      0 responses
      9 views
      0 likes
      Last Post Max238
      by Max238
       
      Started by rocketman7, Today, 01:00 AM
      0 responses
      4 views
      0 likes
      Last Post rocketman7  
      Started by wzgy0920, 04-20-2024, 06:09 PM
      2 responses
      28 views
      0 likes
      Last Post wzgy0920  
      Working...
      X