Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Use of ExitLongorShortLimit

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

    Use of ExitLongorShortLimit

    Is it correct that the use of any ExitLongLimit() (as an example) will exit all long entries created by a strategy if the <from entry signal> is an empty string? If you are dealing with more than one entry, what must you do to get the quantities grouped together?

    #2
    Hi, thanks for posting. If you want to organize and target specific entries you should use signal names. If you do not use signal names, you can specify a quantity to exit e.g. If you enter long twice, you can call ExitLongLimit() twice with a quantity of 1 to exit each entry individualy.

    Comment


      #3
      Chris,

      I asked a very specific question and I would appreciate a very specific answer. Is it true that an empty string in <from entry signal> in Exit/Long/Short() will exit all Long/Short entries of a strategy?

      Comment


        #4
        Hi, You need to make sure the quantity is correct. If you are long a quantity of 2 and you call ExitLongLimit() with a quantity of 1 it will only close one contract. You can do something like this to exit all:

        ExitLongLimit(Position.Quantity, LimitPrice);

        The is also testable using the Sim101 account and the simulated data feed if you want to test a certain scenario.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        88 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        135 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        68 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        119 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        69 views
        0 likes
        Last Post PaulMohn  
        Working...
        X