PDA

View Full Version : SetProfitTarget()


nolantx
02-07-2007, 04:58 PM
Is there a way to set or send the profit target from the TS8 DLL functions?

If the profit target order is sent as a seperate command, can it be executed on the same bar as the entry or will it have to wait til bar close?

NinjaTrader_Ray
02-08-2007, 12:55 AM
Our DLL functions are direct calls to NinjaTrader outside any concept of TS strategies. This means when you call a function, it will do exactly what it states. For clarification, it will execute at the exact timeyour strategy calls the function.

Ray