Understanding the Backtest Analysis
This backtest simulates trading strategies based on both models' predictions from historical CryptoPunk sales data:
- Trade Selection: A trade opportunity is identified when a Punk is sold and at least one model predicts a higher value than the sale price.
- Trade Decision: ✓ indicates the model would have taken the trade (predicted value > buy price), ✗ indicates it would not.
- Profit Calculation: Actual sell price - buy price.
- Success Rate: % of trades that resulted in profit.
- Total Profit: Sum of all profits/losses from trades in ETH.
- Average Profit: Total profit divided by number of trades in ETH.