PDA

View Full Version : Position scaling, Wizard vs. hand coding


Pete S
07-03-2007, 09:23 AM
Hi there. Is it possible, using the strategy wizard, to scale into a position? For example, place an initial order on the first signal, and add to the position on a confirmation signal? I've been through the documentation and have created a test strategy, but it appears to only support one initial position.

I suspect, having looked at the documentation, that this would be possible by hand-coding a strategy, but if you could confirm this that would be great. Thanks.

NinjaTrader_Ray
07-03-2007, 09:34 AM
Yes this is possible in the wizard. Just provide a unique signal name for each entry and when you run the strategy, make sure you have set EntryHandling to UniqueEntries and EntriesPerDirection to "1".

Pete S
07-03-2007, 09:50 AM
Thanks for the quick feedback. That worked perfectly.