When applying `tpPrice` to a `this.buy` it seems to hang for infinity. It just never resolves. No errors or messages. I tried it with the example SMA cross strategy by replacing this line `this.buy({ size: 1 });` with `this.buy({ size: 1, tpPrice: 300 });`