Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

stop matches exitposition?

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

    stop matches exitposition?

    Hello,

    I want to aks if it can be that when I do
    SetStopLoss ("SA", CalculationMode.Ticks, 70, false);
    EnterShort(3000, "SA");
    ExitShort(1000, "X1","SA");

    that with the exit my positions of 3000 are reduced by 1000 to 2000 but the stop (visible in chart-trader) remains with 3000 (and is not reduced to 2000)?

    Also with SetStopLoss (CalculationMode.Ticks, 70);
    EnterShort(3000);
    ExitShort(1000);

    the position size is reduced by 1000 to 2000 but not the stops (remain 3000)

    I know I can do with individual entry-names ("SA1"....) and ("SA2"...) and ("SA3"....) and corresponding entries with (1000, "SA1")..... to scale out positions and stops.

    But isn´t it possible to do the entry with all positions (no individual entry-names) and to scale out NOT ONLY postions but also stops?

    This is important because when running more strategies to avoid a lot lines with entries and stops appearing in the platform of broker.


    Thanks
    Tony
    Last edited by tonynt; 03-11-2012, 01:45 PM. Reason: clearify

    #2
    tonynt,

    You can monitor stop losses : http://www.ninjatrader.com/support/f...ead.php?t=5790

    And modify them as well : http://www.ninjatrader.com/support/f...ead.php?t=3222

    Specifics for your particular strategy would need to be handled appropriately.
    Adam P.NinjaTrader Customer Service

    Comment


      #3
      Hello,

      thank you for your information. I know how to modify stops, with flags, with variables...

      My question is more easy, so please let me do again:

      * when I do eg an entry with EnterShort(3000); and ExitShort(1000);
      * or eg EnterShort(3000, "SA"); and ExitShort(1000, "X1","SA");

      with the exit my positions are reduced for 1000 but the stoplosses persists with 3000.
      Correct?

      Thanks
      Tony




      Originally posted by NinjaTrader_AdamP View Post
      tonynt,

      You can monitor stop losses : http://www.ninjatrader.com/support/f...ead.php?t=5790

      And modify them as well : http://www.ninjatrader.com/support/f...ead.php?t=3222

      Specifics for your particular strategy would need to be handled appropriately.
      Last edited by tonynt; 03-12-2012, 12:49 PM. Reason: wrong translation

      Comment


        #4
        tonynt,

        Thanks for your note.

        Correct, this would need to be handled appropriately. Scaling out of positions can be handled using the following reference sample.

        Adam P.NinjaTrader Customer Service

        Comment


          #5
          Thank you. This is how I do now like the scale out sampl, and it works fine. I just wanted to know if there´s another possibility that works somehow different to avoid individual entry names as there are so many orders appearing then.

          A question to the sample monitoring stoplosses please: it seems like stoplosses here are added to a running position(?) Or can I work with this also for my stoplosses with
          SetStopLoss ("SA", CalculationMode.Ticks, 70, false);
          EnterShort(3000, "SA");
          ExitShort(1000, "X1","SA");

          Thanks
          Tony


          Originally posted by NinjaTrader_AdamP View Post
          tonynt,

          Thanks for your note.

          Correct, this would need to be handled appropriately. Scaling out of positions can be handled using the following reference sample.

          http://www.ninjatrader.com/support/f...ead.php?t=3751

          Comment


            #6
            tonynt,

            You could try the unmanaged approach, or use ATM strategies for this.

            This would leave the stop losses unaltered. Stop losses are submitted as pending orders so you would need to possibly capture the IOrder object and change it.
            Adam P.NinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by argusthome, 03-08-2026, 10:06 AM
            0 responses
            58 views
            0 likes
            Last Post argusthome  
            Started by NabilKhattabi, 03-06-2026, 11:18 AM
            0 responses
            39 views
            0 likes
            Last Post NabilKhattabi  
            Started by Deep42, 03-06-2026, 12:28 AM
            0 responses
            19 views
            0 likes
            Last Post Deep42
            by Deep42
             
            Started by TheRealMorford, 03-05-2026, 06:15 PM
            0 responses
            21 views
            0 likes
            Last Post TheRealMorford  
            Started by Mindset, 02-28-2026, 06:16 AM
            0 responses
            51 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Working...
            X