PDA

View Full Version : How to edit stops orders through the ATI?


MrMilesIL
02-22-2006, 10:58 AM
Hi, I am trying to figure out how to change stop orders for trades entered through the ATI. Currently I send a buy/sell signal from Esignal to Ninja referencing a strategy to use. I am using a stop strategy too, but would still like to adjust stops closer if certain events occur.
Can this be done and if so, how?
Thanks for all the fantastic support!
Jonathan

NinjaTrader_Ray
02-22-2006, 12:21 PM
Use "STOP1" as the order id passed into NTChange() function to modify any stop 1 orders. "STOP2" for stop 2 orders etc..

Ray

MrMilesIL
02-22-2006, 01:20 PM
Thanks for the quick response. Do I need to reference the strategy ID too?
Jonathan

NinjaTrader_Ray
02-22-2006, 02:57 PM
Oops, yes you do..Sorry for forgetting that.