+ BB %B: MA selection, bar coloring, multi-timeframe, and alerts+ %B is, at its simplest, the classic Bollinger Bands %B indicator with a few added bells and whistles.
However, the right combination of bells and whistles will often improve and make a more adaptable indicator.
Classically, Bollinger Bands %B is an indicator that measures volatility, and the momentum and strength of a trend, and/or price movements.
It shows "overbought" and "oversold" spots on a chart, and is also useful for identifying divergences between price and trend (similar to RSI).
With + %B I've added the options to select one or two moving averages, candle coloring, and a host of others.
Let's start with the moving averages:
There are options for two: one faster and one slower. Or combine them how you will, or omit one or both of them entirely.
Here you will find options for SMA, EMA (as well as double and triple), Hull MA, Jurik MA, Least Squares MA, Triangular MA, Volatility Adjusted MA, and Weighted MA.
A moving average essentially helps to define trend by smoothing the noise of movements of the underlying asset, or, in this case, the output of the indicator.
All of these MAs available track this in a different way, and it's up to the trader to figure out which makes most sense to him/her.
MA's, in my opinion, improve the basic %B by providing a clearer picture of what the indicator is actually "seeing", and may be useful for providing entries and exits.
Next up is candle coloring:
I've added the option for this indicator to color candles on the chart based on where the %B is in relation to its upper and lower bounds, and median line.
If the %B is above the median but below the upper bound, candles will be green (showing bullish market structure). If %B is below the median but above the lower bound, candles will be red (denoting bearish market structure).
Overbought and oversold candles will also be colored on the chart, so that a quick glance will tell you whether price action is bullish/bearish or "oversold"/"overbought".
I've also added functionality that enables candles to be colored based on if the %B has crossed up or crossed down the primary moving average.
One example as a way to potentially use these features is if the candles are showing oversold coloration followed by the %B crossing up your moving average coloration. You might consider a long there (or exit a short position if you are short).
And the last couple of tweaks:
You may set the timeframe to whatever you wish, so maybe you're trading on the hourly, but you want to know where the %B is on the 4h chart. You can do that.
The background fill for the indicator is split into bullish and bearish halves. Obviously you may turn the background off, or make it all one color as well.
I've also added alerts, so you may set alerts for "overbought" and "oversold" conditions.
You may also set alerts for %B crossing over or under the primary moving average, or for crossing the median line.
All of these things may be turned on and off. You can pretty much customize this to your heart's delight. I see no reason why anyone would use the standard %B after playing with this.
I am no coder. I had this idea in my head, though, and I made it happen through referencing another indicator I was familiar with, and watching tutorials on YouTube.
Credits:
Firstly, thanks to www.tradingview.com for his brilliant, free tutorials on YouTube.
Secondly, thanks to www.tradingview.com for his beautiful SSL Hybrid indicator (and his clean code) from which I obtained the MAs.
Please enjoy this indicator, and I hope that it serves you well. :)
動量震盪指標
Customizable Percentage Price Oscillator (PPO)The PPO is basically the MACD but in percentage terms. This is better for comparing momentum across different securities.
This script is a standard PPO but with many options for customization. You can set the moving average type of the signal and the oscillator lines separately. You can also weight any moving average of the PPO by volume.
Supported Types of MA:
SMA
EMA
ALMA
HMA
WMA
Personally, I believe weighting by volume is helpful across markets but especially helpful for equities. I like to use 3,10,16 settings similar to Linda Raschke but with EMA instead of SMA. This indicator is especially useful for signaling trend continuation and generating exit signals. For entries, I believe this indicator should not be blindly followed and works better when combined with a trend or price action signal.
If there are requests for more types of moving average to be used with the PPO, I would be down to implement them, but I believe most moving averages are pretty similar.
Unleash Elder Force on Your ChartI had searched for a proper indicator to recognize important impulses, so I just need to take a look at the indicator to quickly find them on the chart. Alexander Elder's Force is the answer, although I made a few changes to the design.
First, I found more accuracy using Hull Moving Average. It steers faster making sudden spikes even more visible. Second, it is faster to catch up and therefore ready for another impulse to measure.
The second change is to the visual presentation of the Elder Force. Columns look prettier and there needs to be a manually set value that gives regular sideways moves a border beside which it is likely to be either an institutional interference or a trend.
Furthermore, you can plot (minus) Elder Force in the indicator window too. This should be used to compare upside and downside thrusts with each other.
I don't use nor intend to use Elder Force as a buy/sell indicator. The point is to highlight certain price-action moments that I will then review and consider an entry after. I believe most indicators should be used like that.
:)
Elder Force Index With ATR ChannelsInspired by the new version of the "Force Index" announced by Dr. Alexander Elder a few years ago - "Elder Force Index With ATR Channels".
Unfortunately original version of script only works on MetaTrader platforms, so this is an attempt to
implement this great idea on TradingView too.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Here is original script explanation by Dr. Elder himself
-------------------------------------------------------------------
Adding Average True Range (ATR) channels to Force Index had been suggested by Kerry Lovvorn.
Adding these channels turns Force Index into an excellent tool for identifying intermediate tops and bottoms.
Force Index with ATR channels does not catch all turns, but the ones it identifies deserve very serious attention.
Note: the word “true” in Average True Range refers to dealing with price gaps. Since there are no gaps in Force Index, here ATR is the same as the Average Range.
Whenever the Force Index rises above or falls below its 3-ATR channel, it signals that the ticker has reached an area of an unsustainable extreme.
That’s where rallies and declines become exhausted and prices tend to reverse. This is one of very few tools that are equally efficient in calling both top and bottom areas.
In our experience, these signals work especially well on the weekly charts.
Of course, users are welcome to experiment with them in any timeframe.
One possible option is to use the new Force Index with ATR Channels on your weekly charts and the original Force Index on your daily chart.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- The Force Index is drawn in blue with a thick line.
- The Averaged Force is a solid red line.
- The upper and lower bands at 1 ATR are drawn in dotted lines.
- The upper and lower bands at 2 ATR use dashed lines.
- The upper and lower bands at 3 ATR are solid gray lines.
- Red dots placed above the plot when the EMA of Force Index rises above the 3-ATR channel.
- Green dots placed underneath the plot when that EMA declines below the 3-ATR channel.
***** Original script programmed to truncate values at the 4-ATR level to prevent any extreme value from flattening the rest of the plot -
- I'm not yet implemented this feature here - hopefully coming soon.
Force Index with Advanced Features [Quant_]This is the traditional Force Index indicator developed by Alexander Elder and described in his book "Trading For a Living" . As you probably know, the Force Index measures the amount of power used to move the price of an asset. The formula is pretty simple - the difference between the current and the previous close is multiplied by the volume of the current close. However, I wanted to add some additional features to the indicator, so that you have more control over it. Improvements include:
- Choose the length of the Force Index
- Choose the time frame of the FI (you can choose a smaller time frame and get a more detailed overview);
- Smoothing of the results through a Moving Average (Simple, Exponential, Weighted, Running or Hull);
- Choose the time frame of the smoothing MA for even greater control;
- Color changing depending on the increasing or decreasing smoothed Force Index;
I used to use Force Index for spotting divergences and exhaustions and it worked pretty well, but it does require some time until you get used to it. Bear in mind that you shouldn't jump against the trend on every divergence that occurs, but use it as a complementary indicator to your trading system. I am planning to add some additional features to this indicator to make it more robust, so stay tuned.
I hope you find this indicator useful. As usual, if you have any questions or suggestions on how to improve my indicators, please let me know. Thanks.
Cycle Swing MomentumAdaptive Ultra-Smooth Momentum indicator
The Cycle-Swing-Indicator "CSI" provides an optimized "momentum" oscillator based on the current dominant cycle by looking at the swing of the dominant cycle instead of the raw source momentum. Offering the following improvements:
Smoothness
Zero delay
Sharpness at turning points
Robust and adaptable to market conditions
Accurate deviation detection
The following common problems with standard indicators are solved by this indicator:
First, normal indicators introduce a lot of false signals due to their noisy signal line. Second, to compensate for the noise, one would normally try to add some smoothing. But this only results in adding more delay to the indicator, which makes it almost useless. Third, standard indicators require a length adjustment to derive reliable signals. However, you never know how to set the right length.
All three problems described above are solved by the developed adaptive cyclic algorithm.
The above chart shows current Bitcoin 4h data from the last days as of writing with the proposed signal reading for this indicator. The standard momentum indicator is included for comparison.
HOW TO USE
The indicator works without any parameter and can be applied to any chart and any time-frame. It will adapt automatically to the Dominant Cycle and use the dominant cycle of the source data to derive the ultra smooth momentum curve. Adaptive upper/lower bands are included and highlight areas with extreme readings. Automatic divergence detection can be turned off/on.
HOW TO READ
The indicator can be used like any oscillator. In addition, it provides adaptive high and low bands.
* Look for turns above the upper/lower bands
* Look for divergences between source and signals line
Further reading/Original source:
The indicator uses the dominant cycle to optimize signal, smoothing and cyclic memory. To get more in-depth information on the Cycle Swing Indicator, please read Chapter 10 "Cycle Swing Indicator: Trading the swing of the dominant cycle" of the book "Decoding the Hidden Market Rhythm, Part 1" available at your favorite book store.
Related ideas:
Please also check the cyclic RSI indicator which also uses cyclic information to improve the signal.
Momentum Drift Oscillator™TradeChartist Momentum Drift Oscillator is a elegantly designed Oscillator that uses both trend following and mean reversion models, that helps visualize the price momentum, based on user defined lookback period and standard deviation.
===================================================================================================================
Momentum Drift Oscillator ( MDO ) Features:
MDO shows how far away the price is, from the mean, based on Lookback Length (21, 34, 55, 89, 144, 233) and Standard Deviation input (Min - 0.236, Max - 2.0) , and helps understand potential price reversal points based on mean reversion principles.
Drift Visualizer helps visualise the velocity with which Price moves and helps the trader spot various momentum drift zones like Fuel zones, Overbought/Oversold areas and Bull/Bear Exhaustion limits. Drift Visualizer above 150 is usually Overbought and value above 200 is Super Overbought. Similarly, value below -150 is usually Oversold and value below -200 is Super Oversold.
Option to enable and disable coloured bars based on Momentum Drift. (Colour intensity on Price bars helps visualise the price momentum - 2 Colour Schemes available from the settings - Chilli and Flame).
Long and Short Trade Alerts can be created using Once Per Bar Close .
The indicator does not repaint. Alerts may display potential repaint warning, but this is because the code uses bar index for Drift Visualizer labels. For confidence in the indicator, it can be tested using bar replay to make sure the real-time and bar replay trade entries and plots stay on the same bar/timestamp.
MDO can be connected to ™TradeChartist Plug and Trade to generate Trade Entries, Targets, Sop Loss plots etc and to create all types of alerts.
===================================================================================================================
Why is Momentum Drift Oscillator ( MDO ) different from traditional Momentum based indicators?
This Momentum Drift model truly combines mean reversion and trend following principles, but with a unique original idea.
It needs 2 user defined inputs - Lookback length and Standard Deviation. If for example, say the trend is Bullish and MDO is above 0, the Oscillator doesn't go below 0, even if there is extreme bull exhaustion, if the trend based on lookback and standard deviation is not favorable to reverse trades.
Only Fibonacci lookback periods (21, 34, 55, 89, 144, 233) are used as they have been found more effective than other periods. The default Lookback period is 55 and Standard Deviation is 1, but this can be changed from the settings. Lower values of Lookback period go well with higher Standard Deviation and higher values of Lookback period go well with lower Standard Deviation (0.5, 0.618, 0.786, 0.886, 1 etc.), based on trading style and personal risk strategy.
The indicator includes a Drift Visualizer that helps spot important trade zones based on Price Velocity, calculated dynamically for every bar based on user defined parameters. The first move above or below 0 always opens at Bull Fuel or Bear Fuel zone and the exhaustion zones are reached only at the time of price returning to the mean. But it doesn't change direction if the trend is still up, so the trader can make an informed decision as to when to reverse trades, based on another confirmator.
Similarly, when the Visualizer reaches Fuel or Support/Resistance zones, it normally needs a bit of a push to reach the Overbought - Super Overbought/Oversold - Super Oversold levels where the price normally starts reversing back to the mean and this whole process can be visualized through Visualizer labels on MDO. This process eliminates a lot of noise that normally comes with traditional Momentum indicators.
===================================================================================================================
Example Charts:
1. XAU-USD 1hr chart - Lookback - 55, Std Dev - 2
2. ADA-USDT 4hr chart - Lookback - 89, Std Dev - 1
3. WTI - USOIL Daily chart - Lookback - 34, Std Dev - 1.618
4. SPX Daily chart - Lookback - 144, Std Dev - 0.236
5. GBP-USD 15m chart - Lookback - 144, Std Dev - 0.618
6. BTC-USD 1hr connected to Plug and Trade - Lookback - 55, Std Dev - 1
===================================================================================================================
Best Practice: Test with different settings first using Paper Trades before trading with real money
===================================================================================================================
This is not a free to use indicator. Get in touch with me (PM me directly if you would like trial access to test the indicator)
Premium Scripts - Trial access and Information
Trial access offered on all Premium scripts.
PM me directly to request trial access to the scripts or for more information.
===================================================================================================================
Relative Strength of Volume Indicators by DGTThe Relative Strength Index (RSI) , developed by J. Welles Wilder, is a momentum oscillator that measures the speed and change of price movements.
• Traditionally the RSI is considered overbought when above 70 and may be primed for a trend reversal or corrective pullback in price, and oversold or undervalued condition when below 30. During strong trends, the RSI may remain in overbought or oversold for extended periods.
• Signals can be generated by looking for divergences and failure swings. If underlying prices make a new high or low that isn't confirmed by the RSI, this divergence can signal a price reversal. If the RSI makes a lower high and then follows with a downside move below a previous low, a Top Swing Failure has occurred. If the RSI makes a higher low and then follows with an upside move above a previous high, a Bottom Swing Failure has occurred
• RSI can also be used to identify the general trend. In an uptrend or bull market, the RSI tends to remain in the 40 to 90 range with the 40-50 zone acting as support. During a downtrend or bear market the RSI tends to stay between the 10 to 60 range with the 50-60 zone acting as resistance
This study aim to implement Relative Strength concept on most common Volume indicators, such as
• Accumulation Distribution is a volume based indicator designed to measure underlying supply and demand
• Elder's Force Index (EFI) measures the power behind a price movement using price and volume
• Money Flow Index (MFI) measures buying and selling pressure through analyzing both price and volume (used as it is)
• On Balance Volume (OBV) , created by Joe Granville, is a momentum indicator that measures positive and negative volume flow
• Price Volume Trend (PVT) is a momentum based indicator used to measure money flow
Plotting will be performed for regular RSI and RSI of Volume indicator (RSI(VOLX)) selected from the dialog box, where the possibility to apply smoothing is provided as option. Additionally, labels can be added optionally to display the value and name of selected volume indicator
Secondly, ability to present Volume Histogram within the same study along with its Moving Average or Volume Oscillator based on selection
Finally, Volume Based Colored Bars , a study of Kıvanç Özbilgiç is added to emphasis volume changes on top of the bars
Nothing excessively new, the study combines RSI with;
- RSI concept applied to some of the common Volume indicators presented with a highlighted over/under valued threshold area, optional labeling and smoothing,
- added Volume data with additional information and
- colored bars based on volume
Thanks @Vishant_Meshram for the inspiration 🙏
Disclaimer:
Trading success is all about following your trading strategy and the indicators should fit within your trading strategy, and not to be traded upon solely
The script is for informational and educational purposes only. Use of the script does not constitute professional and/or financial advice. You alone have the sole responsibility of evaluating the script output and risks associated with the use of the script. In exchange for using the script, you agree not to hold dgtrd TradingView user liable for any possible claim for damages arising from any decision you make based on use of the script
CYBER ENSEMBLE OSCILLATORS {PREMIUM}The CYBER ENSEMBLE OSCILLATORS is a companion to the CYBER ENSEMBLE buy/sell indiator.
It is based on the algorithms powering the PRISM OSCILLATORS SET, where instead of the pRSI, the main-oscillator ( main-osc ) is instead powered by an oscillator modulated by the sophisticated scoring engine of the CYBER ENSEMBLE buy/sell indicator.
In Summary
The Snap oscillator (yellow/pink) pulls the Jerk oscillator (lime), which in turns pulls the Acceleration oscillator (red), which then pulls the momentum oscillator (blue/orange fill). These constitutes the MAJeStic-Oscillators (or the MAJs) which are modulated by the main-osc .
These reveals the underlying movement of the main-osc (green/red). The Stochs of the main-osc (Stoch( main-osc )) is hidden by default, but can be made visible in the settings; and the background color fill/shading (green/red) suggests overbought/oversold states of the Stoch( main-osc ).
See PRISM OSCILLATORS SET for more detailed descriptions of the various derived oscillators modulated by the main-osc .
{PM me in TradingView to arrange subscription access}
RSI(EMA) - Reducing Noise This script is a modified version of the Relative Strength Indicator ( RSI ). While using RSI to trade the markets, the signals generated are very choppy.
Approach 1. One way to reduce this noise is to use a higher period for the RSI calculation. (say 20 instead of 14 period). In this approach, the valid signal comes quite late.
Approach 2. My unique solution is to use a Exponential Moving Average as the input for the RSI calculation. Usually RSI calculations are based on close value of the candles. If we use an appropriate EMA value, then the signal efficiency will increase.
Using the approach 2, strategies similar to regular RSI can be utilized i.e. RSI breakout, RSI divergence, RSI Hidden divergence.
RSI Colors explained
GREEN = BULLISH momentum when RSI >60
RED = BEARISH momentum when RSI <40
BLACK = NEUTRAL market conditions when RSI is between 40 and 60
Breakout Strategy
LONGS - RSI color is GREEN + Price breaks a Resistance
SHORTS - RSI color is RED + Price breaks a Support
Recommended default settings: EMA =7 period , RSI =14 period
ADDITIONAL TIP: Works wonderfully with Pivot Points (standard)
I recommended to use on minimum 5 MINUTE timeframe for intraday trades . But you can use different timeframes as well.
Please leave comment below If you have any question or development idea.
Momentum Oscillator [Dynamic & Flow] (Expo)Momentum Oscillator -Dynamic & Flow (Expo) is a fast-moving, sensitive oscillator that makes use of momentum in various ways. The indicator has two additional layers (Buy & Sell moves) and (Extremes) which makes it reacts quickly to price changes.
The indicator displays overbought and oversold areas as well as extreme areas and how aggressive buyers and sellers are. It does also displays potential reversal points or potential pullbacks.
The following momentum modes are displayed:
1. Where momentum begins
2. Where momentum is strong
3. Where momentum begins to stall
Where momentum begins to stall is displayed as a red and green color on the momentum line .
Where momentum begins (light green and light red color) and where it's strong (dark green and dark red color) is displayed as upper and lower lines. The darker these lines are the stronger is the momentum.
Potential reversal or pullback is displayed as a blue color on the signal line.
♢ The indicator has inbuilt suggested buy & sell- and stop-loss signals. These signals have flexible settings, so a fast, slow, and sensitive mode can be enabled.
DIVERGENCES
All types of momentum oscillators produce divergences and so does Momentum Oscillator Dynamic & Flow (Expo) . Divergences occur when the oscillator deviates from the trending price action. Bullish divergence is then when the trending price makes a lower low but the oscillator makes a higher low. Bearish divergence is then when the trending price makes a higher high but the oscillator makes a lower high.
HOW TO USE
1. Use the indicator to identify overbought/oversold areas, as well as extreme modes.
2. Use the indicator to display momentum in various ways.
3. Use the indicator to confirm the existence, or a continuation, of a trend.
4. Use the indicator to identify potential reversal points or potential pullbacks.
INDICATOR IN ACTION
4-hour chart
I hope you find this indicator useful , and please comment or contact me if you like the script or have any questions/suggestions for future improvements. Thanks!
I will continually work on this indicator, so please share your experience and feedback as it will enable me to make even better improvements. Thanks to everyone that has already contacted me regarding my scripts. Your feedback is valuable for future developments!
ACCESS THE INDICATOR
• Contact me on TradingView or use the links below
-----------------
Disclaimer
Copyright by Zeiierman.
The information contained in my scripts/indicators/ideas does not constitute financial advice or a solicitation to buy or sell any securities of any type. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, or individual’s trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
My scripts/indicators/ideas are only for educational purposes!
Multiple Standard Moving Averages {CyberNetwork}Multiple standard moving average plots in a single script, with golden cross (GX) and death cross (DX) indicators.
Momentum filters of each MA can be applied to the GX/DX indicators -- i.e. such that the 50 SMA /200 SMA GX will only trigger if the momentum of the 200 SMA is positive, etc.
Note: User can set the triggering criterion, scaled to the % of the respective MA value.
Setting this value to negative allows the triggering of GX when MA momentum is negative (-ve), and vice versa for DX.
Each plots and indicators can be individually enabled/disabled.
This script is base on the following Multiple Moving Averages script: which allows users to set their own preferred MA candle lengths.
Multiple Moving Averages {Cybernetwork}
M-OscillatorM-Oscillator developed By Mohamed Fawzy, MFTA, CFTe
as Written in IFTA Journal 2018 Edition
more info : ifta.org
Interpretation
• M-Oscillator is a bounded oscillator that moves between (-14) and (+14),
• Movement above 10 is considered overbought, and movement below -10 is oversold.
Overbought/Oversold rule:
• Buy when the M-Oscillator violates the (-10) level to the downside and crosses back to the upside.
• Sell when the M-Oscillator crosses above the (+10) level and crosses back to the downside.
Crossover on Extreme Levels
• Sell signals are triggered when the M-Oscillator crosses its signal line above (13), which indicates an extreme market condition
• Buy signals are triggered when the M-Oscillator crosses its signal line below (- 13)
Double Smoothed Relative Strength IndexThe Double Smoothed RSI Indicator was created by William Blau (Stocks & Commodities V. 9:5 (202-205)) and is a variation of the classic RSI using his Momenta Indicator and his Momenta RSI formula. I have color coded everything to make it very easy to determine buy and sell signals.
Let me know if you would like to see me write scripts for other indicators!
Momenta Relative Strength IndexThe Momenta RSI Indicator was created by William Blau (Stocks & Commodities V. 9:5 (202-205)) and is a variation of the classic RSI using his Momenta Indicator formula. I have color coded everything to make it very easy to determine buy and sell signals.
Let me know if you would like to see me write scripts for other indicators!
Double Smoothed MomentaDouble Smoothed Momenta was created by William Blau (Stocks & Commodities V. 9:5 (202-205)). His original indicator didn't use a signal period so I added one to notify you when to buy or sell. Buy when the indicator goes over the signal line and sell when it is falls below the signal line.
Let me know what other indicators you would like me to write scripts for!
New Momentum IndicatorThe Momentum Indicator was created by Darryl W Maddox (Stocks & Commodities V. 9:4 (158-159)) and it is one of the simplest and most powerful indicators out there. Buy when the indicator goes over 0 and sell when it falls below 0
Let me know what other indicators you would like to see me write a script for!
Stochastic CandlesA series of up to 28 stochastics oscillators used to form an average stochastic value, which is then used to colour the candles based on the momentum.
Each candle can be coloured one of ten colours and each one represents a position on the stochastic oscillator.
The indicator helps traders to visualise the momentum and helps trend following.
Inputs:
MA: multiple smoothing methods
Theme: multiple colours
Increment: stochastic length start and increments
End: stochastic length end
Smooth: smooth stochastic
Stochastic Heat MapA series of 28 stochastic oscillators plotted horizontally and stacked vertically from bottom to top as the oscillator background.
Each oscillator has been interpreted and the value has been used to colour the lines in.
Lower lines are shorter term stochastics and higher lines are longer term stochastics.
The average of the 28 stochastics has been taken and then used to plot the fast oscillator line, which also has a slow oscillator line to follow.
The oscillator line can be used to colour in the candles.
Inputs:
MA: multiple smoothing methods
Theme: multiple colours
Increment: stochastic length start and increments
Smooth Fast: smooth fast length
Smooth Slow: smooth slow length
Paint Bars: colour candles
Waves: toggle method to weight/increment stochastics
Heat map shows momentum extremes:
TS - Momentum OscillatorWhat is it?
RMI & EMA based momentum oscillator to act as a supporting indicator to the rest of the Tradespot indicator suite. Combined trading is made intuitive and accessible to traders of all levels.
Momentum can help you confirm an existing trade, whether to hold position and avoid fakeouts. or it may let you know when the market is losing steam for example and could be a good point to take profit.
Access
This is one of the indicators in our greater trading suite that we offer. Just PM me for access!
Force IndexWhat is the force index ?
The force index is an oscillator used to confirm price breakout strengths and identify potential trends.
It was popularized by A. Elder.
How the force index is computed ?
Knowing that volume is the fuel of a price movement, reliable breakouts and trend continuation are more likely to occur on high volume breakouts. This is why the force index is computed with the intensity of the price movement, and it's volume , using the formula ema13((close(n) - close(n-1)) * volume ) .
How to use the force index
An important change in the force index indicate a strong momentum in the price action.
You can read more about the force index interpretation on Investopedia
Customization
You can display the indicator as an histogram, or as a line chart.
You can change EMA length, although it's recommended to keep it at default value.
MACD modulated RSIThe main oscillator is the RSI modulated by the MACD (default). The RSI mode can be disabled to revert to a normal MACD oscillator for the main oscillator.
When the main oscillator (thicker line) is > 0, it is green; and if it is < 0, it is red.
The MACD can be re-scaled and whenever its value > 100, a background fill between the oscillator and the zeroline appear to indicates overbought condition; and < -100 indicates oversold condition. The user can tweak the scaling factor to optimize this for a given chart and timeframe.
A proprietary asymmetric differential oscillator (ADO) is also implemented, which is modulated by the main oscillator. When this (thinner line) secondary oscillator is > 0, it is yellow; and when it is < 0, it is lavender. The user can select the order of the differential (i.e. Order 1 = Momentum, Order 2 = Acceleration, Order 3 = Jerk, Order 4 = Snap, Order 5 = Crackle, Order 6 = Pop). This oscillator provides details of the more subtle underlying/hidden trends that is emerging or brewing, and may hint of an incoming move ahead of time. Divergence in the sign and slope of this secondary oscillator with respect to the main oscillator may provide a useful edge for trade setup.
A (thick transparent light blue) volume oscillator is also provided. An increase in volume trend provides confirmation of (or solidifies) the movements in the main oscillator over that period. A falling volume oscillator trend raises doubts on the main oscillator trend, and hints of the possibility of a counter-trend (also look at the secondary ADO oscillator for clues).
The novel aspects and principles of this indicator and this source code are the property of © cybernetwork.
This indicator and script is free for the TV community to use.
PRISM Oscillators Set {PREMIUM}The PRISM Oscillator Set consists of:
(1) A modified-pSAR derived main driving oscillator (P-Oscillator).
(2) With MAJeStic (Momentum, Acceleration, Jerk, Snap) Oscillators Set (M-, A-, J-, S-Oscillators respectively).
User can switch the main oscillator to RSI-mode (default), as well as reverting to configurable EMA/SMA MACD mode as well.
The P-Oscillator
The P-Oscillator (centered at 50 in the y-axis) indicates the instantaneous bullish/bearish cycle of the market, and the degree of which.
A MA-line is provided as well (VWMA-mode is set as the default, but user can choose to switch to SMA-mode).
The crossing of the P-Oscillator into its MA-line signals a significant turn in the P-Oscillator , similar to how the cross between MAs are being used to signal a golden/death-cross (example: P-Oscillator crossing down its MA-line indicates a probable shift into the bearish phase).
The MAJeStic-Oscillators
The MAJeStic-Oscillators are derived from the main P-Oscillator .
The M-Oscillator is the momentum oscillator, to more clearly visually indicate the current momentum phase of the main P-Oscillator -- i.e. when the oscillator is above the zeroline at -50, the P-oscillator is in an uptrend; and the magnitude of which indicates the velocity (or to be more precise, the speed) of the current momentum trend.
The AJ-Ribbon consists of the acceleration and jerk oscillators, to indicate the hidden underlying trends in the momentum. They can be thought of as the hidden force/hand that pushes and pulls the momentum oscillator upwards or downwards.
Both the M-Oscillator and the AJ-Ribbon are y-shifted down with its zeroline set at -50, simply for the purpose of clarity of presentation for this multiple-oscillator script.
The S-Oscillator is centered about the 0 as its zeroline. It is a highest-order indicator, derived from the AJ-Ribbon , and is an extremely sensitive indicator -- which is able to dig up even the more subtle market trends that may later cascade into a more macro trend. For example: when it crosses from the negative into the positive (especially with a steeply positive slope) and holds above the zeroline, it is then likely that price will see some upside movement ahead (depending on the magnitude of the oscillator as well), even if it may presently be simply moving sideways or even downwards (i.e. a divergence in the S-oscillator wrt the current price movement).
The alignment of the various indicators gives the clearest signal of the market trend, however, that naturally isn't always the case. Hence, when signals from the oscillators looks conflicted, the higher order oscillators (i.e. the AJ-Ribbon, and the S-Oscillator) will be helpful indicators of possible movement incoming; alternatively looking for divergence and hidden divergence of the P-Oscillator (set to RSI-mode) is also an effective strategy.
This oscillator set is suitable to be applied on any timeframes and on any charts.
This oscillator does not give precise price targets, but only offers a qualitative view of the present as well as the probable incoming price action.
To (attempt to) predict price targets, I personally use the PRISM Oscillator Set in conjunction a combination of various support & resistance analytical strategies: e.g. VPVR-levels, moving averages, trend-lines, Ichimoku Cloud, etc. and looking/waiting for sufficient candle closing and break-outs for confirmation, etc.
The PRISM Oscillator Set provide a momentum-focused perspective of the current market.
While my other script, Cyber Ensemble ( which generates buy/sell signals base on the scoring of a large ensemble of technical indicators + and modified by a series of filters ), provides a technical perspective of the current market; and which I frequently use conjunction with the PRISM Oscillator Set .
~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~ * ~
Note:
In no way is this intended as a financial/investment/trading advice. You are responsible for your own investment/trade decisions.
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 PM me for access information.
© cybernetwork