I'm trying to create a system where I buy an equity at some time and then on a later bar I want to buy more shares. I have tried using a second Buy command both with the same SignalName and a different SignalName than the original Buy. In neither case does the buy happen.
Is there some way to do this? If all else fails, I guess I can exitLong and then Buy a larger value at the same time, but this will incur extra simulated commissions.
Thanks |