diff --git a/strategies/put-call-ratio-highs-and-lows/README.md b/strategies/put-call-ratio-highs-and-lows/README.md index 82ff2b3..27734d6 100644 --- a/strategies/put-call-ratio-highs-and-lows/README.md +++ b/strategies/put-call-ratio-highs-and-lows/README.md @@ -28,4 +28,14 @@ The strategies are based on the [Put / Call Ratio indicator](https://moshferatu. **Days to Exit**: The number of days to wait before exiting a trade. (Default: 5) +## Backtest Results + +### SPY + +### Put / Call Ratio Highs + +![SPY PCR Highs Analysis](https://static.moshington.com/images/strategies/put-call-ratio-highs-and-lows/spy-highs-analysis.png) + +![SPY PCR Highs Summary](https://static.moshington.com/images/strategies/put-call-ratio-highs-and-lows/spy-highs-summary.png) + --- \ No newline at end of file diff --git a/strategies/put-call-ratio-highs-and-lows/backtest-results/spy_highs_analysis.png b/strategies/put-call-ratio-highs-and-lows/backtest-results/spy_highs_analysis.png new file mode 100644 index 0000000..3cdb9f4 Binary files /dev/null and b/strategies/put-call-ratio-highs-and-lows/backtest-results/spy_highs_analysis.png differ diff --git a/strategies/put-call-ratio-highs-and-lows/backtest-results/spy_highs_summary.png b/strategies/put-call-ratio-highs-and-lows/backtest-results/spy_highs_summary.png new file mode 100644 index 0000000..ca0def3 Binary files /dev/null and b/strategies/put-call-ratio-highs-and-lows/backtest-results/spy_highs_summary.png differ