Pivot Point Monthly - bitcoin by Simon-RoseMonthly Version:
I have written 3 Indicators because i couldn't find what i was looking for in the library, so you can turn each one on and off individually for better visibility.
This are Daily, Weekly and Monthly Pivot Points with their Resistance and Support Points
and also on the Daily with the range between them.
I will also publish some Ideas to show you how to use them if you are not familiar with the traditional pivot points strategy already.
Unlike the usually 3 support & resistances i added 4 of them, specifically for trading bitcoin (on traditional markets this level of volatility usually never gets touched)
Here you can see which lines are what for reference, as the Feature to label lines is missing in Pinescript (if you have a workaround pls tell me ;) )
This is the basic calculation used :
PP = (xHigh+xLow+xClose) / 3
R1 = vPP+(vPP-Low)
R2 = vPP + (High - Low)
R3 = xHigh + 2 * (vPP - Low)
R4 = xHigh + 3 * (vPP - Low)
S1 = vPP-(High - vPP)
S2 = vPP - (High - Low)
S3 = xLow - 2 * (High - PP)
S4 = xLow - 3 * (High - PP)
If you have any questions or suggestions pls write me :)
Happy trading
Cheers
Daily Version:
Weekly Version:
Cerca negli script per "Volatility"
Pivot Points Weekly - bitcoin by Simon-RoseWeekly Version:
I have written 3 Indicators because i couldn't find what i was looking for in the library, so you can turn each one on and off individually for better visibility.
This are Daily, Weekly and Monthly Pivot Points with their Resistance and Support Points
and also on the Daily with the range between them.
I will also publish some Ideas to show you how to use them if you are not familiar with the traditional pivot points strategy already.
Unlike the usually 3 support & resistances i added 4 of them, specifically for trading bitcoin (on traditional markets this level of volatility usually never gets touched)
Here you can see which lines are what for reference, as the Feature to label lines is missing in Pinescript (if you have a workaround pls tell me ;) )
This is the basic calculation used :
PP = (xHigh+xLow+xClose) / 3
R1 = vPP+(vPP-Low)
R2 = vPP + (High - Low)
R3 = xHigh + 2 * (vPP - Low)
R4 = xHigh + 3 * (vPP - Low)
S1 = vPP-(High - vPP)
S2 = vPP - (High - Low)
S3 = xLow - 2 * (High - PP)
S4 = xLow - 3 * (High - PP)
If you have any questions or suggestions pls write me :)
Happy trading
Cheers
Daily Version:
Monthly Version:
Pivot Points Daily - bitcoin by Simon-RoseDaily Version:
I have written 3 Indicators because i couldn't find what i was looking for in the library, so you can turn each one on and off individually for better visibility.
This are Daily, Weekly and Monthly Pivot Points with their Resistance and Support Points
and also on the Daily with the range between them.
I will also publish some Ideas to show you how to use them if you are not familiar with the traditional pivot points strategy already.
Unlike the usually 3 support & resistances i added 4 of them, specifically for trading bitcoin (on traditional markets this level of volatility usually never gets touched)
Here you can see which lines are what for reference, as the Feature to label lines is missing in Pinescript (if you have a workaround pls tell me ;) )
This is the basic calculation used :
PP = (xHigh+xLow+xClose) / 3
R1 = vPP+(vPP-Low)
R2 = vPP + (High - Low)
R3 = xHigh + 2 * (vPP - Low)
R4 = xHigh + 3 * (vPP - Low)
S1 = vPP-(High - vPP)
S2 = vPP - (High - Low)
S3 = xLow - 2 * (High - PP)
S4 = xLow - 3 * (High - PP)
If you have any questions or suggestions pls write me :)
Happy trading
Cheers
Weekly Version:
Monthly Version:
Volatility SL / TPBasic volatility Stop Loss / Take Profit you can use up to 3 TPs and one SL.
Currently, support the following modes.
- Multiple of Tradingview ATR
- Kases Dev-stop
Otseneyer Strenght StrategyThis strategy shows if the market is strong or weak, marking short or long respectively, however this does not represent a direct entry, only a strength or weakness, which applied with some other parameters (candlestick patterns, resistances, etc) can throw us a very good entry, especially in the appropriate temporality, where there is a balance between volatility and the persistence of micro-tendencies.
Intraday volatility on EOD chartThis indicator will allow you to compare Daily bars with Intraday insight.
Indicator draws the sum of high-low intraday bars on EOD timeframe.
The purpose is to compare TR or ATR with intraday data, because high-low on 1 daily bar says little about intraday bars inside.
You can replace the function (cum(high - low)) with whatever you need to calculate on intraday bars.
[ALERTS] Range Filter"This is an experimental study designed to filter out minor price action for a clearer view of trends.
Inspired by the QQE's volatility filter, this filter applies the process directly to price rather than to a smoothed RSI .
First, a smooth average price range is calculated for the basis of the filter and multiplied by a specified amount.
Next, the filter is calculated by gating price movements that do not exceed the specified range.
Lastly the target ranges are plotted to display the prices that will trigger filter movement.
Custom bar colors are included. The color scheme is based on the filtered price trend."
Thanks to Donovan Wall...
Enjoy!
Range Filter [DW]This is an experimental study designed to filter out minor price action for a clearer view of trends.
Inspired by the QQE's volatility filter, this filter applies the process directly to price rather than to a smoothed RSI.
First, a smooth average price range is calculated for the basis of the filter and multiplied by a specified amount.
Next, the filter is calculated by gating price movements that do not exceed the specified range.
Lastly the target ranges are plotted to display the prices that will trigger filter movement.
Custom bar colors are included. The color scheme is based on the filtered price trend.
Breaking Bands by PuppyTherapyToday I have brought to you Breaking Bands. It is a compilation of more flexible Bollinger bands in normal and rainbow mode and Keltner Channels.
Please select at least one or two modes at max otherwise you will have a little colorful overflow on the chart.
Bollinger bands :
- you can select a different baseline calculation than the normal Simple Moving average.
- some of the baselines like T3 suffer from getting too tight too fast you can add a constant+ to the mix which is a basic percentage that will get added to the deviation thus bands will have a minimum threshold.
Rainbow bands :
- same things apply as for Bollinger bands but you can add several layers with different colors under the bands
Keltner Channels :
- only the base moving average applies the rest is calculated via Keltner Channel width
- each coin has a different volatility, therefore, you have to use the multiplier to find the best value for you. The base is mainly for scalping ETHUSD / BTCUSD.
I also added RSI and STOCH to the mix. If you have any of two selected you will see dots on the bottom and on the top signaling overbought/oversold conditions. When the color changes it is signaling a possible trend reversal / weakening trend on the oscilator.
WickinessThis script measures the maximum and average length of upper and lower wicks. While this can be used as a volatility gauge and to see if there is more support or resistance, it's primary use is to not get wicked out on stops, by adding one of these numbers to the the Moving Average or S/R level that one is using for a Stop, plus maybe a few points of buffer.
MG - Range trader - 1.0This one is a bit of an experiment..
The theory is, if you have an asset that you firmly believe will rise in the future for fundamental reasons and are happy to hold until that happens i.e. a be a position trader, you can take advantage of market volatility at the same time in a relatively safe way, so theoretically, you profit when the price goes up or down
E.g. You have $1000, an asset in which you want to become a position trader and you are happy to either make more money or more of the asset as you believe that will make you more money in the future, you could wait until a decent retracement, maybe around a good support level, then buy $500 of the asset and simply sell if it goes up by X, buy if it goes down by X. If you keep doing this, you will end up with either with more of the asset or more money. You have a sure gain either way (if you are happy to have either money or asset)
There are some considerations:
The higher the trade size, the faster profit compounds and the faster you exhaust your available buys and sells
- E.g. If asset is $100, you have $500 and you plan to buy / sell every $10 change, if the asset drops straight to $40, your last buy will be at $50, at which point, the asset is still dropping. But it you only plan to buy / sell $5 every $10 price, you will be able to buy right down to 0.
In times of strong trend, it may be better to avoid this approach altogether as there may not be so much oscillation or at least to use a small if not minimum order size.
Application:
The buy and sell triggers can be connected using autoview to convert this indicator into a range trading bot
TSP Volume Change Big Small// Better Display of Volume change
// green candle : Big volume change
// red Candle : Small volume change
// Default for BTC m5
// Big volume are limited up to $limup% 5%
// Pump : Volume over $limgreen% 2%
// Flat : Very Small Volume under $limdo% 0.2%
// Adjust based on volatility / TF
// BTC/USD 1h : 4,2,0.25
Williams_VIX_fix_inverseThe volatility index, Williams vix fix developed by Larry Williams, is a well-known index for finding market bottoms. It describes how much the current low price statistically deviates from the maximum within a given look-back period.
The inverse can be formulated by considering "how much the current high value statistically deviates from the minimum within a given look-back period." This transformation equates Vix_Fix_inverse. This indicator can be used for finding market tops, and therefore, is a good signal for a timing for taking a short position.
Simple Currency Strength MeasurerThis script is for measuring the strength of all currencies in the market, it's similar to indexes, but it's calculated differently and allows for customization to some degree.
For example, you can show the bar change of all currencies, or the SMA or EMA for customizable periods, or you can select one currency and check three SMAs or EMAs for comparison.
All currencies use 1 as the base, currencies over 1 are strong while the ones below one are weak.
If anyone knows the exact category where this script belongs, feel free to tell me, I think it belongs somewhere between volatility and trend analysis.
Currency strength analyzer (USD Version)This script is for gauging the overall strength of a currency in the market, it's similar to an index, but it's calculated differently and allows for customization to some degree.
Due to pine script limitations It will be necessary to create one script per currency. This is the USD version.
If anyone knows the exact category where this script belongs, feel free to tell me, I think it belongs somewhere between volatility and trend analysis.
Currency strength analyzer (EUR Version)This script is for gauging the overall strength of a currency in the market, it's similar to an index, but it's calculated differently and allows for customization to some degree.
Due to pine script limitations It will be necessary to create one script per currency. This is the Euro version.
If anyone knows the exact category where this script belongs, feel free to tell me, I think it belongs somewhere between volatility and trend analysis.
Upside Downside Volatility of ProfitTrailer FeederThis is to calculate UpsideVolatility, DownsideVolatility, UpsideDownsideVolatilityDifference, and AverageCandlesize in offset group of ProfitTrailer Feeder.
Volatilities are average changes between open and high or between open and low of 5 miniue candles in designated time frame by MinutesToMeasureTrend which can be inputable in format of this script.
In other words, volatilites are SMAspread between open and high or between open and low prices.
As described in wiki, use this script in 5 minute candle chart.
This script is to help myself understand the criteria of Feeder.
Any comments and suggestions are welcome.
Donchian Channel Width Strategy The Donchian Channel was developed by Richard Donchian and it could be compared
to the Bollinger Bands. When it comes to volatility analysis, the Donchian Channel
Width was created in the same way as the Bollinger Bandwidth technical indicator was.
You can change long to short in the Input Settings
WARNING:
- For purpose educate only
- This script to change bars colors.
Donchian Channel Width Strategy The Donchian Channel was developed by Richard Donchian and it could be compared
to the Bollinger Bands. When it comes to volatility analysis, the Donchian Channel
Width was created in the same way as the Bollinger Bandwidth technical indicator was.
WARNING:
- This script to change bars colors.
Moving Average Range Channels [DW]This study is an experiment based off the concept used in my Dynamic Range Channel indicator.
Rather than using a McGinley Dynamic, a moving average of your choice is used in this calculation.
There are eight different moving average types to choose from in this script:
- Kaufman's Adaptive Moving Average
- Geometric Moving Average
- Hull Moving Average
- Volume Weighted Moving Average
- Least Squares Moving Average
- Arnaud Legoux Moving Average
- Exponential Moving Average
- Simple Moving Average
For a more refined picture of volatility, I've added upper and lower extension channels. They are calculated by adding the upper half range to the channel high, and subtracting the lower half range from the channel low.
The new custom bar color scheme indicates trends, midline crosses, MA crosses, and overbought and oversold conditions.
Symmetrical Standard Deviation ChannelsChannels help with identifying buying and selling opportunities and avoid bad trades. This channel consists of two lines parallel to a moving average. The distance between the lines vary depending on the market's volatility (standard deviation channels). Channels mark the boundaries between normal and abnormal price action. The market is undervalued below its lower channel line and overvalued above its upper channel line.