My Strategy on Chart select EntriesPerDirection = 4, and EntryHandling = All Entries.
In the output window I notice, NT reports in succession "Entered Internal PlaceOrder() . . . :" then followed by "Ignored Place Order() Method . . Reason=Exceeded entry signals limit based on EntryHandling and EntriesPerDirection properties.
My strategy does monitor outstanding position separately, and show just before that, that there is only two positions and hence it can submit more entry orders. These computed positions tally with that shown in Positions tab.
Why is my EntryOrder ignored ? What is cause? What is happening here? How can I resolve this ?
Thanks.
Regards,
EdwardK,

Comment