PDA

View Full Version : In position and enter a new one


symphys
05-19-2010, 05:35 PM
I use EnterLong/ShortStop() with a quantity of 1. When in a position my strategy may decide to enter a new position. Right now this is ignored because of the managed approach I guess.

Is the only way to get rid of this limitation the unmanaged approach?

Can I create different ATM strategies which will be entered even if one is running already?
Sadly they won't show up in the chart then as read in help.

symphys
05-19-2010, 05:56 PM
Ah found EntryHandling. All is well...