Announcement

Collapse
No announcement yet.

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 Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        647 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        369 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        108 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        572 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        573 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X