Multi MA on candlestick volume indicatorUses 5 volume moving averages to change the candlestick color depending on how high above average volume is.
The volumes plotted at the bottom of the chart are set to the same settings as the indicator, you can see the volume bars that stick higher above the orange moving average are a different color on the chart to the smaller ones.
Any volume bar that is below the moving average is colored purple.
Percent
Stochastic PC [BigBitsIO]This script is a very simple stochastic calculation similar to Stochastic RSI that calculates a stochastic value of a moving average of the percentage price change. The purpose of the indicator is to find positive and negative volatility momentum peaks which might be able to help identify changes in trends. Like other stochastic indicators, it may be best used in combination with other indicators.
Explained:
- First gets the % change for the candle from open to close. Green candles produce positive values, red candles produce negative values.
- Then it creates a moving average of that number to try and reduce impacts of very large moves, although this can be changed with the super-fast smoothed length setting. Set it to 1 to remove all smoothing.
- After that, it creates a K value using a stochastic calculation based on the range of the price change moving average we created in the previous step. Set the smoothK to one to use a fast stochastic calculation, it is a slow stochastic calculation by default (3-period SMA of stochastic)
- Finally, to create the D value it calculates a 3-period SMA of the K value.
FAQ:
- Why is this script useful?
- This script can help identify the peaks and valleys of volatility momentum
DISCLAIMER: For educational and entertainment purposes only. Nothing in this content should be interpreted as financial advice or a recommendation to buy or sell any sort of security or investment including all types of crypto. DYOR, TYOB.
ATR %Displays ATR percentage with 2SD. When value is greater than 12% I consider the stock as highly volatile
Percent Trailing Stop %===========
Percent Trailing Stop %
===========
Another Stop Loss Indicator today - our last Fixed SL/TP script went down quite well, this one is for adding a Percent Trailing Stop from Entry Price to your own strategy.
You can ignore the actual entry/exit orders - they're based on a simple MA cross and are therefore NOT relevant, NOT profitable and NOT recommended!
You should be using this code as a way of adding a % Trailing Stop to your own scripts - hope it helps!
You should also notice that a generally considered losing strategy (a simple MA cross) could actually become profitable with careful money management - try combining this Trailing Stop script with our Fixed Stop/Take Profit script for really accurate management of your capital.
-----------
Good Luck and Happy Trading!
Percent MrEmamThis is my Gain/Loss indicators that is utilizing with version 4 of pine script, it simply writes the percentage on the last candle as label. If loss passes 100% in reality you lost all your money, so the indicators will show "LIQUIDATED" instead of the percentage.
Any Security vs. Any Security Change Comparison [BigBitsIO]This script allows you to compare the percentage-based change in the price of any two securities on any given (and supported) timeframe on the chart. This can give you a very simple way to compare any two securities against one another.
Ex: If your base security gained 5%, and the other security gained 3% in a single day, the change comparison would show a green bar of 2% because your base security outgained your other security by 2%.
Features:
- 2 securities to compare. A base and other.
- Shortlist of default securities to choose from.
- Ability to override the default securities list and use any security supported by TradingView. You must use the correct security string to do so.
- Resolution is tied to whatever the current chart is using. This way the view of the indicator always reflects the correct resolution of the chart.
- If either market has a 0% change, it is considered likely closed during that period and will result in a change of 0%, as they shouldn't be compared at that time.
Growing or Waning Patterns [Alerts]Example how to color patterns of 3 bodies growing or waning by percentage with or without trend. Also included option for alert triggers. The yellow triangles on the chart denote where the alert triggers will fire.
• Choose Pattern Of Filter: shows bodies growing or waning or both.
• Sample Lengths Of AvgBar: number of recent bars to use for average size.
• BigBar Is Min% Of AvgBar: the minimum percent of average the big bar must be.
• MedBar Is Max% Of BigBar: the maximum percent of big bar the medium bar can be.
• SmlBar Is Max% Of MedBar: the maximum percent of medium bar the small bar can be.
• Repeat Pattern If n Bars: the number of bars to ignore repeat patterns, 1 allows all.
• Trending: on requires the growing or waning patterns to also be trending.
• GrayBars: colors non pattern bodies gray.
NOTICE: This is an example script and not meant to be used as an actual strategy. By using this script or any portion thereof, you acknowledge that you have read and understood that this is for research purposes only and I am not responsible for any financial losses you may incur by using this script!
The 100% - Bitcoin BeatsHello, Hello, Hello,
And welcome back, to Bitcoin Beats.
This is a strategy & Indicator that's essentially supertrend. However, we have used machine learning and AI to determine the best parameters in order to never lose money.
Yes you read that correctly, this Algo has NEVER lost a trade. All trades have come through successfully based on % moves.
A 'Supertrend' indicator is one, which can give you precise buy or sell signal in a trending market. ... The buy and sell signals are generated when the indicator starts plotting either on top of the closing price or below the closing price.
This strategy finds the best exit point without ever having to take a loss. This means you can use Cross leverage if the risk management is good enough and not worry about your account getting REKT as the trade always comes through in the end.
Trade at your own risk.
Thanks you and Goodbye, From Bitcoin Beats.
Binance BTC ALT Ratio Difference [BigBitsIO]This was a follower suggested script. This script compares the USDT and BTC relative prices of a particular altcoin traded on Binance by calculating it's USDT price comparative to BTC. This is a very simple calculation (ALT/USDT price divided by ALT/BTC price). From there, we simply subtract the BTC/USDT price from the ALT ration price and we can see if a coin is trading comparatively high or low compared to it's BTC relative price.
This indicator may or may not be useful for you. However, for the purposes of my development series for indicators, I have published it to highlight the ability to concatenate strings to manipulate securities.
Features:
- Dropdown to choose from several built-in altcoin selections.
- Dropdown to choose to show a USDT base difference in the ratio, or a percentage based difference (might be useful for considering fees).
- Dropdown to choose the resolution of the indicator.
- Checkbox to toggle the option to use a custom altcoin.
- Text input to allow entry of a custom altcoin from Binance. Please only use the prefix on its trading pair vs. BTC. I cannot guarantee this will work with all altcoins. They must be traded vs. USDT and BTC on Binance.
- Concatenated strings to manipulate selected securities.
*** DISCLAIMER: For educational and entertainment purposes only. Nothing in this content should be interpreted as financial advice or a recommendation to buy or sell any sort of security or investment including all types of crypto. DYOR, TYOB. ***
Rate of change[UO]Shows the rate of change of prices. The rate of change is the percent "change" of the related bar.
When tje rate of change is too different, there is a trade opportunity.
Seeing the rate of change you can guess if you can judge if you are making a good trade
Yes the information is already on the bar chart but without knowing you might easily miss the importance of that %10 change over there.
Spread PercentThis indicator shows the percent change between the highs and the lows (or optionally the open and close) of each candle. You may also set a low and a high percent threshold to better highlight the candles that exceed your desired spread percent. Red signifies low spread, green is high spread - these are unrelated to the color of the candle body. There is also the option to display a moving average of the spread percent at your desired length which is a representation of volatility over time.
This is not only helpful for historical analysis over time, but this can also be a time saver if you are trying to calculate the measured distance of a move. Save clicks - no more needing to use the measuring tool.
The settings of the indicator on the chart above are:
- Measure Candle Body Only? - No
- Highlight Thresholds? - Yes
- Thresholds Based on Moving Averages? - Yes
- Low Percent Threshold - 3.0
- High Percent Threshold - 7.0
- Show Moving Average? - Yes
- Moving Average Length - 5
InfoPanel - SeasonalityThis panel will show which is the best month to buy a stock, index or ETF or even a cryptocurrency in the past 5 years.
Script to use only with MONTHLY timeframe.
Thanks to: RicardoSantos for his hard work.
Please use comment section for any feedback.
Volatilità massimi e minimiCon questo script ho velocemente la volatilità dei massimi e minimi in base al corpo della candela. Molto utile per capire quando il mercato è incerto. Utile anche per capire la volatilità massima della candela. Aggiunte le medie mobili esponenziali per avere una media di 10 giorni e avere le idee più chiare.
Global Market Signals: Percent BandsWelcome!
Thanks for checking out my indicator. This is a simple indicator that plots "x" percent above and below the price.
You can select Open, High, Low, Close as the price.
Hope this helps,
Andre
Global Market Signals
GMS: Percent Change With LengthBasic Percentage Change Over Time. Works on any timeframe.
- Global Market Signals
Percent Ladder Scalp Helper [BVCC]This is a simple proof of concept model for a tool that allows you to overlay a percent reference anchored on a specific price point. It projects a ladder of horizontal lines at percent levels 1%, 2%, 3%, 4%, and 5%. It will then begin filling in target zones when price closes above these targets. Above 5% all fills will be lime green, below entry, fill will be yellow as a warning and below SL, red to remind you GTFO of the trade.
this tool is intended for use in quick trade setups where the trader is looking to scalp for small percentages and will help save time in determining % based targets. The colored alarms are a bit fancy but simply serve as a graphical feedback system that can perhaps be developed into something more useful in the future.
User may input entry price and preferred SL in the format dialogue.
If 'auto calculate sat value' is checked, then the user can enter whole numbers for their entry. For instance if your entry is at .00000585 sats, you can just enter 585. If you are working with something besides btc or prefer to enter full sat input, simply uncheck this option.
Moving Gain Loss PercentTracks the percentage gain/loss in three ranges:
single candle (can be turned on or off)
custom range of candles
custom range of candles
For example, with a range of 3 candles, and the serie:
1 - close 10
2 - close 5
3 - close 20
The moving gain would be:
1 - close 10 - gain 10, infinite%
2 - close 5 - gain 5, infinite%
3 - close 18 - gain 8, 80%
Or, for example if the range is 12 candles on a monthly chart, then the result is the Year-To-Date gain/loss plotted as a percentage.
Willams %R with 13 EMA and 13 SMAThis is standard Williams %R originally written by another user that I modified. Credit to him whose name escapes me at the moment. The green line is 13EMA and red line is 13SMA (offset by 2 for timing trades). Great for very quick trades/day trades. Green over red = long. Red over Green = short.
Beware: this is still a choppy indicator. You'll need to use it with the Ichimoku lagging span, chop indiicator, adx, or some other method of avoiding getting chopped to death trying to take every signal.
Normalized Average True RangeThis is a Normalized ATR, which means it displays ATR as a percentage instead of absolute price. For example, a value of 1 indicates a true range of 1% in a given period.
This indicator creates a moving average of the volatility of a product going back X number of periods and is useful for deciding what to trade. For example, if used on a daily chart, one product displays a value of 4 you can reasonably expect it to have larger price swings and movement compared to another product that displays 1.
It does not predict direction, rather the size of moves.
[RESEARCH] Percentrank BugI found a bug with built-in percentrank function. Sometimes it gives unexpected and incorrect results. You can see a one of them on the chart.
ALL scripts which use percentrank function are affected. No matter which version they use, no matter who is their author - ALL scripts which use this built-in function can work incorrectly.
If you want to avoid this bug use _percentrank function (the "shim" ) - you can find it in the script.
NOTE: Don't push on TradingView Support or Pine Core Team because they already know about this issue and work on the fix. I publish it to warn you.
GBTC/BTC(average) premium percentageaverage bitcoin price used (average between bitfinex, coinbase, bitstamp, bittrex, and gemini).
find current amount of bitcoin per share here: grayscale.co
GBTC/BTC(average) premium percentageI updated the GBTC premium percentage indicator to the average bitcoin price (average between bitfinex, coinbase, bitstamp, bittrex, and gemini). I also left this new script open so you can update the amount of bitcoin per share because it is always changing. you can find the amount of bitcoin per share at grayscale.co half way down on the left.