TradingView
derMatzeImNetz
19. Okt. 2021 11:46

Volume Breakout (ValueRay) 

1INCH / TetherUS PERPETUAL CONTRACTBinance

Beschreibung

Easy visuals on, if volume is way over average. Good for Mean Reverting. Higher Volume tends to higher breakout chances.

Please whisper me for for ideas how to make this better. Its a very simple script, but got some alpha. If you know how to improve, let me know and i will code it into.

Versionshinweise

- Updated to PineScript Version 5
- Volume Breakout is now calculated via Standard Deviation than via Multiply
- Yellow Line = mean
- Red Column Volume = Volume below mean
- Green Column Volume = Volume above mean but below one Standard Deviation (chance 34.1%)
- Light Green Volume Breakout is above one Standard Deviation away from mean. Chances there are: 50% - 34.1 = 15.9%

Versionshinweise

- Update Picture
- Naming of Inputs

Versionshinweise

- color update for better visibilty
- code cleanup

Versionshinweise

- Adding Price Gaps Up/Down on top of the Volume.
- The color of the Gaps equals the size of the Gap.
- You can define a minimum Gap percentage.

Versionshinweise

- Adding "Volume Divergence": a small Triangle Up below the Volume, when the Price is going up, allthough the Volume is low and showing Relative Strength
- Adding a additional 4% Gap Up as a minimal Gap Up Break Out
- Performance Tweeks

Versionshinweise


  • Better default values
  • Shows a warning on extreme moves

Versionshinweise


  • Slight Color Changes
  • Better Symbols
  • Better Breakout Logic

Versionshinweise

Better Visuals
  1. Colors (Cold to Warm)
  2. Middle Line as Moving Average


Small calculation changes
Kommentare
okiayd
Hello, can you set it to alert when the volume rises or falls? I searched a lot in the library but couldn't find it, your indicator is the best among them. thanks
derMatzeImNetz
@okiayd, can you send me one or two indicators where that is possible? id like too look in the code of others how they do it
okiayd
@derMatzeImNetz, Thank you for your reply, I looked in the whole library but couldn't find it. I was also thinking of making alarm copies. ))
TathaastuVats
@derMatzeImNetz, using ta.crossover(volume,vol_middle) to set alerts is a good idea
constantine_trading
Da hast du die Materie richtig erfasst; sauber gemacht ;)
Mehr