Hi, I’m looking for a good backtesting library and backtesting.py appears to be the best. However, part of my backtest should include variable position sizing. For example, if historical vol is 10% I might have a position that’s 50x leveraged vs a 25x leveraged position at 20% vol.
Reading through backtesting.py’s documentation, it doesn’t appear that variable position sizing is possible. Is there a way to do this or could someone suggest a more appropriate library?
Thanks in advance!
Reading through backtesting.py’s documentation, it doesn’t appear that variable position sizing is possible. Is there a way to do this or could someone suggest a more appropriate library?
Thanks in advance!