PDA

View Full Version : changing the default TIF for limit orders


HelloHello
09-27-2007, 11:12 AM
Hi,

I see that when I execute a limit order the default setting for TIF is DAY, is there a way to change this to GTC?

Thanks

NinjaTrader_Ray
09-27-2007, 01:37 PM
You will need to use the NTCommand() function directly and pass in "GTC" into the TIF parameter. NTBuyLimit() for example, is just a wrapper function around the main NTCommand() function.