Hello everyone,

in my current algorithm I need to reduce position size in some cases. I discovered that this is not possible with SetHoldings though. When I'm invested in a stock having used SetHoldings(symbol, x) and then want to reduce the position size to half of my buying power with SetHoldings(symbol, 1/2), it just liquidates the position instead. Why is that? Is there another way to achieve what I need?

Kind regards,

Christian Lauer

Author