CB: CCI & MFI StrategyCustom Development for a Backtest Rookies professional services customer. Published for customer testing and acceptance.
backtest-rookies.com
MFI
RSI/MFI with Volatility Bands [GVD]This is an edit of the LAzyBear script.
The script is adjusted to show both the RSI and the MFI on 1 chart.
AMFI (Adjusted money flow indicator)Adjusted money flow indicator (AMFI)
Differences between AMFI and MFI:
- AMFI is weighted by the typical price SMA(shortterm)/SMA(longterm) ratio
- For AMFI the days with lower volume than previous but rising price are counter twice, similarly days with falling price and lower valume
Version: 1alpha
Money Flow Indicator (Chaikin Oscillator) Strategy Indicator plots Money Flow Indicator (Chaikin). This indicator looks
to improve on Larry William's Accumulation Distribution formula that
compared the closing price with the opening price. In the early 1970's,
opening prices for stocks stopped being transmitted by the exchanges.
This made it difficult to calculate Williams' formula. The Chaikin
Oscillator uses the average price of the bar calculated as follows
(High + Low) /2 instead of the Open.
The indicator subtracts a 10 period exponential moving average of the
AccumDist function from a 3 period exponential moving average of the
AccumDist function.
WARNING:
This script to change bars colors.
Dav-o meter (public)I decided to make this formerly invite only script public (you can find the invite only version here
If you are part of the invite only you don't need to change scripts. I will push improvements first on the invite only script but in time it will come to this version as well.
I would love to know your ideas and thoughts on how this indicator can be improved, so feel free to give any feedback.
Remember to give it a thumbs up if you like it.
Buy Low Sell High CompositeCombines RSI, EMA difference, and MacD into a single indicator. Buy when it's very red, sell when it's very green.
MFI * %B [seiglerj]Oscillator averaging Money Flow Index and Bollinger Bands' %B
Colored bars indicate buy or sell signals
I have no idea if this is the right way to combine these two, but I'm gonna try it and see what happens
Inchart MFI signals [seiglerj]This is an inchart Money Flow indicator that puts triangles on the chart when Money Flow Index breaks out of the specified levels.
Money Flow Index made by Stealthy7Here is a quick Money Flow Index oscillator. I don't have any strategy for it. Please post any improvements.
MFIMoney Flow Index. An RSI oscillator that uses trading volumes to determine whether a stock is overbought or oversold
[STRATEGY][RS]MarxBabu 4 Oscillators V0EXPERIMENTAL:
fixed some mixed signals :p
request for MarxBabu.
Insync Index [LazyBear]BB Support + Histo mode
-------------------------------
Code: pastebin.com
Show enclosing BB
Show Insync as Histo:
v02 - Configurable levels
---------------------------------
Small update to allow configuring the 95/75/25/5 levels.
Latest source code: pastebin.com
v01 - orginal description
---------------------------------
Insync Index, by Norm North, is a consensus indicator. It uses RSI, MACD, MFI, DPO, ROC, Stoch, CCI and %B to calculate a composite signal. Basically, this index shows that when a majority of underlying indicators is in sync, a turning point is near.
There are couple of ways to use this indicator.
- Buy when crossing up 5, sell when crossing down 95.
- Market is typically bullish when index is above 50, bearish when below 50. This can be a great confirmation signal for price action + trend lines.
Also, since this is typical oscillator, look for divergences between price and index.
Levels 75/25 are early warning levels. Note that, index > 75 (and less than 95) should be considered very bullish and index below 25 (but above 5) as very bearish. Levels 95/5 are equivalent to traditional OB/OS levels.
The various values of the underlying components can be tuned via options page. I have also provided an option to color bars based on the index value.
More info: The Insync Index by Norm North, TASC Jan 1995
drive.google.com
List of my free indicators: bit.ly
List of my app-store indicators: blog.tradingview.com
(Support doc: bit.ly)
Market Facilitation Index (MFI) 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.
3 more indicators: Inverse Fisher on RSI/MFI and CyberCycleSuggested by John Ehlers, IFT helps you to determine the exact oversold/overbought points in any oscillator-type indicators.
The 3 IFT based indicators in this chart are:
- Inverse Fisher on RSI (IFTRSI)
- Inverse Fisher on MFI (IFTMFI)
- Inverse Fisher on CyberCycle (IFTCC)
Suggested method to use any IFT indicator is to buy when the indicator crosses over –0.5 or crosses over +0.5 if it has not previously crossed over –0.5 and to sell short when the indicators crosses under +0.5 or crosses under –0.5 if it has not previously crossed under +0.5.
More info: www.mesasoftware.com
You can use these indicators by doing "Make it mine" (Click on "Share" to open the dialog box with this button).
Let me know what you think, would love to hear how these indicators are used and how effective these are for other instruments.