In multi-timeframe strategy I get the 3rd order rejected by “Exceeded entry signals limit”. But it not really true!
I understand the multi-timeframe multi instrument strategy development.
The setup is as follows:
· EntryHandling = “AllEntries”
· Entries per direction = 3
· Each EnterXxxx() & ExitXxxx() called with “barsInProgressIndex” = 0
· There are only 2 orders in the strategy.
· NT system Traced:
Ignored PlaceOrder() method at 21/11/2008 20:00:00: Action=Buy OrderType=Market Quantity=1 LimitPrice=0 StopPrice=0 SignalName='O2' FromEntrySignal='' Reason='Exceeded entry signals limit based on EntryHandling and EntriesPerDirection properties’
Please note:
· I even have my own Order tracking collection class shows the correct number of orders as 2.
· The multi timeframe is used for some background secondary tasks.
· Si, if I switch off the multi-timeframe all works.
Please advice?
Many thanks.
Sam

Comment