get_strategy_report
Retrieve the backtest report for the strategy on the active TradingView chart to get net profit, win rate, profit factor, drawdown, Sharpe/Sortino, and recent trades with entry/exit details.
Instructions
Read the backtest report (Strategy Tester) of the strategy currently on the active TradingView chart: net profit, win rate, profit factor, drawdown, Sharpe/Sortino, and the most recent trades with entry/exit details. Percent-style fields are fractions (0.33 = 33%). Fails if no strategy is on the chart — use run_backtest to test a saved strategy without leaving it on the chart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trades_limit | No | Max most-recent trades to include. Default: 20 |