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 frslvr, 04-11-2024, 07:26 AM
      7 responses
      109 views
      1 like
      Last Post caryc123  
      Started by rocketman7, Today, 09:41 AM
      3 responses
      7 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Started by traderqz, Today, 09:44 AM
      2 responses
      4 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by stafe, 04-15-2024, 08:34 PM
      8 responses
      40 views
      0 likes
      Last Post stafe
      by stafe
       
      Started by rocketman7, Today, 02:12 AM
      7 responses
      31 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Working...
      X