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

unique entries

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

    unique entries

    I see in the development of stragy unique entries and in the description
    If set to "UniqueEntries", the strategy will process entry orders until the maximum allowable entries set by the "Entries per direction" property per each uniquely named entry have been reached.


    I want to go back any time on the market 1 time to buy. And (after the strategy sells and buy alone how to do) if there is a loss or gain it will buy or sell these possible

    #2
    Hello Yesiam,

    The EntryHandling and EntriesPerDirection work together for the number of entries that can be made in a particular position.

    If EntriesPerDirection is 1 and EntryHandling is AllEntries the second order will be ignored.
    If EntriesPerDirection is 2 the second order will be placed.
    If EntriesPerDirection is 1 and EntryHandling is UniqueEntries and the two orders have the same signal names the second order will be ignored.
    If EntriesPerDirection is 1 and EntryHandling is UniqueEntries and the two orders have different signal names the second order will be placed.

    If your EntriesPerDirection is met, and then an exit occurs, a new entry will be allowed.

    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by f.saeidi, Today, 08:01 PM
    0 responses
    1 view
    0 likes
    Last Post f.saeidi  
    Started by Rapine Heihei, Today, 07:51 PM
    0 responses
    3 views
    0 likes
    Last Post Rapine Heihei  
    Started by frslvr, 04-11-2024, 07:26 AM
    5 responses
    96 views
    1 like
    Last Post caryc123  
    Started by algospoke, 04-17-2024, 06:40 PM
    6 responses
    49 views
    0 likes
    Last Post algospoke  
    Started by arvidvanstaey, Today, 02:19 PM
    4 responses
    11 views
    0 likes
    Last Post arvidvanstaey  
    Working...
    X