Hello,
Is anyone aware of a way for Optimize API to provide more dynamic upper/lower bounds for position concentrations in a hedged algorithm?
Instead of position size constraints like this:
[ max=0.01 / min=-0.01 ]
I think it could be very beneficial to have something like more like this:
[ maxLong=0.01 / minLong=0.001 / maxShort=0.01 / minShort=0.001 ]
The goal is to maintain a larger breadth of bets in hopes of smoothing out the returns by letting Optimize API determine a proportional weighting relative to the alpha signal.
Is this possible?
Thank you