Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

One Entry per Direction (NT7 with unmanaged)

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

    One Entry per Direction (NT7 with unmanaged)

    Hello,

    i´m using NT7 with the new functionality "Unmanaged = true".
    However, i like to make sure, that there is only one entry per direction.

    Using the syntax:
    protected override void Initialize()
    {
    EntriesPerDirection = 1;
    EntryHandling = EntryHandling.AllEntries;
    }
    doesnt work here and if i understand the posts correct, then it doesnt work along with unmanged = true.

    Is there another way to make sure that i only enter one position per direction ?

    Thank you

    #2
    Correct, since there's no signal tracking the EntriesPerDirection and EntryHandling will not work in this environment - you could still use for example IOrders directly to check or simply only enter if the strategy position is flat by adding a Position.MarketPosition check to your conditions to enter.



    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    58 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    133 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    73 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    45 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    50 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X