TradingView
azimuthdynamics
2019年12月2日下午2點42分

RSI Heatmap 

Bitcoin / US Dollar Perpetual Inverse Swap ContractBitMEX

描述

Heatmap showing version measurement lengths of RSI (user selectable)

For each bar on the chart, the script calculates RSI at that point for multiple RSI lengths (e.g. 3, 7, 14, 16 etc) and displays them vertically top to bottom, fastest RSI to slowest RSI respectively. It indicates the actual RSI reading (0 to 100) by way of a colour (green for overbought, red for oversold).

So for example, if the indicator shows a cluster of reds, you know that price is oversold on several RSI lengths simultaneously.

Idea was taken from an article.
評論
azimuthdynamics
sorry, got a part of the description the wrong way round. It should read:

>... multiple RSI lengths (e.g. 3, 7, 14, 16 etc) and displays them vertically BOTTOM to TOP, fastest RSI to slowest RSI respectively.
ellayp1001a
thank you for this, i'm working on a few heatmaps of my own and its good to see how other developers/users are doing it :)
yahyathesuper
Make 10+ colors
ramesh151
please develop heatmap for stocks showing bullish(above 60)and bearish(below 40).in each stock show by circles stae of rsi bull sideways bearish for each stock.
planctum
Very good script! But the line 18 is 'ir9 = input(27, "RSI 0", type=input.integer)'. It is not: 'ir9 = input(27, "RSI 9", type=input.integer)'? Thanks!
更多