(JS) Sustained Velocity Squeeze IndexSo I have revamped my original SVI indicator with the new Squeeze Pro system and have fused them together to form a single and extremely versatile indicator.
First, allow me to share the description on the original SVI, as all of this still applies:
" The Sustained Velocity Index is an original indicator I've created as a means to accurately measure parabolic moves to the up or down side.
Acceleration
I have added Acceleration to the equation which you can turn on and off.
This is meant to amplify the value when the move is sustained in a given direction.
What this does is amplify the reading based on consecutive green or red candles.
You can also change the Acceleration sensitivity with 5 being the strongest and 1 being the weakest.
Length
This is rather obvious - the look back period for the math formula.
However - I did include presets that I thought best suited Daily/Weekly/Monthly which you can toggle on and off
The rest of the options are purely cosmetic;
Backgroud Off - Turn the indicator background colors on and off.
Simple Background? - This toggles a simple two shade background on and off.
Background Transparency - Allows you to adjust the transparency of the background colors.
Plot Background Off? - Allows you to toggle the background inside the plot on and off.
Plot Line Color Off? - If you don't like the way the plot line changes colors, this turns it white.
Color Scheme - Four schemes to choose from, first three are color based, the last one is a plain version.
Plot Width - Adjusts the width of the plot line on the indicator.
Plot Line Value? - Toggles a line on the indicator at the current value on and off. "
Regarding the Squeeze Pro:
" The new Squeeze Pro has three different squeeze types rather than a single signal.
White = Warning/Low Squeeze
Red = Regular/Mid Squeeze
Yellow = Power/High Squeeze "
So what does this new indicator do? well - it does everything above, for one. Also, it allows you to use these indicators (Squeeze and SVI) separately in more ways than one, or if you choose so, individually. The default layout is the SVI overlayed on top of the Squeeze Momentum which can be seen in the background allowing you to be aware of both simultaneously, and done in a way that doesn't feel cluttered.
So here''s the new features:
Squeeze Momentum Off - This is rather obvious, when selected this will only show the SVI, no squeeze overlay.
Squeeze Momentum Only - Obvious again, when this is on SVI is removed and only the Squeeze momentum appears on the indicator.
Squeeze Momentum Plot Transparency - This toggles the opacity of the Squeeze momentum when it is overlayed with SVI, so you can bring it out/fade it back more depending on your preference.
Combined Indicator - This is the really cool feature. I combined the math formulas of both the Squeeze and SVI to create a single momentum indicator, the combo indicator tends to lag the other two a bit, but is better at assessing the longer term trend.
There are 5 different color schemes as well, with the fifth being a plain grayscale bg if you aren't into all the extra stuff.
Lots of moving parts to this script! I have been using this thing now for about a week or so prior to publishing and I love it so far, hope you all do too - enjoy!
Squeezemomentum
(JS) Squeeze Pro ArrowsMore Squeeze Pro continuation, this is the signals on the chart. Initial signals appear as small label up and label down icons, while if the squeeze continues to a certain interval a bigger icon will appear later in the same squeeze duration - they are all color coded to match the squeeze signals from the Squeeze Pro indicator
(JS) Squeeze Pro Early Signal CandlesThe next piece of the Squeeze Pro System - early signal candles.. These are supposed to hint at squeeze momentum before it happens - another piece of the new Squeeze Pro trading system
(JS) Squeeze ProThe new Squeeze Pro has 3 different squeeze types rather than a single signal.
White = Warning/Low Squeeze
Red = Regular/Mid Squeeze
Yellow = Power/High Squeeze
Kal’s MTF ADX Rangoli RollerKaly MTF ADX Rangoli Roller is a method/study for finding trending stocks, indexes and cryptocurrencies using two different data periods (10, 5) of ADX Overlap over different time-frames (10m, 1H, 4H, 1D, 1W, 1M). In the study, I used 5-Period ADX for all mentioned time-frames. You may use 10-Period ADX for lower time-frames especially 10m and 1H.
Sample Image of the pinescript code(at the end of this post) in Tradingview looks as follows:
Note: Kal's MTF ADX Rangoli Roller is the lower Plot. The upper plot is KAL’s ADX Overlap Technical Study with MACD Filter( )
Description:
----------------
In the study plot, the lowest row is 10m, row above is 1H, row above is 4H, then 1D, then 1W and highest row is 1M
Lime(Bright Green) dot implies Trending Uptrend for that time-frame (first phase)
Green dot implies Trending Uptrend for that time-frame (second phase near exhaustion)
Red dot implies Trending Downward for that time-frame (first phase)
Maroon dot implies Trending Downward for that time-frame (second phase near exhaustion)
Lime cross implies Strong Trending Uptrend for that time-frame (first phase)
Green cross implies Strong Trending Uptrend for that time-frame (second phase near exhaustion)
Red cross implies Trending Strong Downward for that time-frame (first phase)
Maroon cross implies Trending Strong Downward for that time-frame (second phase near exhaustion)
Yellow is ‘Squeeze On’ setting. During the squeeze period, the ADX signals are almost always ineffective. One may wait and watch over during this time. Once the Squeeze is released (i.e. no longer yellow), the trend corresponds to the color of the dots and crosses.
Black is CRSI Overbought condition for that time-frame. It’s best to wait and research for possibility of trend reversal because
1. Profit-booking/trimming happens after CRSI Overbought condition.
2. Large Short-sellers may take huge positions during this time pushing the stock prices up.
White is CRSI Oversold condition for that time-frame. It’s best to wait and research for possibility of trend reversal because
1. Profit-booking/trimming happens after CRSI Oversold conditions.
2. Large buyers may take huge positions during this time pushing the stock prices down.
I am a disabled man. Therefore, I am not able to write in detail here today. More Details will follow as time permits. Please let me know if I am missing anything…
Legal Disclaimer: I published here so I get replies from fellow viewers to educate myself and for my daily expenses. Hence, if anyone uses this script for making their decisions, I am not responsible for any failures incurred.
Safe Trading!
Kal Gandikota
PS: If you found this script interesting and edifying please follow and upvote.
PS2: Please kindly donate for my daily expenses (atleast as you would on streets) at the following addresses:
BTC Wallet: 1NeDC1GvpFa49DFLuT1v28ohFjqtoWXNQ5
ETH Wallet: 0x35e557F39A998e7d35dD27c6720C3553e1c65053
NEO Wallet: AUdiNJDW7boeUyYYNhX86p2T8eWwuELSGr
PS3: For more information on ADX and CRSI, please 'Google' or search here yourself.
PS4: This study is intended for research in creating automated Python Trading Systems using Pandas( steemit.com ).
Screenshots of the pinescript code looks as follows:
10minute Screenshot of Kal's MTF ADX Rangoli Roller (Above)
1 Hour Screenshot of Kal's MTF ADX Rangoli Roller (Above)
4 Hour Screenshot of Kal's MTF ADX Rangoli Roller (Above)
1 Day Screenshot of Kal's MTF ADX Rangoli Roller (Above)
1 Week Screenshot of Kal's MTF ADX Rangoli Roller (Above)
1 Month Screenshot of Kal's MTF ADX Rangoli Roller (Above)
(JS) TTM Squeeze PercentageSo this is a slightly modified version of the fan favorite "Squeeze" indicator.
I did this because I wanted to compare historic movements, but the standard version calculates in whole numbers so a reading with SPX at 2800 is naturally larger than one at 1000.
What I did was I took the Lazybear script and converted it to a percentage reading rather than a reading of whole numbers.
This way - you can compare historical movements, among other things.
Whenever there's a "squeeze" that's when the icons appear on the indicator (top or bottom depending on the value).
I am also trying something new by adding preset color schemes - this is my first crack at it so I'll likely update it and improve it as time progresses (I plan to add the options on my other indicators as well).
Hope you like it!
Volume Squeeze Momentum by HypesterTradingview is basically composed by reskins of many great contributors such as Chrismood, Lazybear, RicardoSandos and a few others. Without those guys I would not be able to learn how to code PINE - since the "documentation" is horrible and support is basically also non-existent. So thank you!
So here is another contribution to the community, which I chose to not disclose the code since the community usually reskin the code and do not give credit and this code is 100% mine.
I believe that the volume tools available are poor and lagging so here is my contribution.
I use this tool to filter noise and eliminate fake reversal signals, momentum readings and trend changes on my Spectro M. Use at your own risk.
I've added some pre-set volume profiles and trend configs. Also, the bar colors for ease of use, and all of that can be easily turned on/off and changed in the config menu.
Let me know what you think!
Bitcoin Momentum TSIChart based on True Strength Indicator
It was improved to show same information as Squeeze Momentum Indicator by LazyBear,
but it seems to have better and quicker response to changes and was tested on Bitcoin mainly.
Enjoy it!
BITFINEX:BTCUSD