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 algospoke, 04-17-2024, 06:40 PM
    6 responses
    48 views
    0 likes
    Last Post algospoke  
    Started by arvidvanstaey, Today, 02:19 PM
    4 responses
    11 views
    0 likes
    Last Post arvidvanstaey  
    Started by samish18, 04-17-2024, 08:57 AM
    16 responses
    61 views
    0 likes
    Last Post samish18  
    Started by jordanq2, Today, 03:10 PM
    2 responses
    9 views
    0 likes
    Last Post jordanq2  
    Started by traderqz, Today, 12:06 AM
    10 responses
    20 views
    0 likes
    Last Post traderqz  
    Working...
    X