![]() |
|
|||||||
| Automated Trading Support for automated trading systems using NinjaScript. Support for our ATI (Automated Trading Interface) used to link an external application such as TradeStation and eSignal to NinjaTrader. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Junior Member
Join Date: Mar 2005
Location: , ,
Posts: 20
Thanks: 0
Thanked 0 times in 0 posts
|
I'm using Trade Station to activate a trade. Then Ninja takes over and runs the show. The problem I'm having is with the TIF function. Under my position strategy I have it set up as 3 for 3 minutes, but it never cancels the order. If I want to buy the ER2 at a specific price and I don't get filled in 3 minutes I want the order cancelled. I'm not using a pass through command as you can see below.
FileAppend("c:\program files\ninjatrader 4\AT\order.txt" ,"ER2 12-05,,DAY,BUY,LMT,"+numtostr(Close[0],1)+",,,,,,ER 1 Auto,SIM-101,"); "ER 1 Auto" position strategy has TIF defined as 3. Hope you can help. thx Z |
|
|
|
|
|
#2 |
|
Administrator
Join Date: Nov 2004
Location: Denver, CO, USA
Posts: 11,163
Thanks: 6
Thanked 45 times in 32 posts
|
Hi Z,
You have to set the actual order to TIF of 3. Currently you have it set to DAY. Ray
Ray
NinjaTrader Customer Service |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Mar 2005
Location: , ,
Posts: 20
Thanks: 0
Thanked 0 times in 0 posts
|
Ah yes, silly me. I guess it overrides how you have it defined.
Thx for your time. Z. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|