Bill Williams-Indikatoren
Support/Resistance x3Support and Resistance Levels for 3 time frames, based on volume at fractal levels
Original script is thanks to synapticex I have just migrated to version 3 and heavily modified it
Fractal Regression Channel V0.1Port of @RicardoSantos' Fractal Regression Channel V0 from pinescript 2 to pinescript 3.
// Source:
// Original Author: @RicardoSantos
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.
Awesome Oscillator and MACD Histogram by SierraPilot (Lemrin)This is an indicator I stole from Lemrin. I added the plots for the MACD line and the Signal line and also changed the AO and MACD histo to an area plot. MACD = red and green. AO = blue and yellow. Green over top of Blue = possible reversal. Green overlaid over blue = uptrend. Yellow over top of Red = downside reversal possible. Yellow overlaid over Red = downtrend in progress. MACD and Signal line behave normally. Thanks to Lemrin for the majority of the code.
STPatterns fractalsModified fractals using 1 candle on both side as mentioned by the strategies from stpatterns.com
Market Type IdentifierHelps to evaluate if a market is crypto, forex or stocks. Useful if you want to use specific Ichimoku settings or certain moving averages without having to manually change the settings. This is mostly provided for other Pinescript coders, so will not be useful as a standalone indicator
Crypto Scoobys All in One Indicator (Fractals + Ichimoku)Combined my Fractal Indicator with my Ichimoku Script so that I can have less indicators on my chart and am able able to run more with only the pro version of Trading View...
Williams_proGO_PRICEVersione rivisitata del Williams ProGo che risulta essere direttamente sul grafico principale con aggiunta
delle medie classiche per controllo golden cross ed anche una serie di calcoli visibili nella finestra dati per il posizionamento
dei livelli stop loss e take profit calcolati con un atr
Market Facilitation Index - MFIUsing Market Facilitation Index - MFI you will be able to recognise two important metrics:
Whether the current trend is strong enough to trade it.
When a new trend may start.
MFI combines changes in price (range) and volume. Here is the formula:
MFI = (High – Low) * Volume
The indicator has bars of four colours. Each colour has a specific meaning and shows how the market responds to a change in volume.
Green. A green bar forms in the situation that both MFI and the volume are up. It means that more and more traders join the market in the current direction. In other words, it points to a strong trend, so you can open trades in line with this trend.
Brown. A brown bar appears when both MFI and the volume decline. It is also called “fade”. It signals that traders are hesitating and don’t want to continue the trend anymore. As a result, it’s not recommended to join the trend. Several brown bars are a sign of the potential reversal of the trend.
Blue. A blue bar forms when MFI increases, but the volume declines. A spike in price may be short-lived a precede a change in the trend. Blue bars appear at the times when newbies enter the trend, but professional traders know that it’s already too dangerous.
Pink. A pink bar, also known as squat, appears when MFI is diminishing, but the volume is growing. It reflects an increase of trading interest and an active fight between buyers and sellers. After one of the sides wins, the price will likely make a big move breaking support or resistance levels. The MFI, however, can’t be used to determine the direction of the breakout.
Momentum & Williams %R This strategy join 2 power study indicators on the same plot: Willian %R and Momentum.
Willian %R can indicate the good time for you buy or sale. Less than -80 indicate good buying opportunity . Greater than -20 good sale opportunity.
Momentum can indicate the good price for buy or sale, in other words, can indicate the speed the price goes down or goes up.
By Baldasso, March 2019.
FRACHTALS"FRACHTALS" - A practical example of taking a joke entirely way, way too far
Speaking of which - Moon when?
#REKT
Credits/Acknowledgements/References:
Fractal detection + other functions (@RicardoSantos)
Laguerre RSI w/ self-Adjusting Alpha (@everget)
Williams_proGOWilliams ProGo & %R
indicatori di Williams da usare per identificare il momentum di operativita' con l'incrocio dei buoi con mani forti e per l'entrata il %R settato a 4 periodi che indica la barra di operatività
BUON TRADING A TUTTI !!
Pretty Williams FractalsThis script adds Williams Fractals that are more visually pleasing than TradingView's built-in version.