VWMA with kNN Machine Learning: MFI/ADXThis is an experimental strategy that uses a Volume-weighted MA (VWMA) crossing together with Machine Learning kNN filter that uses ADX and MFI to predict, whether the signal is useful. k-nearest neighbours (kNN) is one of the simplest Machine Learning classification algorithms: it puts input parameters in a multidimensional space, and then when a new set of parameters are given, it makes a prediction based on plurality vote of its k neighbours.
Money Flow Index (MFI) is an oscillator similar to RSI, but with volume taken into account. Average Directional Index (ADX) is an indicator of trend strength. By putting them together on two-dimensional space and checking, whether nearby values have indicated a strong uptrend or downtrend, we hope to filter out bad signals from the MA crossing strategy.
This is an experiment, so any feedback would be appreciated. It was tested on BTC/USDT pair on 5 minute timeframe. I am planning to expand this strategy in the future to include more moving averages and filters.
MFI
Chart OscillatorI present you the chart oscillator where an oscillator (Stoch or RSI) is plotted
on the chart itself (instead of below the chart)
It is inspired on an idea of @Kablamicus
Instead of having the lines between 0 and 100, here the '0-100' are
- lowest(low, len)
- highest(high, len)
An overbought/oversold and a middle line is derived from these lines
and the oscillator goes in between.
It resembles very much the 'normal' oscillator, with a few extra's:
- you can see the movement of the candles against the oscillator
- S/R levels of oscillator, 50 line, overbought/oversold line, 0-100 line
Stoch:
RSI:
Also a table is included with the Stoch/RSI values
Cheers!
CCI/MFI/VZO/RSI - HEATMAPHeatmap I made/reverse engineered.
Currently tracks the 4 following oscillators:
- CCI (Channel Commodity Index)
- MFI (Money Flow Index)
- VZO (Volume Zone Oscillator)
- RSI (Relative Strength Index)
Any feedback or suggestions highly appreciated.
/* Inspiration taken from @ByzantineGeneral (TradingView profile: /u/ByzantineGeneral, indicator: /script/keAGdnWO-Byzantium-Oscillator-Heatmap) */
RMIRMI is a combination of RSI and MFI oscillators which considers money flow and strength of supply or demand together.
It estimates that the money of which side is being ran out.
So the power of trends can be predictable approximately.
Where the green columns appear, it means demand is very high and it can fall because buyers may withdraw and sell their assets.
And when red columns appear, it means supply is very high and sellers or new buyers may enter into new deals which may increase the price of a asset.
I would be glad if I hear your feedbacks.
ModestPips RSI + Apirine Slow RSIThis script is composed of 4 elements:
EMA Cross Indicator
Money Flow Indicator Oversold/Overbought
RSI with divergence indicator
Apirine Slow RSI
EMA Cross:
The EMA Cross provides a rough idea of trend direction. The 50 horizontal line will flash green/red depending on the current EMA crossover status.
The EMA values can be changed depending on your preference.
This indicator is not used for entries. It only provides confluence for entries.
Money Flow Indicator:
The money flow indicator will flash green/red in the background when it is oversold/overbought. It could be referred as an early signal before a potential big move.
Not used for entries, just as a warning to get ready for a potential big move.
RSI Indicator:
Typical RSI that shows indicates when divergences are detected
Apirine Slow RSI:
Generates OB/OS signals & midline crossover signals and divergence
Configured with high smoothing to show trends in the markets (This value can be adjusted). When maxed out in either direction, can help to identify strong trends in the market.
Thanks to @Lazybear for providing the code for the slow RSI.
Greed and Fear ScoreHi All,
This is Greed and Fear Score script. The uses of this indicator is to let users know what is the state for each bar closed.
Warren Buffett once said that it is wise for investors to be “fearful when others are greedy, and greedy when others are fearful.
Greed & Fear Score (range from 1 - 5) has taken multiple measurements into consideration such as CCI, MFI, RSI, RVI and William %R.
The range of score is from 1 - 5 indicating weak to strong.
Red/Yellow represents Greed score.
Blue/Light Blue represents Fear score.
The Bull & Bear Transition Score (range from 1 - 10) is to measure how strong power needed to reverse the Greed or Fear State.
It is a powerful tool that incorporates CMF, MFI, CCI, MOMENTUM, OBV, RSI, RVI, WILLIAN %R, PRICE OSCILLATOR and Relative Volume.
How to use Bull & Bear Transition Score?
The higher the Bull & Bear Score, the more likely it will change from one state to another.
How to find BEST opportunity? Here comes the special symbol.
User can choose best fit combination by using filtering.
Dziwne MFI Overlay (with highlight)It is simply your traditional MFI , except that your 50 line became the actual price.
Why and how could it be useful? This indicator helps to spot more easily and efficiently divergences .
You could also use it for trend reversals as you usually do with your 50 line, but I would suggest to set a higher length for the MFI, like 155 or something like that.
GSO + RSI + MACD + MFI + Bollinger BandsThis script uses a Gann Swing Oscillator , RSI , MACD , MFI and Bollinger Bands to generate long and short signals for cryptocurrencies on the 5 minute chart.
The Gann Swing Oscillator was inspired by HPotter's GSO.
This script is for educational purposes only. This script is NOT to be used as financial advice. I will not accept liability for any losses which may occur as a result of using this script.
All in one [Liubam]Hey tradingviewers!
This is an All in one Indicator for those who can't add too many indicators on your charts. Inspired by ©LonesomeTheBlue "Indicators all in one" script. I found a lot of very interesting scripts on the public library and I decided to make a tool with some of the greatest IMO, adding some modifications to improve the indicators. With this tool you can plot 1 of 6 different indicators by selecting it from a drop-down list (on the indicator settings).
All the credit goes to it's respective owners (taggeds).
THIS INDICATOR INCLUDES:
1. Classic RSI with some OB/OS tools:
The relative strength index (RSI) is a popular momentum indicator displayed as an oscillator (a line graph that moves between two extremes) that measures the magnitude of recent price changes to evaluate overbought or oversold conditions, in other words it shows signals about bullish and bearish price momentum. I added some visual improvements to help you finding the OB/OS zones.
2. Classic CCI with some OB/OS tools.
The Commodity Channel Index (CCI) is a momentum-based oscillator used as market indicator to help determine market movements that may indicate buying or selling. Added some vistual improvements to the chart.
3. ADX and DMI oscillator with the keylevel coded by @console:
The Average Directional Index (ADX) is non-directional indicator used by some traders to determine the strength of a trend. When the ADX line is rising (Above the keylevel) trend strength is increasing, and the price moves in the direction of the trend whether up or down. Otherwise, low ADX (Below the keylevel) is usually a sign of accumulation or distribution (Range). Non-trending doesn't mean the price isn't moving. It may not be, but the price could also be making a trend change or is too volatile for a clear direction to be present.
Suggested settings of the keylevel is 23-25.... REMEMBER: The trend may be your friend.
4. MFI
The Money Flow Index (MFI) is a technical oscillator for identifying overbought or oversold signals in an asset. Unlike conventional oscillators such as the RSI, the Money Flow Index incorporates both price and volume data, as opposed to just price. It can also be used to spot divergences which warn of a trend change in price.
5. Stochastic:
A stochastic oscillator is range-bound, meaning it is always between 0 and 100. This makes it a useful indicator of overbought and oversold conditions. Traditionally, readings over 80 are considered in the overbought range, and readings under 20 are considered oversold. However, these are not always indicative of impending reversal; very strong trends can maintain overbought or oversold conditions for an extended period. Instead, traders should look to changes in the stochastic oscillator for clues about future trend shifts. I added some features for this popular indicator to show the stochastic crosses.
6. The famous Squeeze momentum Indicator made by @Lazybear:
This is derivate of John Carter's "TTM Squeeze" volatility indicator and its very strong when using with trending indicator such a ADX. Black line (or no-line) on the midline show that the market just entered a squeeze ( Bollinger Bands are with in Keltner Channel). This signifies low volatility , market preparing itself for an explosive move (up or down). Gray line signify "Squeeze release". Mr.Carter suggests waiting till the gray line after a blackline, and taking a position in the direction of the momentum (for ex., if momentum value is above zero, go long). Exit the position when the momentum changes.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
This script is source code protected, but you can add to your favorite list to use it. Also you can add twice to use 2 different indicators at the same time (E.g. Squeeze Momentum Indicator + ADX)
An additional indicator I made (MA Hunterz + InfoPanel) is needed to not miss good entry points.
Your valuable comment and feedback is much appreciated...
And remember indicators can be really helpfull but always use Price Action.
ModestPips Triple StochasticThis script was created to provide confluence when entering trades. Trades are entered as scalp trades with trailing stops, that sometimes turn into swing trades.
This script is composed of three elements:
EMA Cross Indicator
Money Flow Indicator Oversold/Overbought
Triple Stochastic - The Core Component of this script
EMA Cross:
The EMA Cross provides a rough idea of trend direction. The 50 horizontal line will flash green/red depending on the current EMA crossover status.
The EMA values can be changed depending on your preference.
This indicator is not used for entries. It only provides confluence for entries.
Money Flow Indicator:
The money flow indicator will flash green/red in the background when it is oversold/overbought. It could be referred as an early signal before a potential big move.
Not used for entries, just as a warning to get ready for a potential big move.
Triple Stochastic:
This is the core and magic of the script. This indicator uses the 3 stochastic to provide signals for trade entries.
The 3 stochastics use different calculations to provide the differing length of the oscillators.
The slow stochastic will flash red when in overbought/oversold areas.
Using these 3 stochastics can provide 3 types of entries.
Trade Entries:
Extreme Opposite Entry - Entry when slow stoch is red and the super-fast stoch is on the opposite extreme.
Rebound Entry - Entry upon reversal signal where super-fast and fast stochs trigger a move in the opposite direction and then retrace to retest the slow stoch.
Continuation Entry - Entry during a trending market when super-fast and fast stochs retrace to retest the slow stoch.
This indicator can be used with any timeframes, although 30m is where I find the cleanest signals.
Some examples are provided on the chart, I will provide detailed explanations for ideal signals below.
MTF Oscillators [Anan]Hello friends,
This is my own MTF oscillator framework verion.
You can control in everything from indicator settings suck as (Source, Length, OB/OS Zones, Show/Hide Timeframes and all Timeframes are supported).
List of supported oscillators:
RSX
RSI
MFI
CCI
Cracked MFIThis is my leading MFI that I use because it tends to lead and not lag.
The Bar length is where you can adjust the average based on the amount of bars.
The MFI Multiplier is used for calculating the money flow by multiplying by the volume.
The Y Position is where the sprite is on the Y axis (vertical) of the stage. The value gets higher or lower depending on how far up on the Stage the sprite is.
Hope this helps!
ArtY Money Flow IndexThis is modification of built-in Money Flow Index with painting of oversold and overbought areas.
Ultimate MA + MFIHey Folks, this is in indicator that generates buy and sell alerts using Ultimate Moving Average and Money Flow Index.
Buy Alerts
Multi Time Frame Moving Average trend reversal AND MFI < threshold
Sell Alerts
MFI crossing under overbought threshold
Recommended settings for 3commas
- Create Alert with Buy Alert and link it to "Message for deal start signal"
- Create Alert with Sell Alert and link it to "Message to close all deals at Market Price"
- Set Take Profit to 1.0% with trailing between 0.2% and 0.6%
- DO NOT USE STOP LOSS
Money Flow Index (MFI)User request. A tuned version of the built-in True Strength Index (TSI) indicator with the following options included:
MFI - Signal Histogram
MFI/Signal Crossovers
MFI/Signal Ribbon
Bands breakouts highlighting
Middle line crossovers background
X Exchange BTC Cash Flow Index (Multi-Exchange)Custom Cash flow Index (Similar to MFI) indicator based on BTC World Volume across all exchanges.
Volume Data based on "BTC WORLD VOLUME" by Phil Ledru
How it works:
Use this indicator like to see momentum changes in Price and Volume across all exchanges for Bitcoin.
When momentum is positive, indicator will turn Blue.
When momentum is slowing down and price is declining, indicator will turn Red.
Like your usual RSI, OB & OS levels are 80 & 20.
What to watch out for:
- Watch out for Bullish and bearish divergences in Volume
- Wedges, Head and shoulders and other formations.
Enjoy!
Combo Backtest 123 Reversal & Market Facilitation Index This is combo strategies for get a cumulative signal.
First strategy
This System was created from the Book "How I Tripled My Money In The
Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies.
The strategy buys at market, if close price is higher than the previous close
during 2 days and the meaning of 9-days Stochastic Slow Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
Second strategy
The Market Facilitation Index is an indicator that relates price range to
volume and measures the efficency of price movement. Use the indicator to
determine if the market is trending. If the Market Facilitation Index increased,
then the market is facilitating trade and is more efficient, implying that the
market is trending. If the Market Facilitation Index decreased, then the market
is becoming less efficient, which may indicate a trading range is developing that
may be a trend reversal.
WARNING:
- For purpose educate only
- This script to change bars colors.
RSI PlusRSI Plus:
☑️ Show the divergences.
☑️ Shows the approximate price of an RSI level (by default it is level 55 but it can be changed for any other level).
☑️ Shows the bulls and bears zones, in green when crossing level 50 up and red when crossing down.
☑️ Circle the highest and lowest levels as possible purchases and sales.
☑️ Includes a smoothed RSI.
RSI Plus:
☑️ Muestra las divergencias.
☑️ Muestra el precio aproximado de un nivel del RSI (por defecto viene el nivel 55 pero se lo puede cambiar por cualquier otro nivel).
☑️ Muestra la zonas de toros y osos, en verde cuando cruza hacia arriba el nivel 50 y rojo cuando cruza hacia abajo.
☑️ Marca con un circulo los niveles mas alto y mas bajos como posibles compras y ventas.
☑️ Incluye un RSI suavizado.
Pure Volume Divergence [NeoButane]PVD: MACD with volume as source.
Options to configure:
OBV, PVT, or MFI as source
Display PVD or a faux zero-based oscillating CVD
Oscilator CandlesBased on the response received on Bollinger %B candles, thought it would be nice to get the same on oscillators.
Use cases include applying atr based indicators or any indicators which utilizes - high, low, open close on oscillator values. Example : supertrend
Note: length values are reused by different oscillator types based on input requirements.
Growth Producer
Applicable to FTX:ETHPERP 15 min
Relative volatility index (RVI) that will determine the entry and exit points only when the volatility will start to increase and Money Flow index as an additional point for entry.
IMPORTANT
• Input Partial take profits in your Bot settings
• This is a trend strategy and works better in the trending market
• We added the trend identifier using the EMA and SMA interaction
• We added Take profit and stop loss levels
• We added inputs for the period selection, so you could see how the strategy is performing on a monthly basis.
• RVI for the entry conditions
• MFI was added for the additional entries.
• Partial Take-profits
Ehler's Autocorrelation Periodogram - RSI/MFIWarning! Frequently hits the execution time limit for scripts.
Especially on initially adding to your chart. Often requires toggling show/hide indicator to get it to complete script execution within the time limit. YMMV!
From TASC Sept 2016 this is Ehler's Autocorrelation periodogram. A means of determining the dominant cycle ("ideal" indicator length / dynamic length).
As an example it's applied here to RSI or MFI. Lower indicator segment displays the autocorrelation spectrum and the computed dominant cycle. Upper segment is RSI/MFI.