Mention the ConnorsRSI strategy in the ConnorsRSI indicator documentation

This commit is contained in:
moshferatu 2024-08-29 05:27:39 -07:00
parent 7935b53bd3
commit 9aa4c1f8ce

View File

@ -1,4 +1,4 @@
# ConnorsRSI
# ConnorsRSI Indicator
![ConnorsRSI](./connors_rsi.png)
@ -42,4 +42,8 @@ The only additional parameters introduced in this implementation are for smoothi
**Percent Rank Period**: The period over which to rank prices in the percent rank calculation. (Default: 100)
## Strategies
The [ConnorsRSI Bot](https://moshferatu.dev/moshferatu/ninjatrader/src/branch/main/strategies/connors-rsi) utilizes this indicator to enter swing trades.
---