Trend Momentum Indicator with MACD ConfirmationTrend Momentum Indicator with MACD Confirmation
Overview: The Trend Momentum Indicator with MACD Confirmation is a versatile trading tool designed to help traders identify potential buy and sell signals in the market based on the interaction between price action, a Simple Moving Average (SMA), and the Moving Average Convergence Divergence (MACD) indicator. This strategy aims to enhance trading decisions by waiting for MACD confirmation before executing trades, thereby reducing false signals.
Components:
Simple Moving Average (SMA):
The SMA is calculated over a user-defined period (default: 20 bars) and serves as a trend indicator. It provides a smoothed representation of price action and helps traders identify the overall market direction.
MACD:
The MACD is calculated using standard parameters (12 for fast length, 26 for slow length, and 9 for signal length) but can be adjusted to suit individual trading preferences. The MACD consists of two lines:
MACD Line: The difference between the fast and slow EMAs.
Signal Line: An EMA of the MACD Line, which helps indicate buy and sell conditions.
Buy and Sell Signals:
Buy Signal: A buy signal is triggered when the price crosses above the SMA, coupled with the MACD line crossing above the signal line, indicating a bullish momentum.
Sell Signal: A sell signal occurs when the price crosses below the SMA, alongside the MACD line crossing below the signal line, indicating a bearish momentum.
Visual Features:
The SMA is plotted on the main price chart, allowing traders to easily visualize trend direction.
Buy signals are indicated by green triangle shapes below the price bars, while sell signals are shown by red triangle shapes above the price bars.
Optionally, a MACD histogram can be plotted to visualize the difference between the MACD line and the signal line, helping to confirm trade signals visually.
Usage:
This indicator is suitable for various trading styles, including day trading, swing trading, and trend-following strategies. It can be applied to any financial instrument, including stocks, forex, and cryptocurrencies.
Traders should consider combining this indicator with additional tools and analysis to enhance decision-making and manage risk effectively.
Cari dalam skrip untuk "trend"
Trend Lines, Supports and Resistances█ OVERVIEW
This is a simple script that draws trend lines, supports and resistances based on the highs and lows of pivots and is developed solely for practice purposes while learning the Pine Script language.
█ FEATURES:
Ability to change pivot length and mark pivots on chart.
Ability to change amount of pivot points that used to generate trend lines or support and resistances.
Ability to set exception for last "n" bars for breaks.
Ability to set exception up to "n" times for breaks.
Ability to see broken trend lines as ghosts.
Ability to set alarms for breaks.
Ability to change colors and line widths.
And many more...
█ DISCLAIMER:
Trading is risky and most of the day traders lose money eventually. This indicator is only for educational purposes and should not be construed as financial advice. Past performances does not guarantee future results.
Trend Cloud [Tcs] | ALGO The TCS CLOUD has been developed to provide information about trend direction and potential buy/sell entry points in the market.
The cloud is a momentum and ATR-based indicator that removes all the noise that MAs usually provide, improving the simplicity of reading market direction. It can be adjusted based on a trader's own trading ideas through look-back adjustment and a multiplier.
Minor values are more indicated for scalpers.
It can be useful to find entry for trend continuation and has been designed to provide accurate points of retracement.
The middle line, based on Donchian concepts and plotted in dots, and candlestick color are based on the price action of highs and lows compared to past highs/lows.
Dots and candles can be green (strong bullish), light green (bullish), gray (non-directional), purple (strong bearish), and light purple (bearish).
Please note that this indicator is for educational purposes only and should not be used for trading without further testing and analysis.
Trend Identifier StrategyTrend Identifier Strategy for 1D BTC.USD
The indicator smoothens a closely following moving average into a polynomial like plot and assumes 4 staged cycles based on the first and the second derivatives. This is an optimized strategy for long term buying and selling with a Sortino Ratio above 3. It is designed to be a more profitable alternative to HODLing. It can be combined with 'Accumulation/Distribution Bands & Signals' and 'Exponential Top and Bottom Finder'.
Trend IdentifierTrend Identifier for 1D BTC.USD
It smoothens a closely following moving average into a polynomial like plot.
And assumes 4 stage cycles based on the first and second derivatives.
Green: Bull / Exponential Rise
Yellow: Distribution
Red: Bear / Exponential Drop
Blue: Accumulation
Red --> Blue --> Green: indicates the start of a bull market
Green --> Yellow --> Red: indicates the start of a bear market
Green --> Yellow: Start of a distribution phase, take profits
Red --> Blue: Start of a accumulation phase, DCA
TRENDLINE V1Hello all ...
this is the source trendline of the three pivots
with adjustable resolution and length
function to find a breakout or breakdown
Trend Day IndentificationVolatility is cyclical, after a large move up or down the market typically "ranges" during the next session. Directional order flow that enters the market during this subsequent session tends not to persist, this non-persistency of transactions leads to a non-trend day which is when I trade intraday reversionary strategies.
This script finds trend days in BTC with the purpose of:
1) counting trend day frequency
2) predicting range contraction for the next 1-2 days so I can run intraday reversion strategies
Trend down is defined as daily bar opening within X% of high and closing within X% of low
Trend up is defined as daily bar opening within X% of low and closing within X% of high
default parameters are:
1) open range extreme = 15% (open is within 15% of high or low)
2) close range extreme = 15% (close is within 15% of high or low)
There is also an atr filter that checks that the trend day has a larger range than the previous 4 bars this is to make sure we find true range expansion vs recent ranges.
Notes:
If a trend day occurs after a prolonged sideways contraction it can signal a breakout - this is less common but is an exception to the rule. These types of occurrences can lead to the persistency of order flow and result in extended directional daily runs.
If a trend day occurs close to 20 days high or low (stopping just short OR pushing slightly through) then wait an additional day before trading intraday reversion strategies.
Trend Strength Oscillator [Lysergik]The Trend Strength Oscillator is a clever combination of some of the most common and useful indicators. Combining the:
- Directional Movement Index (DMI)
- Average Directional Index (ADX)
- Volume (optional)
In doing so, we get a much easier to appreciate indication of both trend direction and strength at a glance that is reliable on every timeframe!
The ADX is not only part of the resulting value but also affects how bright the colors appear on the indicator. Brighter being a stronger trend direction than lighter color.
Moreover, we can quickly see if a trend is strengthening or weakening by seeing if the indication is colored aqua/yellow or white, respectively.
In the above chart you can see the volume indicator, DMI, ADX, with the TSO (Trend Strength Oscillator) on the bottom for context and to show just how much more intuitive the TSO is.
Trend intensity 65 TI65––––History & Credit
This indicator has been inspired by public videos of StockBee and his community. Stockbee is a famous successful trader, who has approach to detail and backtesting. The TI65 is a great confirmation tool for the trend strenght.
–––––What it does
TI65 is an indicator that measures trend and momentum over 65 days.
When there is a green cloud we have a confirmed uptrend with certain velocity.
The calculation is simple as it measures the ratio between the 7d SMA over the 65D sma.
–––––How to use it
Look for entry points when during green trade intensity.
Trend Tracking Trader v1.0.1 [by Hajixde]How it works:
This indicator works based on finding the trend lines of time-shifted MACD signals.
Time frame:
The performance of the indicator highly depends on the time frame you choose and the input parameters. Please the following details carefully.
Parameters:
The default values for "Fast Length", "Slow Length", and "Signal smoothing" have been tested for several coins and tokens but you are more than welcome to choose your own numbers.
Fast Length & Slow Length:
The higher values of these lengths, the slower but more accurate trade entry and exit points.
Signal Smoothing:
By increasing this parameter, you are getting rid of cyclical noise but may also miss some low pivots. Don't choose a very high value.
Alerting:
When you add this indicator to your chart, you can enable the alerts by choosing the indicator in the alerts section and then "Buy" and "Sell" options can be selected and you'll be notified of the signals.
Tips:
Based on what I've experimented, it works great on SHIBA for a 3-min TF and the default values. ETH has shown a fantastic result on a 6-Hr TF.
- This is an original, public, and protected script which belongs to user Hajixde
Trend Strategy by zdmreThis Strategy is a trend following indicator. It is plotted on price and the current trend can be determined by its placement vis-a-vis price. It is constructed with just three parameters: Period, Multiplier and Entry/Exit Point with Superformula.
The default parameters are 14 for Average True Range (ATR) and 4 for its multiplier. The average true range (ATR) plays a key role in ‘Trend’ as the indicator uses ATR to compute its value and it signals the degree of price volatility. You should note that any changes to these numbers can affect the use of the Trend indicator.
While you using this indicator, you should not avoid putting your stop loss.
For a long position, you can put stop loss right at the red indicator line. For a short position, you can put it at the green indicator line. You can insert your own settings as well.
Using Trend Strategy along with a stop loss pattern is the best way for earning the best wealth in trading.
There is no best setting for any trading indicator.
TREND Follow 4WMA What is TREND FOLLOW 4WMA ? TREND FOLLOW 4WMA is max 4 ta.wma moving average can tell the trend
Strategy: 2 big moving average control of average trend and 2 small moving average can tell market going
TREND UP : The letters in yellow can indicate the average market trend UP , You can trade on the support or trade on the signal of the word BUY.
TREND DOWN : The letters in yellow can indicate the average market trend DOWN , You can trade on the Reistance or trade on the signal of the word SELL.
TEXT BUY: Make from 2 ta.wma moving average cross up can tell the average that will occur over time of the trend, to say that the current average is a percentage of the uptrend.
TEXT SELL: make from 2 ta.wma moiving average cross down can tell the average that will occur over time of the trend down, to say that the current average is a percentage of the downtrend.
How to use ?
Waiting Yellow TEXT prepare Open Position LONG or BUY when TEXT show and you can Take profits by Resistance of market or Take profits when TEXT Show
Trend Maker Indicator - open publicThe Trend Maker indicator is an advanced technical analysis tool. A feature of the indicator is simple and user-friendly conclusions drawn from a variety of data, including the market price, buy and sell volumes, short-term and long-term trend and corridor, estimated support and resistance levels, and pivot points .
The result of the indicator's operation is the constructed probabilistic forecast of the market price. The forecast contains expectations for price levels, level of risk and level of consolidation. Depending on the selected trading pair and timeframe, the Trend Maker indicator builds a forecast automatically.
There are two types of forecast: forecast of market growth and forecast of market decline. Each forecast contains its own calculated data, indication of the candle on which it was opened, digital and graphical values of expectations.
The Trend Maker indicator has a simple user interface and settings. The indicator is designed to work on the crypto currency market, but it is also suitable for working on the stock and foreign exchange markets.
At the moment, the indicator is optimized for working with the BTCUSDTFUTURES pair on the Binance exchange, and on timeframes of 15 minutes and 1 hour. As the indicator develops and updates, new trading pairs and timeframes will be indicated in the indicator's update log.
The Trend Maker indicator is not financial advice and is not a "loot button". This is a technical analysis tool that is an assistant in trading, but you make all decisions yourself at your own peril and risk.
**********************
Индикатор Trend Maker - это продвинутый инструмент технического анализа. Особенность индикатора - простые и понятные пользователю выводы, сделанные из разнообразных данных, включая цену рынка, объемы купли и продажи, краткосрочные и долгосрочные тренд и коридор, расчетные уровни поддержки и сопротивления, разворотные точки.
Результатом работы индикатора является построенный вероятностный прогноз цены рынка. Прогноз содержит ожидания по ценовым уровням, уровню риска и уровню консолидации. В зависимости от выбранных торговой пары и таймфрейма, индикатор Trend Maker строит прогноз автоматически.
Прогноз бывает двух видов: прогноз рост рынка и прогноз падения рынка. Каждый прогноз содержит свои расчетные данные, индикацию свечи, на которой он был открыт, цифровые и графические значения ожиданий.
Индикатор Trend Maker миеет простой пользовательский интерфейс и настройки. Индикатор предназначен для работы на крипто валютном рынке, однако подходит и для работы на фондовом и валютном рынках.
В настоящий момент индикатор оптимизирован для работы с парой BTCUSDTFUTURES на бирже Бинанс, и на таймфреймах 15 минут и 1 час. По мере развития и обновления индикатора, новые торговые пары и таймфреймы будут указываться в журнале обновлений данного индикатора.
Индикатор Trend Maker не является финансовым советом и не является "кнопкой бабло". Это инструмент технического анализа, являющийся помощником в торговле, но все решения вы принимаете самостоятельно на ваш страх и риск.
Trend Line © MBY_LABHello.
This indicator uses the intersection of the moving average to output a trend line.
In general, the price at which the moving average crosses is interpreted as a meaningful point.
This indicator can be used by anyo ne.
This indicator outputs three lines.
1. Intersection
This intersection is marked by a horizontal line and can be used as an appropriate stop loss section.
2. Trend line (upper)
This trend line reflects the trend line that reflects the maximum increase. In general, a breakout of this trend line means that the medium-term trend has been broken.
3. Trend line (lower)
This trend line reflects the trend line with the largest decline. In general, a deviation from this trend line is interpreted as a dead cat.
4. Color
The green color appears at the golden cross of the moving average, and the black color appears at the dead cross.
PBK Trend Band with EntryTrend band with background coloring of the trend.
Use 5, 15 for fast detection on EMAs
Additional arrows show under some favorable conditions.
This is work in progress, I release this version so that some good friend can make use of it.
Trend Bot by [ToplaninKizlarUcuyoruz]Description:
1. Just a moving average strategy used in this indicator.
2. If the src2 (you can change it in settings) close above highest MA, appear the long signal.
3. And if the src2 close under the lowest MA, appear the short signal.
How is it using:
Green is an uptrend. Red is a downtrend.
-If you see the green up triangle signal, open long (and close short)
-If you see the red down triangle signal, open short (and close long)
*** Please check signals with your own strategy and your favorite indicators ***
inspired by the original open source indicator and added some new setting options:
(click on the image to open the original indicator's page)
Trend of On-Balance-VolumeI use indicators to manage my risks in trading. I don't share the source code because learning how to code is as easy as learning a foreign language.
This Trend of On-Balance-Volume indicator focuses on analyze "On-Balance-Volume", which measures buying and selling pressure as a cumulative indicator. The mathematical model behind the Trend of On-Balance-Volume comes from True Strength Index (TSI), developed by William Blau. If you want to learn more TSI or OBV, google the term.
How to read this Trend(OBV) ?
The zero line defines the overall bias. The bullish volume flow has the momentum edge when Trend(OBV) is positive; and the bearish volume flow has the edge when it's negative. The volume flow is very bullish when Trend(OBV) first crosses above 20 directly from the negative zone. Oppositely, The volume flow is very bearish when Trend(OBV) first crosses below "-20" directly from the positive zone.
I use a Bollinger band and Donchian Channel as signals for Trend(OBV). The squeezes from the signaling Bollinger Band and Donchian Channel can be used to plan for significant moves and/or trend reversals.
You can often draw trend lines, support lines and resistance lines directly on Trend(OBV). These can then be used to generate signals based on breakouts and breakdowns. As with all indicators, TSI signals should be confirmed with other indicators and analysis techniques.
Trend Shift Strategy [Fournier-Eaton]This is a version 0.1 of a revamped Trend Shift Indicator (strategy version).
There are three main components:
A moving average with color to indicate caution (for those trading short-term)
A series of cross indications above bar to indicate further warning (for those trading mid-term)
Longer term buy and sells informing the trades of the indicator itself. (for those trading longer term)
I'd like some suggestions on how to improve this script, please make them in the comments. I do hope this is useful.
Also please see the indicator version of this:
Trend MagicTrend Magic is originally a MT platform (MetaTrader) indicator and it can be used with any forex trading systems / strategies for additional confirmation of trading entries or exits. Converted the MT platform code to TradingView Pine version 4. Also you can use Multiple Time Frame.
It also works well with Crypto and Stock Markets.
Trend Magic consists of two main calculation parts as momentum and volatility:
First part is ATR based (like ATR Trailing Stop) logic, second part is all about CCI which also determines the color of Trend Magic.
Blue: when CCI is positive
Red: when CCI is negative
Also added alert condition regarding price crosses :
when LOW CrossesAbove TM
and HIGH CrossesBelow TM
Enjoy
Kıvanç Özbilgiç
Trend Line Fibonacci [TLF]TLF is a price based Adaptive Scalping Indicator ideally to be used over lower timeframes
1min, 5min,.... 30 min
Its made using pivot calculations of fibonacci lookback lengths, which gives it an adaptability
default lookback lengths are:
55,89,144,233
This indicator is a pine script clone of Trend Line Fibonacci as available in MT4
google search ( prorealcode , trend line fibonacci )
Trend Visualizer with S/RDetection and color visualization of the trend direction by constructing a candle envelope based on exponential moving averages and a double exponential moving line.
Analysis of highs and lows and construction of trend lines.
Showing support/resistance levels and trend forecast.
English version.
Trend Visualizer with S/R (Russian version)Обнаружение и цветная визуализация трендового направления путем построения свечного конверта по экспоненциальным скользящим средним и линии двойной экспоненциальной скользящей.
Анализ максимумов и минимумов и построение трендовых линий. Показ уровней поддержки/сопротивления и прогноз тренда.
Рускоязычная версия интерфейса. Англоязычная версия позже.
Detection and color visualization of the trend direction by constructing a candle envelope based on exponential moving averages and a double exponential moving line.
Analysis of highs and lows and construction of trend lines. Showing support/resistance levels and trend forecast.
Russian-language version of the interface. English version later.
Trend Trader Buy/Sell SignalsTrend Trader
The code is open source, what it uses to print signals is MACD cross and ADX. Bar colors change in relation to where price is according to the 50 day MA. The MA ribbon is used for visualizing trend and using it for dynamic support/resistance. The ribbon is comprised of the 50 day and 100 day MAs.
Main reason to publish this script is because some like to jumble up scripts together slap some moving averages on it to "follow trend" and then label it an algorithm, market it and sell it to people online. No single system will work 100% of the time, do you due diligence in anything you are interested in buying. Plenty of free scripts in the TV library that can do you justice when trading.