I am porting code from quantopian to quantconnect. In quantopian, we can avoid negative holdings by using set_long_only(). I was wondering if there is any equivalence in quantconnect fo this?

Author