BackTest (fynance.backtest)ΒΆ
Vectorized backtesting engine and result. Plotting/reporting lives in
fynance.plot (tearsheet).
|
Run a vectorized backtest. |
|
Output of |
|
Proportional transaction cost: |
|
Non-linear market-impact cost: linear fee + convex impact term. |
|
Per-bar carry cost on the held book (not turnover). |
|
Stack several cost models into one. |
|
Sweep net performance across a book of AUM levels. |
|
Proportional fee at which the net Sharpe ratio crosses zero. |
|
Set a table as string with different indicators (accuracy, perf, vol and sharpe) for underlying and several strategies. |
|