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

How to close 1 quantity from 2 in position?

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

    How to close 1 quantity from 2 in position?

    I have entry order quantity equal 2. How to close 1 quantity in specific time ( for example after 10 positive ticks ) than continue position and close next quantity after ( for example ) 20 positive ticks?

    #2
    Hello Yevhenii,

    Thank you for your note.

    To be able to scale out of a position I would suggest using two different entry signal names and when applying the strategy, setting Entry Handling under Order Handling to Unique Entries. This allows your strategy to enter entry trades which are uniquely named.

    For additional information on unique entries, please see EntriesPerDirectoin section of our helpguide,



    So if you using the Strategy Builder, when you designate your strategy action, for example Enter Long Position, you’ll want to assign a Signal Name.

    I’ve provided an example strategy put together in the strategy wizard which breaks an entry into 2 separate orders, and assigns a profit target of 10 ticks to the first entry and 20 ticks to the second entry. See Attached Strategy.

    An alternative method to accomplish what you’re looking to do could be achieved using the Unmanaged Approach, which is reserved for experienced programmers. Note the strategy builder example uses the managed approach.

    For more information on the unmanaged approach please see our helpguide,


    Please let us know if you need further assistance.
    Attached Files
    Alan P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by ScottWalsh, Today, 06:52 PM
    3 responses
    19 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by trilliantrader, Today, 03:01 PM
    2 responses
    17 views
    0 likes
    Last Post helpwanted  
    Started by cre8able, Today, 07:24 PM
    0 responses
    1 view
    0 likes
    Last Post cre8able  
    Started by Haiasi, Today, 06:53 PM
    1 response
    4 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by ScottW, Today, 06:09 PM
    1 response
    6 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Working...
    X