PDA

View Full Version : Quick Question on Internal Order Handling Rules


trader_rick
03-19-2009, 05:52 AM
Hi guys,

From the documentation it says that any Exit order e.g. ExitLongLimit( ) will be ignored if a Set order is in force e.g. SetStopLoss( ). Apparently this is also true vice versa for Set orders with active Exit orders.

Please can you then confirm the following;

I cannot mix Set orders with Exit orders. Either I must create both my stop and target using Set or I must create both using Exit. Is this correct?

tia

NinjaTrader_Bertrand
03-19-2009, 07:30 AM
This would depends which Exit() methods you use, but for example market exits (ExitLong / ExitShort) would still work with Set() methods in place.