Add default value for exit threshold property to RSI divergence strategy documentation

This commit is contained in:
moshferatu 2024-09-01 05:48:06 -07:00
parent fb6ffc3bda
commit bfeb87990b

View File

@ -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