diff --git a/strategies/rsi-divergence/README.md b/strategies/rsi-divergence/README.md index 1843bba..41a7c1e 100644 --- a/strategies/rsi-divergence/README.md +++ b/strategies/rsi-divergence/README.md @@ -17,7 +17,7 @@ This strategy was inspired by the following post on X: **Divergence Period**: The number of bars over which to check for divergence in the price and RSI value. (Default: 5) -**Exit Threshold**: The RSI value over which to exit the position. +**Exit Threshold**: The RSI value over which to exit the position. (Default: 70) ## Backtest Results