Momentum Regime Filter BTC by [VanHelsing]Momentum Regime Filter BTC by
This is a usefull indicator what shows you a macro state of BTC trend.
Most of the trend indicators get lost in the ranging market or switch to bearish during simple pullbacks.
And I decided to creat it to ignore all this noise from a market and see what exactly major trend is!
-How it Works:
For find out what curent trend on BTC is, it using RSI and Normalized Momentum square.
When squre of both momentum and rsi is above zero it is an uptrend when below it is down trend.
I can say it is an momentum indicator. It works only on BTC and on all exchanges of it.
-How to read it
-BackTest (2D BTC Index, momentum length = 15, linear reg = 5) it works on any BTC exchange
在腳本中搜尋"momentum"
[TTI] Stage Analysis Momentum Index––––History & Credit
The credit to this indicator goes to Stan Weinstein, the father of Stage Analysis. By studying his books and methods he has disclosed the exact way of calculating the Momentum Index that is being used by him and his team in order to gauge the market.
–––––What it does
The indicator falls into the category of technical indicators used by Stan. It calculates an simple moving average based on the difference between the Advancing and Declining issues on various markets.
The settings of the indicator allow to adjust the length of the moving average as well to choose 1 of the 3 markets for which it has been scripted to work: NYSE, NASDAQ or Total US Stocks.
–––––How to use it
The indicator ought to be used on the daily chart
The most important thing to look for is if the indicator is if it is above zero and below zero. A below zero Momentum index is an outright bearish signal and traders should consider stepping out of the market or initiate short positions.
The other things that ought to be considered are the depth and length of the prior to a violating action. In a nutshell the longer, stronger the above zero action the more powerful a below zero cross will be.
Smoother Momentum MACD w/ DSL [Loxx]Smoother Momentum MACD w/ DSL uses two different EMA calculations to derive momentum and then calculates the MACD between those momentum outputs. This indicator uses a variation of Discontinued Signal Lines for the breakout/breakdown/reversal signals . There are three different signal types: middle, levels, and slope. I've also added alerts and signals. The discontinued signal lines can be smoothed using EMA or Fast EMA.
What are DSL Discontinued Signal Line?
A lot of indicators are using signal lines in order to determine the trend (or some desired state of the indicator) easier. The idea of the signal line is easy : comparing the value to it's smoothed (slightly lagging) state, the idea of current momentum/state is made.
Discontinued signal line is inheriting that simple signal line idea and it is extending it : instead of having one signal line, more lines depending on the current value of the indicator.
"Signal" line is calculated the following way :
When a certain level is crossed into the desired direction, the EMA of that value is calculated for the desired signal line
When that level is crossed into the opposite direction, the previous "signal" line value is simply "inherited" and it becomes a kind of a level
This way it becomes a combination of signal lines and levels that are trying to combine both the good from both methods.
In simple terms, DSL uses the concept of a signal line and betters it by inheriting the previous signal line's value & makes it a level.
Included:
Loxx's Expanded Source Types
Alerts
Signals
Bar coloring
Other momentum indicators
CFB-Adaptive Velocity Histogram
Variety-Filtered, Squeeze Moving Averages
William Blau Ergodic Tick Volume Indicator (TVI)
Dynamic Zones Polychromatic Momentum Candles [Loxx]Dynamic Zones Polychromatic Momentum Candles is a candle coloring, momentum indicator that uses Jurik Filtering and Dynamic Zones to calculate the monochromatic color between two colors.
What is Jurik Volty used in the Juirk Filter?
One of the lesser known qualities of Juirk smoothing is that the Jurik smoothing process is adaptive. "Jurik Volty" (a sort of market volatility ) is what makes Jurik smoothing adaptive. The Jurik Volty calculation can be used as both a standalone indicator and to smooth other indicators that you wish to make adaptive.
What is the Jurik Moving Average?
Have you noticed how moving averages add some lag (delay) to your signals? ... especially when price gaps up or down in a big move, and you are waiting for your moving average to catch up? Wait no more! JMA eliminates this problem forever and gives you the best of both worlds: low lag and smooth lines.
What are Dynamic Zones?
As explained in "Stocks & Commodities V15:7 (306-310): Dynamic Zones by Leo Zamansky, Ph .D., and David Stendahl"
Most indicators use a fixed zone for buy and sell signals. Here’ s a concept based on zones that are responsive to past levels of the indicator.
One approach to active investing employs the use of oscillators to exploit tradable market trends. This investing style follows a very simple form of logic: Enter the market only when an oscillator has moved far above or below traditional trading lev- els. However, these oscillator- driven systems lack the ability to evolve with the market because they use fixed buy and sell zones. Traders typically use one set of buy and sell zones for a bull market and substantially different zones for a bear market. And therein lies the problem.
Once traders begin introducing their market opinions into trading equations, by changing the zones, they negate the system’s mechanical nature. The objective is to have a system automatically define its own buy and sell zones and thereby profitably trade in any market — bull or bear. Dynamic zones offer a solution to the problem of fixed buy and sell zones for any oscillator-driven system.
An indicator’s extreme levels can be quantified using statistical methods. These extreme levels are calculated for a certain period and serve as the buy and sell zones for a trading system. The repetition of this statistical process for every value of the indicator creates values that become the dynamic zones. The zones are calculated in such a way that the probability of the indicator value rising above, or falling below, the dynamic zones is equal to a given probability input set by the trader.
To better understand dynamic zones, let's first describe them mathematically and then explain their use. The dynamic zones definition:
Find V such that:
For dynamic zone buy: P{X <= V}=P1
For dynamic zone sell: P{X >= V}=P2
where P1 and P2 are the probabilities set by the trader, X is the value of the indicator for the selected period and V represents the value of the dynamic zone.
The probability input P1 and P2 can be adjusted by the trader to encompass as much or as little data as the trader would like. The smaller the probability, the fewer data values above and below the dynamic zones. This translates into a wider range between the buy and sell zones. If a 10% probability is used for P1 and P2, only those data values that make up the top 10% and bottom 10% for an indicator are used in the construction of the zones. Of the values, 80% will fall between the two extreme levels. Because dynamic zone levels are penetrated so infrequently, when this happens, traders know that the market has truly moved into overbought or oversold territory.
Calculating the Dynamic Zones
The algorithm for the dynamic zones is a series of steps. First, decide the value of the lookback period t. Next, decide the value of the probability Pbuy for buy zone and value of the probability Psell for the sell zone.
For i=1, to the last lookback period, build the distribution f(x) of the price during the lookback period i. Then find the value Vi1 such that the probability of the price less than or equal to Vi1 during the lookback period i is equal to Pbuy. Find the value Vi2 such that the probability of the price greater or equal to Vi2 during the lookback period i is equal to Psell. The sequence of Vi1 for all periods gives the buy zone. The sequence of Vi2 for all periods gives the sell zone.
In the algorithm description, we have: Build the distribution f(x) of the price during the lookback period i. The distribution here is empirical namely, how many times a given value of x appeared during the lookback period. The problem is to find such x that the probability of a price being greater or equal to x will be equal to a probability selected by the user. Probability is the area under the distribution curve. The task is to find such value of x that the area under the distribution curve to the right of x will be equal to the probability selected by the user. That x is the dynamic zone.
Included
Loxx's Expanded Source Types
STD Aadaptive, floating RSX Dynamic Momentum Index [Loxx]STD Aadaptive, floating RSX Dynamic Momentum Index is an attempt to improve Chande's original work on Dynamic Momentum Index. The full name of this indicator is "Standard-Deviation-Adaptive, floating-level, Dynamic Momentum Index on Jurik's RSX".
What Is Dynamic Momentum Index?
The dynamic momentum index is used in technical analysis to determine if a security is overbought or oversold. This indicator, developed by Tushar Chande and Stanley Kroll, is very similar to the relative strength index (RSI). The main difference between the two is that the RSI uses a fixed number of time periods (usually 14), while the dynamic momentum index uses different time periods as volatility changes, typically between five and 30.
What is RSX?
RSI is a very popular technical indicator, because it takes into consideration market speed, direction and trend uniformity. However, the its widely criticized drawback is its noisy (jittery) appearance. The Jurk RSX retains all the useful features of RSI, but with one important exception: the noise is gone with no added lag.
Differences
RSX is used instead of RSI for the calculation, producing a much smoother result
Standard deviation is used to adapt the RSX calculation
Floating levels are used instead of fixed levels for OB/OS
Included
-Change bar colors
Momentum [SignalCave]Momentum Indicator helps you to identify potential reversal areas .
Calculation done with using Relative Strength Index (RSI), Money Flow Index (MFI) and Average Directional Movement Index (ADX) indicators.
On full strength bearish movement bars paints as light red , full strength bullish movement bars paints as light green color.
They indicates that trend can be change to opposite direction in a short period of time.
Momentum Strength have three modes which are "Aggressive, Moderate and Conservative" . You can customize the mode on settings screen.
Alerts are available for "Bullish Momentum, Bearish Momentum" conditions.
Type asset name on symbol search area.
Adjust your timeframe that you wish to track.
Click "Create Alert" .
Select one of the condition that you wish to get inform from create alert panel.
Select "Once Per Bar Close" option.
Click "Create" .
GD MomentumGD Momentum plots short, medium, and long term momentum indicators. The indicators are inspired by momentum structural analysis techniques, and are the % above or below different moving averages. The short term plot is the % above or below the 30 unit moving average, medium is 200 units, and long is 1000 units.
Draw trend lines and horizontal lines to identify the momentum structure and detect trend changes before they show up in price action.
Ultimate Momentum Indicator [CC]This is a custom indicator of mine loosely based on the work by Steve J Godwin & Louisa C Schneider (Stocks and Commodities Feb 2021 pg 22) and this works pretty well at anticipating future price swings as the momentum falls. The idea I was going for was to introduce the idea of reversals in combination with a momentum indicator so you can better identify peaks and valleys. I have included strong buy and signals in addition to normal ones so darker colors are the strong buy and sell signals and lighter colors are the normal ones. I would recommend to buy when the line turns green and sell when it turns red.
Let me know if there are any other indicators you would like me to publish!
NeverBot Basic Momentum ShiftNeverBots Basic Momentum Shift Script
This script is a basic up/down indicator to tell you which way momentum has shifted, this should be used as part of another system to add confluence to your already existing long or short thesis. Uses a simple algebraic equation to define the momentum and when up or down has shifted above/below the other.
Combine this with an MA strategy to get entries for a good hit rate. Typically used for intraday but you can still use this as an indicator for higher time frames.
Crypto is very volatile and momentum can shift within a few minutes which is why you will see some failed signals, but typically it works very well for catching the big moves in crypto as momentum becomes very strong due to FOMO etc..
Super Momentum OscillatorA new momentum oscillator. I uploaded this previously but it got deleted I believe because apparently my chart was too cluttered.
Hopefully this is good enough... made some updates as well since then.
What you have is six (!) momentum oscillators that can be weighed together however you please. They are centered on 0 with a fill so its also easy to overlay them (as shown).
Since momentum oscillators vary heavily chart to chart, in terms of resolution, I added that as an option so you can keep the hlines as they are.
Can be useful for spotting higher time frame moves on lower time frames without any of the repaint or needing 6 chart screens. Also a solid improvement over the indicators where people just throw a dozen different length plots together and you have no idea where to look in the end. IMO, at least.
Mix and match high and low lengths however you please.
Also it looks wicked with rasta colors. SMOke (super momentum oscillator kills everything)... your way into financial freedom, mon!
Cyber Momentum V2This Oscillator is another version of my previous Oscillator Cyber Momentum … in this version the CCI formula added to the core calculation therefore there is small differential behavior rather than Cyber Momentum because of different calculation methods …
But both of them are in the same concept; the most optimized signals are those that are in confluence of Cyber Momentum and Cyber Momentum V2 ...
Squeeze Momentum Indicator [LazyBear] vHMAThis is a remake of the famous LazyBear Indicator, the Squeeze Momentum Indicator.
All i did was take out the SMA's and replace them with HMA's. HMA is a more responsive moving average.
Hull Moving Average.
This is a derivative of John Carter's "TTM Squeeze" volatility indicator, as discussed in his book "Mastering the Trade" (chapter 11).
Black crosses 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 crosses signify "Squeeze release".
Mr.Carter suggests waiting till the first gray after a black cross, 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 (increase or decrease --- signified by a color change). My (limited) experience with this shows, an additional indicator like ADX / WaveTrend, is needed to not miss good entry points. Also, Mr.Carter uses simple momentum indicator , while I have used a different method (linreg based) to plot the histogram.
More info:
- Book: Mastering The Trade by John F Carter
Here is the original version:
Momentum DirectionMomentum trading is a technique in which traders buy and sell according to the strength of recent price trends. ... Momentum traders bet that an asset price that is moving strongly in a given direction will continue to move in that direction until the trend loses strength
How to use :
This indicator gives you the exact entry and exit reading the moving average and direction into the oscillator aqua positive orange negative buy or sell signals and divergence plus pivots to overview potential reversals
Perfect Entry Timing
The best momentum trades come when a news shock hits, triggering rapid movement from one price level to another. In turn, this sets off buying or selling signals for observant players who jump in and are rewarded with instant profits. Another batch of momentum capital enters as the trade evolves, generating counter swings that shake out weak hands. The hot money population finally hits an extreme, triggering volatile whipsaws and major reversals.
🔗Blockchain Fundamentals - BTC Network Momentum - Cryptorhythms🔗Blockchain Fundamentals - Bitcoin Network Momentum by Cryptorhythms
Description
Network Momentum is a view created by PositiveCrypto which looks into the value transmitted through the Bitcoin blockchain denominated in BTC value plotted against Bitcoin`s price. It serves as a leading indicator of Bitcoin bull markets. Sufficiently high levels of value throughput is needed drive bull markets.
Network Momentum, if it was corrected for Bitcoin`s expanding token supply, would essentially be Bitcoin Velocity. In other words an inverse chart of NVT Ratio.
Bitcoin Network Momentum is another piece of the puzzle to help our understanding of Bitcoin fundamentals and their impact on price. Bitcoin Network Momentum looks at the relationship between Bitcoin’s price and the BTC value of daily transactions flowing through the blockchain.
It is important to note here that we are using the BTC daily value flowing through the blockchain, not the USD daily value which NVT Signal uses.
What we see when we look at this is that the BTC value of daily transactions acts as a leading indicator of Bitcoin’s major market phases.
Extras
We give you the option of changing the median price lookback length
👍 Enjoying this indicator or find it useful? Please give me a like and follow! I post crypto analysis, price action strategies and free indicators regularly.
💬 Questions? Comments? Want to get access to an entire suite of proven trading indicators? Come visit us on telegram and chat, or just soak up some knowledge. We make timely posts about the market, news, and strategy everyday. Our community isn't open only to subscribers - everyone is welcome to join.
For Trialers & Chat: t.me
Momentum SkiiesMomentum Oscillator derived from RSI.
Indicator concept for now have simple visualization of momentum slopes and decay,experimental divergences, horizontal bands for overbought/oversold conditions.
By leaving/touching horizontal band or stimulated by divergence, oscillator show enough generated momentum to help capture multiple moves in a row.
Will be updated
Price Momentum MACD Signal Multiple Timeframes Momentum Indicator with MACD Signal & Base Line
MACD Histogram Indicator is good , but what if you can use momentum as improving it ?
Well Using Price Momentum and the MaCD we can achieve a better action price strategy.
Based upon @LazyBear and @ChrisMoody indcators respectively.
Stochastic RSI Momentum TranformThis is my version of Stochastic RSI, but not the stochastic RSI alone, hell no, it's a lagging indicator, I don't like lagging indicators.
This is a leading indicator that has momentum calculations in it and not only that, it has a momentum shifting calculation based on modified ehler's transformation !
Simple for user, a hell to program !
Price and how to get access to ? contact me in PM !
Up/Down Range Momentum MTFSo using the script of
and adding non repainting MTF function to it we create this momentum model
You can enter either at cross of blue line or at cross of 0 and vice versa at red line.
since it has MTF function you can look it on different time frames just set int 2 to the TF of your desire
Trader Set - Ergodic MomentumThis is a price momentum indicator that is based on Ergodic formula (TSI), but the formula is tweaked and different types of averaging is allowed. by changing the type of average calculation and some predefined values (totally different from what is suggested by now) we get a nasty indicator that can easily be used both for cycle observation side by side with momentum of the price itself !
Please don't contact me for getting access, these tools are available for my students only. These are part of my "methodology" that I teach. The English version of the website and learning material is under development and I will announce it under each related script when they are ready so that those who are interested can participate in the course.
[RESEARCH] MomentumHello traders and developers!
I compared different techniques to get momentum of the series.
The 4 samples are:
1) Raw difference between price and price some bars ago
2) Built-in "change" function
3) Built-in "mom" function
4) Jedi's momentum - difference between current and previous SMA multiplied by it's period
All results are identical.
So, we have two built-in functions that do the same thing: "change" and "mom". For brevity it is better to use "mom" when you need to get momentum of the series.
Good luck!
Power Momentum by Atilla YurtsevenThe Power Momentum indicator calculates momentum in a different way. The graph may look similar. The important part is the color of the bars.
If you set the "Base Line" to "Zero", there are two important things to notice. The orange color when the bars are below the base and the blue color when the bars are above the base.
If you set the "Base Line" to "Stats", instead of coloring bar, you see the bars in exact positions. For example; "Zero" shows you orange bar below the base line but "Stats" shifts the bars over the Base line.
Momentum is calculated statistically. If the momentum moves over to the preset levels, bar colors change concurrently.
BAR STATES
Orange: Orange bar below the base line means high possibility of an upcoming up movement
Blue: Blue bar above the base line means high possibility of an upcoming down movement
I hope you enjoy this indicator. As I stated in my previous indicators, i use statistical methods while developing my indicators.
Disclaimer: All the information in this article, including the indicator, was provided and published for informational purposes only and should not be considered legal or financial advice. Please use at your own risk.
Please remember to follow me and post some comments so i can share more indicators.
Happy trading! :)
Atilla Yurtseven
Momentum A&G Traders v2.0
momentum indicator v2.0
-rsi
-stoch
-momentum
Changes 2.0: the periods were modified to avoid false entries, in addition to the emas visualized in areas and instragrams for a quick visualization and decision making.
from the momentum up purchases, down sales - always look for the trend. Find centered bars to the area for an operation exi
Dynamic Momentum Index (DMI) Strategy This indicator plots Dynamic Momentum Index indicator. The Dynamic Momentum
Index (DMI) was developed by Tushar Chande and Stanley Kroll. The indicator
is covered in detail in their book The New Technical Trader.
The DMI is identical to Welles Wilder`s Relative Strength Index except the
number of periods is variable rather than fixed. The variability of the time
periods used in the DMI is controlled by the recent volatility of prices.
The more volatile the prices, the more sensitive the DMI is to price changes.
In other words, the DMI will use more time periods during quiet markets, and
less during active markets. The maximum time periods the DMI can reach is 30
and the minimum is 3. This calculation method is similar to the Variable
Moving Average, also developed by Tushar Chande.
The advantage of using a variable length time period when calculating the RSI
is that it overcomes the negative effects of smoothing, which often obscure short-term moves.
The volatility index used in controlling the time periods in the DMI is based
on a calculation using a five period standard deviation and a ten period average
of the standard deviation.
WARNING:
- This script to change bars colors.