PDA

View Full Version : Profit Targets in Strategy Wizard


gregw
01-13-2007, 12:11 AM
Hi,
I created my first trading system using the strategy wizard V6 B5, entering the trade conditions was pretty straight forward.
But I would like to use an existing ASM to exit the trade, is there a way to do this.

It seems that if I wanted to create the strategy management in the wizard, things like multiple targets, stops, and trailing stops, this would require much more programming than the actual entry parameters.
Since the management already exists in an ASM, canI use it with the wizard.

Thanks

Greg

NinjaTrader_Ray
01-13-2007, 02:35 AM
This is not possible via the wizard, only through direct programming.

Ray

BradB
01-24-2007, 08:17 AM
I'm not sure I understand this. You can reference an existing ASM from within Ninjascript, or you are saying you can replicate it by coding it manually?

NinjaTrader_Ray
01-24-2007, 09:30 AM
Within NinjaScript, there are methods that allow you to place an order which executes an ASM strategy that can then be managed manually or, programmatically.

Please see the ASM methods under the Help Guide. The next beta update will have revamped methods for managing ASM strategies from within NinjaScript.


Ray