Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Order Behavior - Amended Stop

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

    #16
    Originally posted by kujista View Post
    So the behavior as I considered to be strange happened when previous trade had set SL price bellow current trader fill price (and when I didnt reset it before entry it made me a mess)... If I get now. I really thank you for saving next sleepless nights
    Pretty much.

    Comment


      #17
      hello,
      I still didn't beat this. i use this sequence to enter the trader:

      1. if (Position.MarketPosition == MarketPosition.Flat) SetStopLoss(20);
      2. EnterShort(1, EntryName);
      3. StopLoss(EntryName, CalculationMode.Price, core.tradesActive[i].SL_Price, false);

      I do not know where could be problem, but once i reset stoploss - first line
      the system does not change to new value, using 3rd line. what am i doing wrong?

      Comment


        #18
        Hello kujista,

        Thank you for your response.

        Could you add your code to your response or attach the .cs file for your strategy to your response so we may investigate this matter further?

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by ScottW, Today, 06:09 PM
        0 responses
        1 view
        0 likes
        Last Post ScottW
        by ScottW
         
        Started by Board game geek, 10-29-2023, 12:00 PM
        14 responses
        244 views
        0 likes
        Last Post DJ888
        by DJ888
         
        Started by Waxavi, 04-19-2024, 02:10 AM
        4 responses
        55 views
        0 likes
        Last Post sonia0101  
        Started by cmtjoancolmenero, Today, 03:58 PM
        0 responses
        9 views
        0 likes
        Last Post cmtjoancolmenero  
        Started by Segwin, 05-07-2018, 02:15 PM
        11 responses
        1,777 views
        0 likes
        Last Post aligator  
        Working...
        X