Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Adopt a manually entered Position in a strategy

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

    Adopt a manually entered Position in a strategy

    Is there a way to adopt a manually entered position in a strategy? So that I can programmatically close it? If so is there an example anywhere?

    #2
    Hello dmisselhorn,

    Thank you for your post.

    The order methods used in strategies only manage the strategy position. With that said, you could use the AddOn-style approach, even within a strategy or indicator script, and utilize the Account class to detect and manage manual orders and positions:


    You can subscribe to Order, Execution, and Position updates for the desired account and then use methods such as CreateOrder(), Submit(), Change(), and Cancel() to manage even a manually entered position from within a strategy script without interfering with the Strategy position and how it is calculated. Here are the links to the event methods, and the order management methods available to the Account class are also listed in the methods and properties at the link above:There is an example that utilizes the Account class on this page at the link "AddOn Framework NinjaScript Basic"


    Please let us know if we may be of further assistance.

    Comment


      #3
      I guessing I could do something similar in a strategy as well. Correct?

      Comment


        #4
        Originally posted by dmisselhorn View Post
        I guessing I could do something similar in a strategy as well. Correct?
        Yes, as I mentioned, "With that said, you could use the AddOn-style approach, even within a strategy or indicator script, and utilize the Account class to detect and manage manual orders and positions"

        Please feel free to reach out with any additional questions or concerns.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        87 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        132 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        65 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        118 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        67 views
        0 likes
        Last Post PaulMohn  
        Working...
        X