Guide
How does the Simple/Compounded Returns & Drawdowns Table strategy work ?
The "Simple/Compounded Returns & Drawdowns Table" script on TradingView provides an in-depth performance analysis of any trading strategy applied to it. The functionality is split into three main modes:
- Simple Equity: Displays monthly and yearly changes in equity by calculating the difference between the opening and closing equity of each period. This mode provides a snapshot of equity performance independent of previous periods, useful for isolating specific months or years, but doesn't accurately reflect compounded growth.
- Compound Equity: Offers a true representation of strategy performance by calculating compounded equity changes. This mode tracks the growth of equity over each period, giving a more realistic picture of the strategy's effectiveness over time.
- Drawdown: Shows the maximum drawdown for each month and year by recording the largest equity drop from a peak to a trough. This helps identify how much the strategy can potentially lose over specific periods before recovering.
The script accommodates different timeframes and updates with tick changes, enhancing its compatibility and precision. To implement this table with your strategy, insert your strategy code in the designated part of the script.