What Is Maximum Drawdown? Depth vs Recovery
Maximum drawdown is the largest peak to trough fall in a value series. See what counts as a deep one, and why the climb back to a new high takes longer.
Filtering by topic #python · clear
Maximum drawdown is the largest peak to trough fall in a value series. See what counts as a deep one, and why the climb back to a new high takes longer.
Implied volatility has no closed form solution. See how a solver backs it out of an option price by iteration, the Python that does it, and the traps.