henlin

Commodity Channel Index + Relative Strength Index (Same Scale)

henlin Обновлено   
Mashup, combining (adjusted) RSI and CCI.

These two indicators serve similar functions, but on different scales. I combined the two versions from the TradingView Built-In library into one chart, keeping the default setting for the CCI signal lines and fitting the RSI's default signal lines to them, so that they line up. I therefore adjusted the RSI to match the approximate range of the CCI and added additional lines to represent the maximum and minimum values of the RSI (0 - 100).

I did that by multiplying the RSI with 5, and subtracting 250.

Adjusted RSI = (RSI * 5) - 250

So the upper signal line (default: 70) now matches the line used for the CCI at 100. The lower signal line (default: 30) lines up with -100.
If you want to adjust them, you need to use the formula. I annotated the code if you want to dive deeper.

This indicator uses the original code and styling of the default Built-In RSI and CCI. Credit goes to the appropriate developers. My only intent is to mash up both of these indicators, making it easier to compare them.

Interpreting this indicator is the same as interpreting the underlying indicators. If you find any unexpected correlations, comment.
Информация о релизе:
Changed preview chart. It now shows examples with annotations. Ignore code changes, added annotation because I had to change something for it to let me update.
Информация о релизе:
Updated code to comply with current PineScript guidelines. Changed default appearance slightly. (Still customizable through "Style Menu")
Скрипт с открытым кодом

В истинном духе TradingView автор этого скрипта опубликовал его с открытым исходным кодом, чтобы трейдеры могли понять, как он работает, и проверить на практике. Вы можете воспользоваться им бесплатно, но повторное использование этого кода в публикации регулируется Правилами поведения. Вы можете добавить этот скрипт в избранное и использовать его на графике.

Отказ от ответственности

Все виды контента, которые вы можете увидеть на TradingView, не являются финансовыми, инвестиционными, торговыми или любыми другими рекомендациями. Мы не предоставляем советы по покупке и продаже активов. Подробнее — в Условиях использования TradingView.

Хотите использовать этот скрипт на графике?