PDA

View Full Version : Multi lot strategy


stefy
06-24-2008, 10:24 AM
Hi everyone

So far I backtested a strategy with just 1 lot, but I'd like know to use 2 lots, one for auto break even and the second one to let the position run.

Can you please give me some reference on how I can do it?

Thank you

NinjaTrader_Ray
06-24-2008, 12:06 PM
There are many ways to skin the cat.

When you call an exit method, specify a quantity of 1. It might be easier if you create two entries with each a unique signal name taken at the same time, then when you exit, just reference the signal names.

stefy
06-24-2008, 12:09 PM
Thank you, NinjaTrader_Ray. I will try that immediately.

There are many ways to skin the cat.

When you call an exit method, specify a quantity of 1. It might be easier if you create two entries with each a unique signal name taken at the same time, then when you exit, just reference the signal names.