TradingView
sr_b
2022年7月19日午前12時8分

.srb suite 

Bitcoin / TetherUSBinance

詳細

The essential suite Indicator.
that are well integrated to ensure visibility of essential items for trading.

it is very cumbersome to put symbol in the Tradingview chart and combine essential individual indicators one by one.
Moreover even with such a combination, the chart is messy and visibility is not good.
This is because each indicator is not designed with the others in mind.
This suite was developed as a composite-solution to that situation, and will make you happy.


  • designed to work in the same pane with open-source [. srb suite vol & info] indicator by default.
  • Recommended visual order ; Back = .srb suite, Front = .srb suite vol & info
  • individually turn on/off only what you need on the screen.


BTC-agg. Volume

  • 4 BTC-spot & 4 BTC-PERP volume aggregated.
  • It might helps you don't miss out on important volume flows.
  • Weighted to spot trading volume when using PERP+spot volume .
  • If enabled, BTC-agg.Vol automatically applied when selecting BTC-pair.
    --> This is used in calculations involving volumes, such as VWAP.


Moving Average

  • 1 x JMA trend ribbon ; Accurately follow short-term trend changes.
  • 3 x EMA ribbon ; zone , not the line.
  • MA extension line ; It provide high visibility to recognize the direction of the MA.


SPECIAL TOOLS

  • VWAP with Standard Deviation Bands
  • VWAP ruler
  • BB regular (Dev. 2.0, 2.5)
  • BB Extented (Dev. 2.5, 3.0, 3.5)
  • Fixed Range Volume Profile ; steamlined one, performace tuned & update.


SPECIAL TOOLS - Auto Fibonacci Retracement - New GUI

  • 'built-in auto FBR ' has been re-born
  • It shows - retracement Max top/ min bottom ; for higher visibility
  • It shows - current retracement position ; for higher visibility
  • The display of the Fib position that exceeds the regular range is auto-determined according to the price.



  • tradingview | chart setting > Appearance > Top margin 0%, Bottom margin 0% for optimized screen usage
  • tradingview | chart setting > Appearance > Right margin 57
  • .srb suite vol & info --> Visual Order > Bring to Front
  • .srb suite vol & info --> Pin to scale > No scale (Full-screen)
  • Visual order ; Back = .srb suite, Front = .srb suite vol & info



1. Fib.Retracement core is from tradingview built-in FBR ---> upgrade new-type GUI, and performance tuned.
2. Fixed-range volume-profile core is from the open-source one ---> some update & perf.tuned.

---------------------------------------------------------------------------------------------------------------------------------------
if you have any questions freely contact to me by message on tradingview.
but please understand that responses may be quite late.
Special thanks to all of contributors of community.
The script may be freely distributed under the MIT license.

リリースノート

Fib Ret is excluded from the suite due to the problem of slow response and is published separately.

リリースノート

Fib.Retracement is excluded by slow performance issue. instead, use [.srb suite Fib Retracement neo]

リリースノート

minor bugfix, update

リリースノート

update
- removed fib.tracement codes & JMA ribbon style changed.
- It is designed for use altogether 3 indicators (.srb suite, suite vol & info, suite FBR)
- The suite display position & color, line style have been adjusted to maintain high visibility.

リリースノート

Update

1. release note update for a detailed info. of open-source re-use

// Steamlined Fixed Range Volume Profile core is from ... Open-source ; Volume Profile @kv4coins
// a.Performance Tuned (some Fn, code was changed)
// b.steamlined version (Fixed options, No bull/bear divide, only 2 options remained) for easy-use.

2. JMA ribbon's behavior is little tuned.

3. EMA value 545 -> 510 changed

リリースノート

update

1. BB 25 --> BB 20 (regular setup)
2. JMA ribbon <--> SMA20 color-filled
3. some color changed

リリースノート

minor update, bugfix
- JMA ribbon color-tuned
- some bug-fix

リリースノート

update
- agg.vol bugfix
- ma crossover logic tuned
コメント
punkchainer
Bro, is not working
isamaximus
Not working :(
siredward10
my eyes...
Grandcapitalcs
@siredward10, You have to be kidding me only thing sure be coming out from you m sure be THANK YOU
siredward10
@Grandcapitalcs, "THANK YOU" for what exactly? anyway, the indicator is already not working but i fixed it, if you want i can publish it
shivanjalikn
Excellent sir..God bless you
pspsantus
The indicator looks amazing and with a very interesting set of tools. Question: regarding the VP tool, is it possible to have a periodic time frame (restart depending on a user selectable time period 1D, 1W, etc). I know Tradingview has the Periodic Volume Profile, but I don't know if this functionality can be implemented in your script
sr_b
@pspsantus, :) It can be, but is it worth ? simplly change TF... you can see. or in dual pane with different TF you can check it. I have optimized several indicator's setup, for easy to focus on trading itself. because of there are too many indicators that can do, but, you knows.. alway important info. is not so much things....
pspsantus
@sr_b, cool. I'm experimenting adding:

var period_length = input.string("1W", title = "VWAP Period", inline="VWAP", group='Moving Average',
options = ["1D", "1W", "1M", "12M"])

and then:
vwap(_src) =>
var float sumSrcVol = na
var float sumVol = na
var float sumSrcSrcVol = na
isNewPeriod = timeframe.change(period_length)

That way, for example, I can have a 1 week VWAP on a 1H chart. Useful to see the bigger picture and change periods easily. Not so easy to do something similar on the VP tool which is set to a 300 period lookback. At least not for me since I have weak coding skills
sr_b
@pspsantus, Well okay, When I have time, I'll think about it. Thanks for your good suggestion.
詳細