View Full Version : why is this order getting cancelled
junkone
05-07-2009, 04:44 PM
i have attached the trace file. pl let me know why is this order getting cancelled.
i have TimeInForce = Cbi.TimeInForce.Gtc;
setup in my iniatialize.
why is it still getting cancelled. my strategy uses multitimeframe prices.
junkone
05-07-2009, 05:11 PM
figure out. on multitimeframe strategies, i have to use the
The following method variation is for experienced programmers who fully understand Advanced Order Handling (mk:@MSITStore:E:\PROGRA~1\NINJAT~1.5\doc\NINJAT~1 .CHM::/AdvancedOrderHandling.html) concepts.
EnterLongStop(int barsInProgressIndex, bool liveUntilCancelled, int quantity, double stopPrice,string signalName)
Why cannot you make this detail VERY CLEARLY!!!!!
half day wasted!!!!
NinjaTrader_Bertrand
05-08-2009, 06:42 AM
Great you got it resolved junkone - for MultiFrame and MultiInstrument strategies this link is very helpful - http://www.ninjatrader-support.com/HelpGuideV6/MultiTimeFrameInstruments.html
junkone
05-09-2009, 01:43 PM
i still think that you have to update the documetation for function
EnterLongStop(int barsInProgressIndex ...,
to indicate its necessity in a multitimeframe trading.
statemetns like experienced programmers means nothing. i am a "experienced programmers " and had to struggle for half day.
NinjaTrader_Ray
05-09-2009, 02:42 PM
We are completeing overhauling our documentation for NT7 and things should be more clear.