Momentum Trend Fusion (MTF)The Momentum Trend Fusion (MTF) is a composite indicator that combines the Awesome Oscillator and the Relative Strength Index to provide a unique perspective on market momentum and trend strength. The MTF is calculated by first running the Relative Strength Index (RSI) on the Awesome Oscillator (AO) and then applying an Exponential Moving Average (EMA) on the RSI value. The MTF is designed to help traders detect market phases and confirm trend direction by analyzing the cross of the EMA and RSI, as well as divergences between the AO and price. The MTF can be customized by the user by providing the lengths of the RSI and EMA calculations, making it an ideal tool for traders with different time frames and risk tolerances.
Pesquisar nos scripts por "momentum"
GKD-C LSX on LMA [Loxx]Giga Kaleidoscope LSX on LMA is a Confirmation module included in Loxx's "Giga Kaleidoscope Modularized Trading System".
█ Giga Kaleidoscope Modularized Trading System
What is Loxx's "Giga Kaleidoscope Modularized Trading System"?
The Giga Kaleidoscope Modularized Trading System is a trading system built on the philosophy of the NNFX (No Nonsense Forex) algorithmic trading.
What is an NNFX algorithmic trading strategy?
The NNFX algorithm is built on the principles of trend, momentum, and volatility. There are six core components in the NNFX trading algorithm:
1. Volatility - price volatility; e.g., Average True Range, True Range Double, Close-to-Close, etc.
2. Baseline - a moving average to identify price trend
3. Confirmation 1 - a technical indicator used to identify trends.
4. Confirmation 2 - a technical indicator used to identify trends.
5. Continuation - a technical indicator used to identify trends.
6. Volatility/Volume - a technical indicator used to identify volatility/volume breakouts/breakdown.
7. Exit - a technical indicator used to determine when a trend is exhausted.
How does Loxx's GKD (Giga Kaleidoscope Modularized Trading System) implement the NNFX algorithm outlined above?
Loxx's GKD v1.0 system has five types of modules (indicators/strategies). These modules are:
1. GKD-BT - Backtesting module (Volatility, Number 1 in the NNFX algorithm)
2. GKD-B - Baseline module (Baseline and Volatility/Volume, Numbers 1 and 2 in the NNFX algorithm)
3. GKD-C - Confirmation 1/2 and Continuation module (Confirmation 1/2 and Continuation, Numbers 3, 4, and 5 in the NNFX algorithm)
4. GKD-V - Volatility/Volume module (Confirmation 1/2, Number 6 in the NNFX algorithm)
5. GKD-E - Exit module (Exit, Number 7 in the NNFX algorithm)
(additional module types will added in future releases)
Each module interacts with every module by passing data between modules. Data is passed between each module as described below:
GKD-B => GKD-V => GKD-C(1) => GKD-C(2) => GKD-C(Continuation) => GKD-E => GKD-BT
That is, the Baseline indicator passes its data to Volatility/Volume. The Volatility/Volume indicator passes its values to the Confirmation 1 indicator. The Confirmation 1 indicator passes its values to the Confirmation 2 indicator. The Confirmation 2 indicator passes its values to the Continuation indicator. The Continuation indicator passes its values to the Exit indicator, and finally, the Exit indicator passes its values to the Backtest strategy.
This chaining of indicators requires that each module conform to Loxx's GKD protocol, therefore allowing for the testing of every possible combination of technical indicators that make up the six components of the NNFX algorithm.
What does the application of the GKD trading system look like?
Example trading system:
Backtest: Strategy with 1-3 take profits, trailing stop loss, multiple types of PnL volatility, and 2 backtesting styles
Baseline: Hull Moving Average as shown on the chart above
Volatility/Volume: Average Directional Index (ADX) as shown on the chart above
Confirmation 1: LSX on LMA as shown on the chart above
Confirmation 2: Williams Percent Range
Continuation: Fisher Transform
Exit: Rex Oscillator
Each GKD indicator is denoted with a module identifier of either: GKD-BT, GKD-B, GKD-C, GKD-V, or GKD-E. This allows traders to understand to which module each indicator belongs and where each indicator fits into the GKD protocol chain.
Giga Kaleidoscope Modularized Trading System Signals (based on the NNFX algorithm)
Standard Entry
1. GKD-C Confirmation 1 Signal
2. GKD-B Baseline agrees
3. Price is within a range of 0.2x Volatility and 1.0x Volatility of the Goldie Locks Mean
4. GKD-C Confirmation 2 agrees
5. GKD-V Volatility/Volume agrees
Baseline Entry
1. GKD-B Baseline signal
2. GKD-C Confirmation 1 agrees
3. Price is within a range of 0.2x Volatility and 1.0x Volatility of the Goldie Locks Mean
4. GKD-C Confirmation 2 agrees
5. GKD-V Volatility/Volume agrees
6. GKD-C Confirmation 1 signal was less than 7 candles prior
Continuation Entry
1. Standard Entry, Baseline Entry, or Pullback; entry triggered previously
2. GKD-B Baseline hasn't crossed since entry signal trigger
3. GKD-C Confirmation Continuation Indicator signals
4. GKD-C Confirmation 1 agrees
5. GKD-B Baseline agrees
6. GKD-C Confirmation 2 agrees
1-Candle Rule Standard Entry
1. GKD-C Confirmation 1 signal
2. GKD-B Baseline agrees
3. Price is within a range of 0.2x Volatility and 1.0x Volatility of the Goldie Locks Mean
Next Candle:
1. Price retraced (Long: close < close or Short: close > close )
2. GKD-B Baseline agrees
3. GKD-C Confirmation 1 agrees
4. GKD-C Confirmation 2 agrees
5. GKD-V Volatility/Volume agrees
1-Candle Rule Baseline Entry
1. GKD-B Baseline signal
2. GKD-C Confirmation 1 agrees
3. Price is within a range of 0.2x Volatility and 1.0x Volatility of the Goldie Locks Mean
4. GKD-C Confirmation 1 signal was less than 7 candles prior
Next Candle:
1. Price retraced (Long: close < close or Short: close > close )
2. GKD-B Baseline agrees
3. GKD-C Confirmation 1 agrees
4. GKD-C Confirmation 2 agrees
5. GKD-V Volatility/Volume Agrees
PullBack Entry
1. GKD-B Baseline signal
2. GKD-C Confirmation 1 agrees
3. Price is beyond 1.0x Volatility of Baseline
Next Candle:
1. Price is within a range of 0.2x Volatility and 1.0x Volatility of the Goldie Locks Mean
3. GKD-C Confirmation 1 agrees
4. GKD-C Confirmation 2 agrees
5. GKD-V Volatility/Volume Agrees
█ LSX on LMA
What is LSX on LMA?
LSX on LMA is an RSI-like momentum indicator that is smoothed using three stage moving average combining an adaptive EMA, a Kalman Filter, and a Kauffman adaptive filter.
Requirements
Inputs
Confirmation 1 and Solo Confirmation: GKD-V Volatility / Volume indicator
Confirmation 2: GKD-C Confirmation indicator
Outputs
Confirmation 2 and Solo Confirmation: GKD-E Exit indicator
Confirmation 1: GKD-C Confirmation indicator
Continuation: GKD-E Exit indicator
Additional features will be added in future releases.
This indicator is only available to ALGX Trading VIP group members . You can see the Author's Instructions below to get more information on how to get access.
RSI+EMA+MZONES with DivergencesFeatures:
1. RSI Calculation:
Uses user-defined periods to calculate the RSI and visualize momentum shifts.
Plots key RSI zones, including upper (overbought), lower (oversold), and middle levels.
2. EMA of RSI:
Includes an Exponential Moving Average (EMA) of the RSI for trend smoothing and confirmation.
3. Bullish and Bearish Divergences:
Detects Regular divergences (labeled as “Bull” and “Bear”) for classic signals.
Identifies Hidden divergences (labeled as “H Bull” and “H Bear”) for potential trend continuation opportunities.
4. Customizable Labels:
Displays divergence labels directly on the chart.
Labels can be toggled on or off for better chart visibility.
5. Alerts:
Predefined alerts for both regular and hidden divergences to notify users in real time.
6. Fully Customizable:
Adjust RSI period, lookback settings, divergence ranges, and visibility preferences.
Colors and styles are easily configurable to match your trading style.
How to Use:
RSI Zones: Use RSI and its zones to identify overbought/oversold conditions.
EMA: Look for crossovers or confluence with divergences for confirmation.
Divergences: Monitor for “Bull,” “Bear,” “H Bull,” or “H Bear” labels to spot key reversal or continuation signals.
Alerts: Set alerts to be notified of divergence opportunities without constant chart monitoring.
MTF TMOTMO - (T)rue (M)omentum (O)scillator) MTF (Higher Aggregation) Version
TMO calculates momentum using the DELTA of price. Giving a much better picture of the trend, reversals & divergences than most momentum oscillators using price. Aside from the regular TMO, this study combines four different TMO aggregations into one indicator for an even better picture of the trend. Once you look deeper into this study you will realize how complex this tool is. This version also produce much more information like crosses, divergences, overbought / oversold signals, higher aggregation fades etc. It is probably not even possible to explain them all, there could easily be an entire e-book about this study.
I have been using this tool for a couple of years now, and this is what i have learned so far:
Favorite Time Frame Variations:
1. 1m / 5m / 30m - Great for intraday futures or options scalps. 30m TMO serves as the overall trend gauge for the day. 5min dictates the longer term intraday moves as well as direction of the 1min. 1min is for the scalps. When the 5min TMO is sloping higher focus should be on 1min buy signals (red to green cross) and vice versa for the 5min agg. sloping down.
2. 5m / 30m / 60m - Also an interesting variation for day trading the 3-5 min charts. Producing more cleaner & beginner-friendly signals that lasts couple of minutes instead of seconds.
3. 120m / Day / 2 Day - For the 30m to 1H or 2H timeframes. Daily & 2 Day dictates the overall trend. 120 min for the signals. Great for a multi-day swings.
4. Day / 2 Day / Week - Good for the daily charts, swing trading analysis as the weekly dictates the overall trend, daily dictates the signals and the 2 day cleans out the daily signals. If the daily & 2 day are not aligned togather, daily signal means nothing. Weekly dictates 2 day - 2 day dictates daily.
5. Week / Month / 3 Month - Same thing as the previous variation but for the weekly charts.
TMO Length:
The default vanilla settings are 14,5,3. Some traders prefer 21,5,3 as the TMO length is litle higher = TMO will potenially last little longer which could teoretically produce less false signals but slower crosses which means signals will lag more behind price. The lower the length, the faster the oscillator oscillates. It is the noice vs. the lag debate. The Length can be changed, but i would not personally touch the other two. Few points up or down on length will not drastically change much. But changes on Calc Length and Smooth Length can produce totally different signals from the original.
Tips & Tricks:
1. Observe
- This is the best tip & trick I can give you. The #1 best way to learn how any study operates is to just observe how it works in certain situations from the past. MTF TMO is not
an exception.
2. The Power of the Higher Aggregation
- The higher aggregation ALWAYS dictates the lower one. Best way to see this? Just 2x the current timeframe aggregation = so on daily chart, plot the daily & two day TMOs and you will notice how the higher agg. smooths out the current agg. The higher the aggregation is, the smoother (but slower) will the TMO turn. The real power kicks in when the 3 or 4 aggregations are aligned togather in one direction.
3. Position of the Higher Aggregation in Relation to the Extremes
- Overbought / oversold signals might not really work on the current aggregation. But pay attention to the higher aggregations in relation to the extremes. Ex: on the daily chart - daily TMO inside the OB / OS extremes might not mean much. But once the higher aggregations such as 3 day or Weekly TMO enters OB/OS zone togather with the daily, this can be a very powerful signal for a TMO reversion to the zeroline.
4. Crosses
- Yes, crosses do work. Personally, I never really focused on them. The thing about the crosses is that it is crucial to pick the right higher aggregation to the combination of the current one that would be reliable but also print enough signals. The closer the cross is to the OB / OS extremes, the more bigger move can occur. Crosses around the zero line can be considered as less quality crosses.
5. Divergences
- TMO can print awesome divergences. The best divergences are on the current aggregation (TMO agg. same as the chart) since the current agg. oscillates fast, it can usually produce lower lows & higher highs faster then any higher aggregations. Easy setup: wait for the higher aggregation to reach the OB / OS extremes and watch the current (chart) aggregation to print a divergence.
6. Three is Enough
- I personally find more than three aggregations messy and hard to read. But there is always the option to turn on the 4th one. Just switch the TMO 4 Main, TMO 4 Signal and TMO 4 Fill in the style settings.
Hope it helps.
MA SLope Potential Divergence - FontiramisuIndicator showing potential momentum divergences on Moving Average's Slope.
The problem with the classic divergence is that when the signal appears, it is sometimes too late to enter a trade .
The potential divergence corrects this problem by signaling the beginning of a potential divergence .
Moving average slope is a momentum indicator that offers relevant insights with divergences
Potential divergences are indicated with the letter B and a red color for Bearish Div or Green color for Bullish Div .
Potential divergence is confirmed when the line and the label "Bear"' or "Bull" appear.
You can either show fast slope's divergences or slow slope's divergences or slow/fast diff's divergences.
Trade Central TMV IndicatorT-M-V indicator uses combination of Trend , Momentum and Volume to determine the best time to go long or short on a security. As usual, there is no complex configuration required to use it. In fact, there is nothing to configure at all. Having said that, T-M-V indicator uses more than 10 indicators to identify entries based on Trend, Momentum and Volume signals.
In our observations, combining this with pivot points improves performance. You can use this on any timeframe though we recommend this system for intraday usage (5m/15m/30m).
Rules for going LONG
Go long on green candle high break by next candle. Wait for candle to complete before taking a position.
Exit when you see an orange candle. Wait for the candle to complete before exiting and if the candle color is not orange at closing then stay in position.
Always have a worst case SL in mind where you'll exit irrespective of whether you see exit signal (orange candle) or not. It could be signal candle low, previous swing low break or any other logical SL that you typically use.
Rules for going SHORT
Go short on red candle low break by next candle. Wait for candle to complete before taking a position.
Exit when you see an orange candle. Wait for the candle to complete before exiting and if the candle color is not orange at closing then stay in position.
Always have a worst case SL in mind where you'll exit irrespective of whether you see exit signal (orange candle) or not. It could be signal candle high, previous swing high break or any other logical SL that you typically use.
Disclaimer : Use this indicator at your own risk. We have backtested this only for select securities and for a short period of time. We are forward testing this currently on index futures and will share the data once we have at least 30 days data.
Momentum-based ZigZag (incl. QQE) NON-REPAINTINGI spent a lot of time searching for the best ZigZag indicator. Difficulty with all of them is that they are always betting on some pre-defined rules which identify or confirm pivot points. Usually it is time factor - pivot point gets confirmed after a particular number of candles. This methodology is probably the best when market is moving relatively slow, but when price starts chopping up and down, there is no way the ZigZag follows accurately. On the other hand if you set it too tight (for example pivot confirmation after only 2 or even 1 candle), you will get hundreds of zigzag lines and they will tell you nothing.
My point of view is to follow the market. If it has reversed, then it has reversed, and there is no need to wait pre-defined number of candles for the confirmation. Such reversals will always be visible on momentum indicators, such as the most popular MACD. But a single-line moving average can be also good enough to notice reversals. Or my favourite one - QQE, which I borrowed (and improved) from JustUncleL, who borrowed it from Glaz, who borrowed it from... I don't even know where Quantitative Qualitative Estimation originates from. Thanks to all these guys for their input and code.
So whichever momentum indicator you choose - yes, there is a pick-your-poison-type selector as in in-famous Moving Average indicators - once it reverses, a highest (or lowest) point from the impulse is caught and ZigZag gets printed.
One thing I need to emphasize. This indicator DOES NOT REPAINT. It might look like the lines are a bit delayed, especially when compared to all the other ZigZag indicators on TradingView, but they are actually TRUE. There is a value in this - my indicator prints pivot points and Zigzag exactly on the moment they have been noticed, not earlier faking to be faster than they could be.
As a bonus, the indicator marks which impulse had strength in it. It is very nice to see a progressing impulse, but without force - a very likely that reversal on a bigger move is happening.
I'm about to publish some more scripts based on this ZigZag algo, so follow me on TradingView to get notified.
Enjoy!
Spread for VSAЭтот индикатор сравнивает спрэд (расстояние от закрытия предыдущего бара до закрытия текущего бара или индикатор Momentum = 1) на периоде для сравнения.
На графике за 100 % принимается среднее значение спрэда за период для сравнения - красная линия. (по умолчанию период сравнения равен 3 - то есть три последних бара)
Размер бара на графике равен текущему спрэду по отношению к 100 %.
Если бар меньше 100 % то он ниже среднего, и наоборот если больше 100% то он больше среднего.
Если бар красный - спрэд отрицательный (текущее закрытие меньше предыдущего закрытия)
Если бар зелёный - спрэд положительный (текущее закрытие больше предыдущего закрытия)
Если бар меньше 75% то он будет окрашен в тусклый цвет (этот процент можно менять в настройках)
Если в настройках период спрэда указать больше 1, например 2, то спрэд будет равен закрытие мину закрытие через 1 бар назад. (это для экспериментов).
Примечание:
по умолчанию период для сравнения равен 3, но также интересен график и при значениях 15 и больше. Экспериментируйте.
По вопросам и предложениям пишите в комментариях.
Automatic translation google translate.
This indicator compares the spread (the distance from the closing of the previous bar to the closing of the current bar or the Momentum indicator = 1) on the period for comparison.
On the chart, the average spread value for the period for comparison is the red line, taken as 100%. (by default, the comparison period is 3 - that is, the last three bars)
The size of the bar on the chart is equal to the current spread with respect to 100%.
If the bar is less than 100%, then it is below average, and vice versa, if more than 100%, then it is more than average.
If the bar is red, the spread is negative (the current close is less than the previous close)
If the bar is green, the spread is positive (the current close is greater than the previous close)
If the bar is less than 75%, then it will be painted in a dull color (this percentage can be changed in the settings)
If in the settings the period of the spread is specified more than 1, for example 2, then the spread will be equal to closing mine closing after 1 bar back. (this is for experimentation).
Note:
the default period for comparison is 3, but the chart is also interesting for values of 15 or more. Experiment.
For questions and suggestions, write in the comments.
Momentum action rev 1Hello , thank you for checking my strategy .
This is the second indicator Momentum Action ( MA ) from my Strategy . To be useful need to be used with Price Action .
This strategy is suitable for short term trading on Crypto currency and " scalping " if this can be considered scalping when looking for 30-50-70 on Bitcoin for example. It Is good for Forex as well
Here we use two indicators called Price Action ( PA ) and Momentum Action ( MA ) . Both Indicators are available for use after personal request , i can allow trial test for 15 days period. For more details please write me PM.
Simple rules once the price drop bellow the PA indicator we have first Evidence for signal. Confirmation of the signal is coming when the Red Line from MA indicator also drop under 0 Level. ( is good 0 level to be bolt line for better and easier look ) . In Such case we have signal for Sale . The Sale / Buy Signal appear once bar is closed . If you monitoring Chart on 3H, 4H or Daily chart if you wait until full closing of the bar might be a bit late.
In this case i can suggest moving on lower time frame for finding better enter with lower stop loss.
The PA indicator have included in the code already MA indicator , but is good to have it visually attached on the chart.
The MA indicator has 2 lines .Red line is faster and more aggressive , the Blue line is slower . But Once the Red Line and the Blue line are in same direction the Price move is more powerful, the trend is accelerating. When the Blue line is bellow 0 Level and red line also drop bellow we expect stronger and longer trend
For Example signals :
When opposite way the price move across the PA indicator and goes up. In same time the Red line of MA goes from bellow to over 0 level we have confirmation for buy .
As shown on the picture.
All instruments Like Crypto / Forex / Future / commodity have different time zone activity and during some " Late Hours " or hours with slower activities the Indicators can provide falls signals.
Current setup of the Indicator PA is set to wait up 2 bars after Price drop under the indicator line and if within 2 bars we have drop over the 0 level in the MA indicator then signal appear.
This way we will try to reduce false signals.
To Avoid false signal i strongly recommend Visual Filtering as well. I mean when checking the chart and you can see that RED Line PA of is dropping bellow Zero level ,but the price is still Did not drop over the PA indicator .IF the current time is with low activity several bars can be made with small range and then drop appear, the signal will not appear as will be again the rule for 2 bars tolerance between both indicators.
in Such case to not miss any trade can check on lower time frame.
For Example here on 4H the MA red line dropped bellow 0 Level , the price still does not drop under the PA indicator line and we dont have signal for enter.
In same time we have short signal at 30 M frame
When i mention Visual filtering as well is needed i mean following. In case you have Signal on lower time frames as M5 / M15 / M30 is good to see the PA indicator line on higher Time Frame as 3H,4H or Daily as this line will serve as support or resistance and very probably small correction to hit is possible . So the signal M5 / M15 could be quick and after 2-3-4 bars you would need to close or move Stop loss on 0.
As advice for Stop Loss can be the bottom or top of the previous bar or use any other convenient and safe for you .
PA indicator allow setting alerts so you can conveniently set Alerts BUY/Sale on your favourite frames for favourite instruments and this way you can be sure not to miss good opportunity for enter .
One more hint. PA Indicators sometimes show divergences as well so will be more strong signal if you see signal and the PA line is curved same way as the signal not still straight .
as shown here :
.
I will be glad to allow trial period 15 days for testing the strategy. If you have any questions please send me message here.
Thank you for checking
Momentum on EMA oscillatorThis script calculates the momentum on a 2 ema oscillator.
Ema crossing often (always ?) come too late. The momentum is used to anticipate the moment where the 2 ema will cross, offering a signal to take into account.
Does not work well in a range market. Signal comes too late and is thus in opposition with the market timing.
Seeing such a trap is trivial as you won't buy if the market is slightly bear or flat.
Signals is quite good to detect the begining of a bull/bear market.
Can display some interesting divergence.
Momentum OverviewThis script simply displays the status of my preferred momentum indicator (MACD) on multiple timeframes. Simple to use and helpful for keeping in mind what momentum is doing on multiple time frames. I may consider allowing for changeable timeframes in the future, but for now this is set to selected, important timeframes.
Function : Know Sure Thing ! (KST)Firstly : Know Sure Thing, or KST , is a momentum oscillator developed by Martin Pring to make rate-of-change readings easier for traders to interpret. In a 1992 Stocks and Commodities article, Mr. Pring referred to the indicator as "Summed Rate of Change ( KST )," but the KST term stuck with technical analysts. The indicator is relatively common among technical analysts preferring momentum oscillators to make decisions.
References : Investopedia (www.investopedia.com )
Let's start :
Simply :
KST : Above point 0 means long position (positive zone), below point 0 (negative zone) means short position.
I liked this indicator more than RSI because we can evaluate the breaking points of the channels we draw on the indicator according to the regions.
Plus area (positive area), breaking the channel upwards may indicate a very strong rise, and minus area (negative area) the channel downwards may indicate a very strong fall.
As a person who is very keen to identify major trends in advance, I like the KST indicator to approach the target quickly and simply. I also find it very successful in terms of divergences.
CAUTION : This indicator has been written before many times on TV. I have no effort on it. I saved loads only for variable periods. But I have enough experience to say that you are successful in trends with KST . Nevertheless, do not use it alone, as other promoters may benefit.
For example , I divided the standard periods into 4 as in the script. With a correct adaptive period, it has the potential to contribute greatly to accurate moves! You can use with mutable variable periods. Abundant trend lines can be drawn on the indicator and divergences between price and indicator can be sought. Best regards!
Momentum Strategy Indicator by ZekisA very powerful strategy with great results that combine a multitude of indicators like Anchored Momentum, Stochastic Momentum Index, Bollinger Bands, Stochastic RSI, a formation of 3 trend indicators that forms a cloud , combinations of EMAs and a lot of condition to met for entries, TP, SL ....
Statistics for March 2019:
*320 long signals for all Binances coins paired with BTC
*208 (65%) winning trades
*108 (33.75%) losing trades
*4 (1.25%) trades still active
*total profit - 486%
*compound profit - 8750%
Time frame recommended: 4h
Conditions for Long entries:
AMOM in bullish cross/side
SMI in bullisih cross/side
Price above BB middle line
SRSI below 50 and heading upward
3x trend cloud must be green/bullish and the price needs to be above the cloud
Price must to be above EMA 400
EMA 100 must to go in an upward direction
The candle must not exceed 10% in height
(all values are preset)
SL line is calculated based on previous structure low (lowest low) from 10 candles in the past(the value can be changed)
TP line is calculated at 1:1 ratio, so at the same distance like SL is from signal, but mirrored
The background is changing when it enters in bull or bear side
Candles are colored for entries for a better view
Alerts are added for entries, TP and SL
Max candle high can be adjusted, according to the market (lower value for a market with low volatility and vice versa)
TP and SL lines calculation(previous structure low) can be adjusted, according to market conditions
(all values are preset, the strategy is ready to go)
Don't go blind with any indicator, do your research before involving real money
Enjoy!
@Zekis
Momentum Exhaustion + Swing Points ComboCombination of @Zeenobit's Swing Points and Momentum Exhaustion indicators; RSX instead of RSI from @jaggedsoft/@everget's RSX Divergences script(s).
Momentum VisualizerA colorful indicator that visually shows momentum, fast-moving average on the outside and the slower moving averages in the core. The outer moving average is to see where the outer momentum breaks below again.
Momentum MultiTimeFrame + EMA SMA SignalsThis combines multiple ideas and indicators into one script.
This can be used for all time frames minutely, daily, weekly etc.
Relies heavily on EMA(8) and EMA(15) and looks at SMA(50) and SMA(200) levels at times.
It also gives an indication of next higher level momentum (Custom Time Frame - Ideally should be next level than selected time fractal.) momentum with thick Lines and Daily (21) trend with thin lines.
There's an option to Hide/Display Exit Short labels (hidden by default). Also, an option to display/Hide Weaker Buy Signal (Enabled by default).
Exit Long (Ex-L) can't be configured to hide as each Ex-L indicator is important and will help in exiting the trade.
Roadmap:
Include Ex-L signal below EMA(3) when gap is more between EMA(8) and EMA(3)
Include Candle stick lower wicks to indicate strong Buy Signals.
Momentum Candle DetectorThe momentum candle indicator highlights a candle with a body having a defined % of the range, and a close within a defined % of the high/low.
Momentum Reversal StrategyBEST USE IN 15MIN TIME FRAME EURUSD / XAUSUD
1. Strategy Overview
This strategy hunts short-term momentum reversals at key levels during high-liquidity sessions.
Timeframes: 5-minute for entries; 15-minute for trend context
Sessions: London for EUR/USD & GBP/USD; New York for XAU/USD
Pairs: EUR/USD, GBP/USD, XAU/USD
Indicators (3 max):
EMA(20) and EMA(50) (close)
MACD (12, 26, 9) histogram
Optional: RSI(14) (for divergence filter)
2. Entry Rules
Trend Filter (15 min):
Long only if EMA20 > EMA50; short only if EMA20 < EMA50.
Price-Action Zone (5 min):
Identify recent swing high/low within past 20 bars.
Draw horizontal support (for longs) or resistance (for shorts).
Indicator Alignment (5 min):
MACD histogram crossing from negative to positive for longs, positive to negative for shorts.
Candle close beyond EMA20 in direction of trade.
Candle Confirmation:
Bullish engulfing or hammer at support for longs; bearish engulfing or shooting star at resistance for shorts.
Entry Execution:
Place market order on candle close that meets all above.
3. Exit Rules
Stop-Loss (SL):
Long: 1.5× ATR(14) below entry candle low.
Short: 1.5× ATR(14) above entry candle high.
Take-Profit (TP):
Set at 2× SL distance (RR 1:2).
Trailing SL:
After price moves 1× SL in profit, trail SL to breakeven.
Partial Booking:
Close 50% at 1× SL (50% of TP), move SL to entry.
Close remaining at full TP.
4. Trade Management
False Signal Filter: Skip trades when RSI(14) > 70 for longs or < 30 for shorts (avoids overbought/oversold extremes).
One Trade at a Time: No multiple positions on same pair.
Session Cutoff: Close any open trade 15 minutes before session end.
5. Risk Parameters
Risk per Trade: 1% of account equity.
Reward Target: ≥2% (1:2 RR) per trade.
Win-Rate Expectancy: ≥75% based on indicator confluence and price-action confirmation.
RSI Mansfield +RSI Mansfield+ – Adaptive Relative Strength Indicator with Divergences
Overview
RSI Mansfield+ is an advanced relative strength indicator that compares your instrument’s performance against a configurable benchmark index or asset (e.g., Bitcoin Dominance, S&P 500). It combines Mansfield normalization, adaptive smoothing techniques, and automatic detection of bullish and bearish divergences (regular and hidden), delivering a comprehensive tool for assessing relative strength across any market and timeframe.
Originality and Motivation
Unlike traditional relative strength scripts, this indicator introduces several distinctive improvements:
Mansfield Normalization: Scales the ratio between the asset and the benchmark relative to its moving average, transforming it into a normalized oscillator that fluctuates around zero, making it easier to spot outperformance or underperformance.
Adaptive Smoothing: Automatically selects whether to use EMA or SMA based on the market type (crypto or stocks) and timeframe (intraday, daily, weekly, monthly), avoiding manual configuration and providing more robust results under varying volatility conditions.
Divergence Detection: Identifies four types of divergences in the Mansfield oscillator to help anticipate potential reversal points or trend confirmations.
Multi-Market Support: Offers benchmark selection among major crypto and global stock indices from a single input.
These enhancements make RSI Mansfield+ more practical and powerful than conventional relative strength scripts with static benchmarks or without divergence capabilities.
Core Concepts
Relative Strength (RS): Compares price evolution between your asset and the selected benchmark.
Mansfield Normalization: Measures how much the RS deviates from its historical moving average, expressed as a scaled oscillator.
Divergences: Detects regular and hidden bullish or bearish divergences within the Mansfield oscillator.
Timeframe Adaptation: Dynamically adjusts moving average lengths based on timeframe and market type.
How It Works
Benchmark Selection
Choose among over 10 indices or market domains (BTC Dominance, ETH Dominance, S&P 500, European indices, etc.).
Ratio Calculation
Computes the price-to-benchmark ratio and smooths it with the adaptive moving average.
Normalization and Scaling
Transforms deviations into a Mansfield oscillator centered around zero.
Dynamic Coloring
Green indicates relative outperformance, red signals underperformance.
Divergence Detection
Automatically identifies bullish and bearish (regular and hidden) divergences by comparing oscillator pivots against price pivots.
Baseline Reference
A clear zero line helps interpret relative strength trends.
Usage Guidelines
Benchmark Comparison
Ideal for traders analyzing whether an asset is outperforming or lagging its sector or market.
Divergence Analysis
Helps detect potential reversal or continuation signals in relative strength.
Multi-Timeframe Compatibility
Can be applied to intraday, daily, weekly, or monthly charts.
Interpretation
Oscillator >0 and green: outperforming the benchmark.
Oscillator <0 and red: underperforming.
Bullish divergences: potential relative strength reversal to the upside.
Bearish divergences: possible loss of momentum or reversal to the downside.
Credits
The concept of Mansfield Relative Strength is based on Stan Weinstein’s original work on relative performance analysis. This script was built entirely from scratch in TradingView Pine Script v6, incorporating original logic for adaptive smoothing, normalized scaling, and divergence detection, without reusing any external open-source code.
Quantum Shift [MOT]🔷 Quantum Shift — Multi-Timeframe Reversal System with EMA-Based Structure Mapping
Quantum Shift is a multi-timeframe trading system designed to help traders identify high-probability reversal zones, breakout continuations, and trend shifts using a combination of real-time signal detection and structural level plotting.
This tool is built for precision execution — especially for traders working on futures markets, indices, and high-frequency assets using 30-second, 1-minute, and 5-minute charts.
Rather than relying on traditional lagging methods, Quantum Shift combines exponential moving averages, volume-triggered reversal candles, and dynamic structure logic to help you interpret market changes with greater clarity and confluence.
________________________________________
🔍 What Does It Do?
Quantum Shift continuously monitors price action and trend pressure across multiple timeframes. When the system detects that the current price behavior has reversed direction and aligns across multiple perspectives, it triggers an actionable visual signal. These signals are plotted on the chart with entry zones, optional stop levels, and color-coded background clouds to represent broader trend flow.
________________________________________
🧠 Core Features & How They Work
________________________________________
✅ 1. Multi-Timeframe Reversal Signals
At the heart of the script is a custom-built engine that detects momentum reversals using:
Reversal candles (Blue for bullish setups, Purple for bearish setups)
Price relationship to exponential moving averages
Agreement across multiple timeframes (typically current, lower, and higher)
This triple-confirmation approach filters out low-conviction setups and focuses on structural shifts that are likely to result in a directional move.
📸 Image: A blue candle signal forming on a 1-minute chart with green background cloud.
________________________________________
✅ 2. EMA-Based Support & Resistance Plotting
When a significant crossover occurs between two exponential moving averages, Quantum Shift automatically plots a horizontal level at the crossover price. These levels are interpreted as dynamic support or resistance zones, based on the direction of the signal.
Bullish EMA crossover → support level is plotted
Bearish EMA crossover → resistance level is plotted
These levels appear on 1-minute and 5-minute charts, and remain until they are invalidated by price
If price breaks back through the level in the opposite direction, it is automatically removed
📸 Image: Dynamic support and resistance lines in action — dashed lines represent 1-minute levels, while solid lines indicate 5-minute levels.
________________________________________
✅ 3. Trend Clouds
Quantum Shift overlays the chart with trend clouds that respond to directional pressure in real time. These zones are calculated using multi-tiered Supertrend logic and provide an at-a-glance way to:
Confirm broader trend bias
Avoid entering against strong directional moves
Visually align entry signals with the current market regime
📸 Image: Background fill transitioning from red to green, with signal appearing shortly after.
________________________________________
✅ 4. Volume & Risk Filters
To enhance quality and reduce noise, Quantum Shift includes:
Volume spike filtering — signals require above-average volume (configurable)
Stop range limitation — filters out setups with excessive risk
Chop zone detection — suppresses signals in sideways markets
These filters can be toggled and adjusted to suit different strategies and risk profiles.
📸 Image: All possible signal filters in the settings
________________________________________
✅ 5. Smart Entry Labeling & Dynamic Stop Loss
Upon confirmation of a valid reversal signal:
The script plots a Buy or Sell label at the entry candle
A dynamic stop-loss level is plotted below/above the reversal point
Alerts can be triggered based on:
Initial candle formation
Breakout of the trigger candle
Confluence of trend filters and volume
📸 Image: A “Sell” label and dynamic stop plotted above purple reversal candle.
________________________________________
✅ 6. Multi-Timeframe Trend Table
The live dashboard provides a simplified view of trend alignment and recent signals across timeframes:
Lower timeframe trend state
Higher timeframe trend state
Last signal candle type
Timeframe labels for clarity
This allows traders to confirm confluence without switching between charts.
📸 Image: Trend table showing last trend and candle state on HTF and LTF
________________________________________
⚙️ Customizable Settings
Quantum Shift is built with flexibility in mind. You can:
• Toggle between fast or slow trend models per timeframe
• Enable/disable filters for volume, chop, trend alignment, and stop distance
• Choose whether entries occur on the trigger candle or the breakout
• Adjust all visuals including cloud transparency, line widths, label offsets
• Use on both premium and non-premium TradingView accounts
________________________________________
🧩 Designed For:
• Futures scalpers working with NQ, ES, MNQ, RTY, etc.
• Intraday traders who need clarity during volatility spikes
• Traders who want EMA structure + price confirmation + trend confluence
• Anyone seeking a visual, rule-based system for reacting to real-time market behavior
________________________________________
🔔 Alerts Built In
• Reversal trigger detection
• Breakout confirmation
• Multi-timeframe trend shift
• Invalidated stop zones
• Complete entry-ready alert logic
________________________________________
⚠️ Disclaimer
This script is for educational and informational purposes only. It does not provide financial advice, and past performance does not guarantee future results. Trading carries risk, and all decisions are your responsibility. Redistribution or unauthorized use is strictly prohibited.
OA - SMESSmart Money Entry Signals (SMES)
The SMES indicator is developed to identify potential turning points in market behavior by analyzing internal price dynamics, rather than relying on external volume or sentiment data. It leverages normalized price movement, directional volatility, and smoothing algorithms to detect potential areas of accumulation or distribution by market participants.
Core Concepts
Smart Money Flow calculation based on normalized price positioning
Directional VHF (Vertical Horizontal Filter) used to enhance signal directionality
Overbought and Oversold regions defined with optional glow visualization
Entry and Exit signals based on dynamic crossovers
Highly customizable input parameters for precision control
Key Inputs
Smart Money Flow Period
Smoothing Period
Price Analysis Length
Fibonacci Lookback Length
Visual toggle options (zones, glow effects, signal display)
Usage
This tool plots the smoothed smart money flow as a standalone oscillator, designed to help traders identify potential momentum shifts or extremes in market sentiment. Entry signals are generated through crossover logic, while optional filters based on price behavior can refine those signals. Exit signals are shown when the smart money line exits extreme regions.
Important Notes
This indicator does not repaint
Works on all timeframes and instruments
Best used as a confirmation tool with other technical frameworks
All calculations are based strictly on price data
Disclaimer
This script is intended for educational purposes only. It does not provide financial advice or guarantee performance. Please do your own research and apply appropriate risk management before making any trading decisions.
Institutional Composite Moving Average (ICMA) [Volume Vigilante]Institutional Composite Moving Average (ICMA)
The Next Evolution of Moving Averages — Built for Real Traders.
ICMA blends the strength of four powerful averages (SMA, EMA, WMA, HMA) into a single ultra-responsive, ultra-smooth signal.
It reacts faster than traditional MAs while filtering out noise, giving you clean trend direction with minimal lag.
🔹 Key Features:
• Faster reaction than SMA, EMA, or WMA individually
• Smoother and more stable than raw HMA
• Naturally adapts across trend, momentum, and consolidation conditions
• Zero gimmicks. Zero repainting. Full institutional quality.
🔹 Designed For:
• Scalping
• Swing trading
• Signal engines
• Algorithmic systems
📎 How to Use:
• Overlay it on any chart
• Fine-tune the length per timeframe
• Combine with your entries/exits for maximum edge
Created by Volume Vigilante 🧬 — Delivering Real-World Trading Tools.
Supreme Trend OscillatorThis cutting edge and groundbreaking oscillator helps you take informed decisions by helping you analyze and understand market trend, determine potential market highs & lows and displays momentum spikes. Paired with our other tools, our Supreme Trend Oscillator will completely transform the way you trade.
Catalyst TrendCatalyst Trend – A Comprehensive Trend and Regime Analyzer
The Catalyst Trend indicator was designed to dynamically and intuitively merge various classic analytical techniques. The goal is to filter out short-term market noise and reveal reliable trend phases or potential turning points. Below is a detailed explanation of its core elements and practical usage.
1. Concept and Idea
Multidimensional Trend Detection
This indicator goes beyond a simple momentum or volatility focus. It factors in multiple measurements to provide a more well-rounded market perspective.
Versatile Indicator Fusion
Linear Regression (LinReg): Multiple LinReg calculations are combined to smooth out price fluctuations and produce a robust trendline—known here as the “Cycle Reduced Line.”
ADX (Average Directional Index): Measures trend strength.
RSI (Relative Strength Index): Flags potential overbought or oversold conditions, in both the current timeframe and a higher timeframe.
ATR (Average True Range): Assesses volatility; used to dynamically adjust calculation lengths.
By weaving these elements together, the indicator adds value beyond simply stacking multiple indicators. It adapts to real-time market conditions, aiming to highlight genuine trends and reduce false signals.
2. Key Functions and Calculations
Dynamic Length & Smoothing
A blend of volatility (ATR), ADX values, and RSI inputs determines how many candles are used in the LinReg calculations and how heavily the data is smoothed.
This allows the indicator to respond promptly during periods of high volatility, while automatically adjusting to filter out unnecessary noise in quieter phases.c
Cycle Reduced Line
The script averages several offset LinReg calculations to produce a cleaner overall signal. Random outliers are thus minimized, making the trend path more visually consistent.
An additional EMA smoothing (“Final Smoothing”) further stabilizes this trendline, reducing the impact of minor price fluctuations.
Channel Bands (Optional)
These bands are derived from the standard deviation of the price residual (the difference between the smoothed price and the trendline).
They highlight potential over-extension zones: the upper band can mark short-term overbought areas, while the lower band might indicate oversold conditions.
Trend and Sideways Determination
Slope Calculation: The slope of the trendline (comparing the current bar to the previous one) helps identify short-term directional shifts.
DX Threshold: Once the ADX surpasses a user-defined threshold and the slope is positive, it may indicate a developing uptrend. Similarly, if the slope is negative and ADX > threshold, it could signal a potential downtrend.
Multi-Level Color Coding
Original Mode: Interpolated colors reflect uptrends, downtrends, and sideways phases, factoring in metrics like ADX and RSI.
Single Color: For a neutral look, the indicator can be displayed in one uniform color.
HTF RSI: This mode uses the higher-timeframe RSI to color the trendline (Long/Short/Neutral), offering a quick gauge of overarching market pressure.
3. Use Cases and Interpretation
Timeframes & Markets
The indicator is versatile and adapts well to different intervals, from 5-minute charts to weekly views.
It can be applied to various markets—crypto, forex, stocks—since volatility and trend strength are universal concepts.
Signal Recognition
Color Swings into a more pronounced upward hue (e.g., green) may signal mounting strength.
Neutral or mixed tones often point to sideways phases, which breakout traders might watch for potential price surges.
A shift to downward colors (e.g., red) may indicate a growing bearish trend.
Channel Bands & Volatility
When the bands spread widely, it’s wise to proceed with caution: abrupt spikes above the upper band or below the lower band can flag rapid short-term extremes.
These bands are more of a reference for potential overextension than a strict buy or sell trigger.
Additional Confirmations
Not a standalone panacea: The Catalyst Trend indicator is an analytical tool, best used alongside other methods such as volume analysis or price action (candlestick patterns, support/resistance levels) to bolster confidence in trading decisions.
4. Practical Tips
Parameter Adjustments
Depending on the market—crypto vs. traditional currency pairs—different ADX, RSI, or smoothing periods may be more effective. Experiment with the settings to tailor the indicator to your preferred timeframe.
Strategic Integration
Trailing Stops: For those riding a trend, the trendline or the channel bands may serve as a reference to trail stop-loss orders.
Trend Confirmation: Using RSI and ADX filters can help traders avoid sideways markets or stay the course when the trend is strong.
5. Important Final Notes
No Guarantee of Profits
No indicator can predict the future. Markets are inherently volatile and often unpredictable.
Responsible Risk Management
Test the indicator in a demo environment or with smaller positions before committing to large trades.