TradingView
shtcoinr
2019年1月8日午後4時25分

RSI Based Automatic Supply and Demand 

Bitcoin / US Dollar Perpetual Inverse Swap ContractBitMEX

詳細

A script that draws supply and demand zones based on the RSI indicator. For example if RSI is under 30 a supply zone is drawn on the chart and extended for as long as there isn't a new crossunder 30. Same goes for above 70. The threshold which by default is set to 30, which means 30 is added to 0 and subtracted from 100 to give us the classic 30/70 threshold on RSI, can be set in the indicator settings.

By only plotting the Demand Below Supply Above indicator you get automatic SD level that is updated every time RSI reaches either 30 or 70. If you plot the Resistance Zone / Support Zone you get an indicator that extends the zone instead of overwrite the earlier zone. Due to the zone being extended the chart can get a bit messy if there isn't a clear range going on.

There is also a "confirmation bars" setting where you can tell the script how many bars under over 30 / 70 you want before a zone is drawn.

Here is an image of only using the "Demand Below / Supply Above" plot.



As you can see, this could be useful "Price Flow" indicator, where we would only short if a zone appears below another zone, or long if two zones in a row are going up, like stairs.

リリースノート

Here is a new version of this script thanks to @Lij_MC who updated the script to v4 and added a bunch of settings.
"... I've updated the script for you with more Zones Based on Different RSI levels and was hoping you could publish it as I know that there are many in the community that would love to use it" - @Lij_MC
コメント
Lij_MC
I love this, I'd rate it as probably the most useful indicator for Supply Demand / Support Resistance on Tradingview
shtcoinr
@Lij_MC, wow, my first coins, appreciated, glad you like it!
marianie
shtcoinr
@marianie, thanks!!!
goureeshmudebile11453
is this is reliable on all timeframes
shtcoinr
@goureeshmudebile11453, It uses the RSI to paint levels so its as reliable as an RSI
goureeshmudebile11453
Sir, if possible explain these.. thanks
dee718
this greatly helps to identify Wyckoff accumulation or distribution zones.

really great.
pradipandsuvra
Hello @shtcoinr,

First of all, awesome script.

We have another indicator, which instead of the zone -- just plots the Support and Resistance line (horizontal line, can be extended, optionally, to right) based on RSI.
Basically your script draws the zones, ours (v5 indicator) plot the line (at the min/max of the RSI oversold/overbought point). So we track the every OS/OB zones and find the min/max, draws line.
I think, if you think so, can merge both the scripts together and we have a comprehensive RSI based support/resistance/demand-supply line/zones.
That way it will be helpful for the community to have a single script (if you think so).

Thanks.
詳細