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.



    BertrandNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Haiasi, 04-25-2024, 06:53 PM
    2 responses
    16 views
    0 likes
    Last Post Massinisa  
    Started by Creamers, Today, 05:32 AM
    0 responses
    4 views
    0 likes
    Last Post Creamers  
    Started by Segwin, 05-07-2018, 02:15 PM
    12 responses
    1,785 views
    0 likes
    Last Post Leafcutter  
    Started by poplagelu, Today, 05:00 AM
    0 responses
    3 views
    0 likes
    Last Post poplagelu  
    Started by fx.practic, 10-15-2013, 12:53 AM
    5 responses
    5,407 views
    0 likes
    Last Post Bidder
    by Bidder
     
    Working...
    X