EqualWeight
class backtide.sizers.EqualWeight(n_positions)
Divide current equity equally across a fixed number of positions.
Computes quantity = (equity / n_positions) / price. Useful for
portfolio-level rotation strategies where every selected symbol gets
the same allocation regardless of price or volatility.
| Parameters |
Number of concurrent positions to split the equity across.
|
See Also
Abstract base class for all position sizers.
Allocate a fixed percentage of total current equity.
Buy a fixed amount of currency worth of the asset.
Methods
| calculate | Calculate the order quantity for this sizer. |
method backtide.sizerscalculate(equity, price, stop_distance=None, atr=None)
Calculate the order quantity for this sizer.