Is it possible to submit to another bar series without having to code in all the management for quantities?
EX: I'm using:
ExitLongStop(1, false, 0, <price>, <price>,"LS", "L");
which is the only override I've found that lets you specify a bar series other than 0. The problem is, as far as I can tell, because you are forced to submit the quantity as well, I have to build all the logic around handling split fills etc.
Is there an easier way?
Jeremy

Comment