Stochastic FibonacciThis is your run-of-the-mill stochastic indicator, with one slight difference. I added Fibonacci ratios and colored them across the rainbow for aesthetics.
I noticed that the stochastic moving averages, K & D, would reverse in between 0 & 100. Just like price, they were likely Fibonacci ratios.
My original plan was to create a strategy script, and trade whenever K & D crosses the Fib levels. However, they do not cross them perfectly, rather they merely float near them and reverse. Therefore, the strategy would have never made the trades.
As you will notice in the script, there is Bitcoin Hash Rate data imported. I did so because I would like to create a stochastic hash rate indicator at some point. For those of you with this same passion, there is the hash data to mess around with; consider it an Easter Egg...
在腳本中搜尋"fib"
Bitcoin Logarithmic Growth Curves & ZonesI found this awesome script from @quantadelic and edited it to be a bit more legible for regular use, including coloured zones and removing the intercept / slope values as variables, to leave space for the fib levels in the indicator display. I hope you all like it.
DPO RMA STRATEGYThis strategy uses tradingview's built-in "Detrended Price Osciilator" ( DPO )indicator script.
It takes the average of 6 different fib lookback periods. (55,89,144,233,377,610)
This is plotted in the purple line.
It then takes the RMA of the DPO and uses the RMA's to determine entry points with crossovers and crossunders.
It's an extremely easy indicator to use. You mostly only need to adjust the last 2 inputs (These are the RMA Smoother inputs)
Works well with most any market and with any timeframe.
Works great on Heiken Ashi if you keep orders under 150. But I can't post in heiken ashi format thanks to automated traders complaining to tradingivew that they can't make any money with heiken ashi candles
And then pine coders like this that are embraced with high regard because they realized that they can spam a heiken ashi chart with over 400 trades and magically it has excessive slippage.
Number StrategyA simple strategy based on fib ratios and numbers
Best time frames for highest accuracy ( Requires Tradingview Pro )
34 mins for quick scalps
89 mins for weekly Swings
254 mins for monthly swings
-Ability to set alerts for btc and $ singals
-Modify Ema values, Set colour
-Trend following strategy, Needs an active trend for best results
-sideways/choppy action results in bad signals
How to trade:
-----------------
Long if Btc signal appears , preferred if price is trading above the 233 EMA .
You can use the 233 EMA for activating trades during price retest
Short if $ signal appears , preferred if price is trading Below the 233 EMA .
You can use the 233 EMA for activating trades during price retest
Bitcoin Logarithmic Growth CurvesThis is a version of the Log Growth Curves previously published by Quantadelic. The update includes customizable fib levels and filled upper and lower bands. This script is only intended for the Bitcoin log chart to reflect the channel that can be found on a log/log Bitcoin chart. The projections out from current levels are theoretical path of BTC based on the current trajectory.
In theory, reaching into the bottom zone of this chart is a good zone for accumulation while the top zone is a good are for distribution.
DonDonAim of this indicator is to detect trend and support more easy
first I use the fib donchian script that i publish sometime ago
next is speacial trend line based on modiffied bollinger and donchian channel
last add info panel so when close cross the basis line up the trend wil be green in the info panel , if cross down the trend will be in red
to this template we can add more indicator but i just keep this simple
(JS) Ultimate RSISo my goal here was to combine all of my RSI ideas into a single indicator in order to make kind of a "Swiss Army Knife" version of the Relative Strength Index ...
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
So, let's begin with the first RSI indicator I made, which is the RSIDVW (Divergence/Volume Weighted);
To rephrase my original post, the "divergence/volume weighted" portion is meant to expand upon the current RSI format by adding more variables into the equation.
The standard RSI is based off one value that you select (open, close, OHLC4, HLC3, etc.) while this version takes three variables into account.
The default setting is to have RSI normal without anything added to it (Divergence Weight = 0)
1st - it takes the standard variable that RSI normally uses.
2nd - it factors RSI divergence by taking the RSI change % and price change % to form a ratio. Using this ratio, I duplicated the RSI formula and created a divergence RS to be factored in with the standard price RS .
3rd - it takes Relative Volume and amplifies/weakens the move based upon volume confirmation. (So if Relative Volume for a price bar is 1.0, the RSI plot would be the same as it normally would)
So to explain the parameters
- Relative Volume Length: This uses the RV length you specify to determine spikes in volume (or lack of volume ), which then is added into the formula to influence the strength of the RSI move
- RV x Divergence: This is how I calculated the original formula, but you can leave this unchecked to turn Relative Volume off, or apply elsewhere.
- RV x RS: There's two sides, Divergence RS and Standard RS - these check marks allow you to select which part you prefer to be multiplied by Relative Volume .
Checking neither turns off Relative Volume , while checking both amplifies its effects by placing it on both sides of the equation.
-Divergence Weight: This controls how much the DVW portion of the formula influences the RSI plot. As I referred to earlier, default is 0 making RSI normal. The Scale is 0-2, so 1.0 would be the same as 50%.
When I do have DVW on, I generally set it to 0.5
-SMA Divergence: To smooth, or not to smooth, that is the question. UJsing an SMA here is much smoother in my opinon, but leaving it unchecked runs it through an RMA the same way standard RSI is calculated.
-Show Fractal Channel: This allows you to see the whole fractal channel around the RSI (This portion of the code, compliments of the original Ricardo Santos fractal script)
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The next portion of the script is adding a "Slow RSI"...
This is rather simple really, it allows you to add a second RSI plot so that you can watch for crossovers between fast and slow lines.
-Slow RSI: This turns on the second RSI Plot.
-Slow RSI Length: This determines the length of the second RSI Plot.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Pivot Point RSI was something a friend of mine requested I make which turned out pretty cool, I thought... It is also available in this indicator.
-Pivot Points: Selecting this enables the rest of the pivot point related parts of the script
If Pivot Points isn't selected, none of the following things will work
-Plot Pivot: Plots the pivot point .
-Plot S1/R1: Plots S1/R1.
-Plot S2/R2: Plots S2/R2.
-Plot S3/R3: Plots S3/R3.
-Plot S4/R4: Plots S4/R4.
-Plot S5/R5: Plots S5/R5.
-Plot Halfway Points: Plots a line between each pivot .
-Show Pivot Labels: Shows the proper label for each pivot .
When using intraday charts, from a 15 minute interval or less the pivots are calculated based on a single days worth of price action, above that the distance expands.
Here are the current resolutions Pivot Points will work with:
Minutes - 1 , 2, 3, 5, 10, 13, 15, 20, 30, 39, 78, 130, 195
Hours - 1, 2, 3, 4, 5, 6
Daily
Weekly
Currently not available on seconds or monthly
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Background Colors
Background Colors: I have six color schemes I created for this which can be toggled here (they can be edited).
Gray Background for Dark Mode: Having this on looks much better when using dark mode on your charts.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Now finally the last portion, Fibonacci Levels
-Fibonacci Levels: This is off, by default, which then uses the standard levels on RSI (30-50-70). When turned on, it removes these and marks fib levels from 0.146 through 0.886.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
So the quick rundown:
Ultimate RSI contains "divergence/volume weighted" modifications, a slow RSI plot, pivot points , and Fibonacci levels all while auto-plotting divergence and having the trend illustrated in the background colors.
RSI has always been my "go to" indicator, so I hope you all enjoy this as much as I do!
Slow Volume Oscillator Indicator - Just a Better Way To TradeThis script is nothing new. However, I feel that traders do not know the full potential it can provide if they just increase the lookback periods.
Tradingview's default Vol Osc uses a fast setting of 5 and a slow setting of 10. It just paints pointless scribbling. Slow all your indicators down and wake up to a whole new world of Technical Analysis.
To create consistency with variables I typically use Fib numbers for lookback periods. (3,5,8,13,21,34,55,89,144,233,377,610,987)
As noted in chart. An increase in volume can be either bullish or bearish. It's up to you to decide which way price action will move.
If you use with other indicators you can create more confirmations.
More confirmations = peace of mind
My favorite indicators are (Detrended Price Oscillator, Momentum, MACD, Chaikin Money Flow, Ultimate Oscillator, and this Volume Oscillator)
Here is just one example of MACD strategy indicator that can be used with this Vol Oscillator
IMR DAILY FIBGREETINGS TRADERS !!!
TRADE in trend
with support & resistence of fibonachi pivot of daily
usefull for each & every script
built in ema crossovers for safe traders
specialy used for intraday (1-2-3-5 min timeframe )& swing trades SIMPEL & HANDY INDICATOR
tried to kept the function of indicatoer very easy & user freindly
plz use & share your feedback
ENJOY LIKE & SHARE TO OTHERS !!!!
FibboGattoFibboGatto
Up = crossover(FG,ema(FG,period)) , color=blue
Down = crossunder(FG,ema(FG,period)) , color=orange
Uptrend = (FG>ema(FG,period)) ,color=lime
Downtrend = (FG<ema(FG,period)) , color=red
Fibonacci Drapes (Auto / Dynamic Fib Tool)Adjustable Look-back Periods
Adjustable Appearance
Adjustable Ratios
Range EstimateAs a trader I need to know what are the best ranges to get in or out
So this tool try to help a little bit .
First we have Pivot points (all forms with fib ,traditional etc)
next is percentage channel (uper=upper % from close and Lper=lower % from close) , in btc I use 3% up or low for 1 hour candles as it give me good range of lower and upper bound . This you need to change for different TF or different assets
next we have Bollinger upper and lower (Bup= Bollinger upper and Blow=Bollinger lower) it has also MTF function
last we MA =,20,50,100,200
in total the aim of this indicator is to give fast glance on the numbers that important to you as trader fast with a clean graph so you can add your indicator to it to see better how they work
The info panel you can change the font size, you can change distance by offset
and the position on the graph , you need to adjust with position -in this case since it btc I put number of 8700
let say it ETH then I put a number 5% above the close number
if it XRP = then the same trick , lets say 0.3 etc
finding the lowEasy script that give you to find low points in much more effective way ,so it very good to find entry
exit can be by fibs , pivot or take profit system etc
but the hardest thing in a trade is to locate where the low is found
so using this special rsi +mtf system of no repaint it more easy to detect it
Relative Candle Volatility IndexI am not certain if something similar is already available out there. However, here's my own implementation of my simple idea of using the length of the candle-body, or wicks (high-low), to derive a Relative Volatility Index / Oscillator.
In summary: When the R.CVI is significantly positive, it indicates a sudden increase in volatility; whereas, when the R.CVI drops significantly negative, it indicates a sudden decrease in volatility -- in relative to the (just prior) market trend.
If you do wish to copy, modify, and publish an alternate version base on this script, please do not plagiarize and kindly reference/link back to this original script. =D
~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~
Note:
In no way is this intended as a financial/investment/trading advice. You are responsible for your own investment decisions and trades.
Please exercise your own judgement for your own trades base on your own risk-aversion level and goals as an investor or a trader. The use of OTHER indicators and analysis in conjunction (tailored to your own style of investing/trading) will help improve confidence of your analysis, for you to determine your own trade decisions.
~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~
Please check out my other indicators sets and series, e.g.
LIVIDITIUM (dynamic levels),
AEONDRIFT (multi-levels standard deviation bands),
FUSIONGAPS (MA based oscillators),
MAJESTIC (Momentum/Acceleration/Jerk Oscillators),
PRISM (pSAR based oscillator, with RSI/StochRSI as well as Momentum/Acceleration/Jerk indicators),
PDF (parabolic SAR /w HighLow Trends Indicator/Bar-color-marking + Dynamic Fib Retrace and Extension Level)
and more to come.
Constructive feedback and suggestions are welcome.
~ JuniAiko
(=^~^=)v~
COG Fibs [LazyBear]Made the lines invisible by default. One can see the values by going through settings
4 Fibonacci EMAsAdd 4 Fibonacci EMAs to your charts with one indicator.
Configureable by value, so they don't necessarily have to use Fibonacci numbers, and by colors.
OBV with Auto Fibonacci LevelsI like to use OBV as a summary of the order book action + I added Fib levels from my other script for more context. I typically trade swings on H4, and HMA of the OBV helps me set the bias/trend.
Fibonacci Pivot Points AlertsCreated a script for alerts on Fibonacci Pivot Points.
You will be able to create separate alerts for every level or create one for price crossing any level.
Because of some TradingView limitations, alerts won't be fired for the first bar of the session. Will try to solve that in the new versions.
In the script used new v4 plotting features, so will be able to plot levels and labels nicely. Unfortunately, there is a limit on the number of consecutive lines you can plot on the plot (around 50), so lines in the past will disappear.
And remember:
Past performance does not guarantee future results.
Slow Stochastic Multi-K&D Average StudyStudy that takes to average fib MA in stochastic format.
Provides LONG and SHORT alerts
Long = k crossover d
Short = k crossunder d
set alerts for conservative entries
When creating alerts
Set to "Crossing Up"
Value = anything between 0 and 1
I usually set to 0.5
Set to "Once per Bar" to give you the fastest response
Slow Stochastic Multi K&D Average Crossover StrategyUses average of multiple fib lookback periods in stochastic format.