BS | Buy&Sell Signals With EMAKey Features:
EMA Intersections: Generates clear buy and sell signals based on predefined EMA crossings.
5 EMA Lines: Visualize market trends with five distinct EMA lines plotted on the chart.
Support and Resistance Levels: Easily identify crucial support and resistance levels with our integrated marker.
Comprehensive Indicator Panel: At the bottom of the chart, track Stochastic, RSI, Supertrend, and SMA across multiple timeframes (1m, 5m, 15m, 1H, 4H, Daily, Weekly).
Fully Customizable: Almost every indicator within the tool is adjustable to suit your preferences and trading style.
Alarm Feature: Set up alarms to stay informed of important market movements.
Unlock the full potential of your trading strategy with BS | Buy&Sell Signals With EMA. Customize, analyze, and trade with confidence.
created by @bahadirsezer
Moving Averages
BS | Buy&Sell Signals With EMAKey Features:
EMA Intersections: Generates clear buy and sell signals based on predefined EMA crossings.
5 EMA Lines: Visualize market trends with five distinct EMA lines plotted on the chart.
Support and Resistance Levels: Easily identify crucial support and resistance levels with our integrated marker.
Comprehensive Indicator Panel: At the bottom of the chart, track Stochastic, RSI, Supertrend, and SMA across multiple timeframes (1m, 5m, 15m, 1H, 4H, Daily, Weekly).
Fully Customizable: Almost every indicator within the tool is adjustable to suit your preferences and trading style.
Alarm Feature: Set up alarms to stay informed of important market movements.
Unlock the full potential of your trading strategy with BS | Buy&Sell Signals With EMA. Customize, analyze, and trade with confidence.
created by @bahadirsezer
Heikin-Ashi smoothed MA _ ASHeiken Ashi smoothed + it's MA with options
The calculation of the smoothed HA is based on the smoothed HA indicator of jackvmk
ZeroEMA RibbonZeroEMA Ribbon is base on Zero lag EMA having 5 settings in single Indicator. it can be used in the place of EMA.
EMA/RMA clouds by AlpachinoRE-UPLOAD
The indicator is designed for faster trend determination and also provides hints about whether the trend is strong, weaker, or if a range is expected.
It consists of an exponential moving average (EMA) and a slower smoothed moving average (RMA). I chose these because EMA is the fastest and is respected by the market, while I discovered through practice that the market often respects RMA, and in some cases, even more than EMA. Their combination is necessary because I want to take advantage of the best qualities of both averages. Displaying averages based solely on the close values creates a simple line that the market might respect. However, this is often not the case. Market makers know that many traders still believe in the theory that closing above/below an EMA signals a valid new trend. They commonly apply this belief to EMA200. Traders think that if the market closes below EMA, it signals a downtrend. That’s not necessarily true. This misconception often traps inexperienced traders.
For this reason, my indicator does not include a separate line.
I use what are called envelopes. In other words, for both EMA and RMA, the calculation uses the high and low of the selected period, which can be chosen as an input in the indicator.
Why did I choose high and low?
To stabilize price fluctuations as much as possible, especially to allow enough space for the price to react to the moving average. This reaction occurs precisely between the high and low.
Modes:
EMA Cloud – This is the most common envelope in terms of averages. It shows the best reactions with a period of 50.
What should you observe: the alignment of the envelope or its slope.
Usage:
Breakouts through the entire envelope tend to be strong, which signals that the trend may change. However, what interests you most is that the first test of the envelope after a breakout is the most successful entry point for trades in the breakout direction.
In an uptrend, the first support will be the high of the envelope, and the second (let’s call it the "ultimate support") will be the low of the envelope.
If, during an uptrend, the market closes below the low, be cautious, as the trend may reverse.
If the envelope is broken, trade the retest of the envelope.
In general, if the price is above the envelope, focus on long trades; if it’s below the envelope, focus on short trades.
Double Cloud – Since we already know that highs and lows are more relevant for price respect, I utilized this in the double cloud. Here, I use calculations for EMA and RMA highs and EMA and RMA lows.
The core idea is that since the price often reacts more to RMA than EMA, I wanted to eliminate attempts by market makers to lure you into incorrect directions. By creating more space for the price to react to the highs or lows, I made the cloud fill the area between EMA and RMA highs. This serves as the last zone where the price can hold. If the price breaks above this high cloud during a return, this doesn’t happen randomly—you should pay attention, as it’s likely signaling a range or a trend change.
The same applies to the low cloud for EMA and RMA.
The advantage of the double cloud is that you can see two clouds that may move sideways. This can resemble two walls—and they really act as such.
Usage:
Let’s say we have a downtrend. The market seems to be experiencing a downtrend exhaustion. Here's the behavior you might observe:
The price returns to the EMA/RMA low; the first reaction may still have some strength, but each subsequent return will move higher and higher into the cloud with increasingly smaller rejections downward. This indicates the absorption of selling pressure by bullish pressure. Eventually, the price may close above the cloud, significantly disrupting the downtrend and potentially signaling a reversal.
A confirmation of the reversal is usually seen with a retest of the cloud and a bounce upward into an uptrend.
The second scenario, which you’ll often see, involves sharp and significant moves through both envelopes. This kind of move is the strongest signal of a trend change. However, do not jump into trades immediately—wait for the first retest, which is usually successful. Additional tests may not work, as the breakout might not signify a trend change but rather a range.
When the clouds are far apart, it signals a weak trend or that the market is in a range. You will see that this is generally true. When the clouds cross or overlap, their initial point of contact signals the start of a stronger trend. The steeper the slope, the stronger the trend.
Kagan Daily EMAsThis script plots daily EMAs (5, 8, 13, 21, 34, 55, 89, 144, 233) on any chart, making it perfect for multi-timeframe analysis. You can toggle each EMA on or off and apply optional smoothing to reduce noise. By displaying higher-timeframe daily trends over your current timeframe, you gain quick insight into major support/resistance zones and the broader market context, all in one place.
percentage near moving averageit alert percentage near any moving average. now we can get some alert when price is near that moving average
Dinesh 7 EMAits a indicator for 7 moving average . it show 5 , 10 ,21, 50 , 100, 150 and 200 moving average
Fake Double ReserveThis Pine Script code implements the "Fake Double Reserve" indicator, combining several widely-used technical indicators to generate Buy and Sell signals. Here's a detailed breakdown:
Key Indicators Included
Relative Strength Index (RSI):
Used to measure the speed and change of price movements.
Overbought and oversold levels are set at 70 and 30, respectively.
MACD (Moving Average Convergence Divergence):
Compares short-term and long-term momentum with a signal line for trend confirmation.
Stochastic Oscillator:
Measures the relative position of the closing price within a recent high-low range.
Exponential Moving Averages (EMAs):
EMA 20: Short-term trend indicator.
EMA 50 & EMA 200: Medium and long-term trend indicators.
Bollinger Bands:
Shows volatility and potential reversal zones with upper, lower, and basis lines.
Signal Generation
Buy Condition:
RSI crosses above 30 (leaving oversold territory).
MACD Line crosses above the Signal Line.
Stochastic %K crosses above %D.
The closing price is above the EMA 50.
Sell Condition:
RSI crosses below 70 (leaving overbought territory).
MACD Line crosses below the Signal Line.
Stochastic %K crosses below %D.
The closing price is below the EMA 50.
Visualization
Signals:
Buy signals: Shown as green upward arrows below bars.
Sell signals: Shown as red downward arrows above bars.
Indicators on the Chart:
RSI Levels: Horizontal dotted lines at 70 (overbought) and 30 (oversold).
EMAs: EMA 20 (green), EMA 50 (blue), EMA 200 (orange).
Bollinger Bands: Upper (purple), Lower (purple), Basis (gray).
Labels:
Buy and Sell signals are also displayed as labels at relevant bars.
//@version=5
indicator("Fake Double Reserve", overlay=true)
// Include key indicators
rsiLength = 14
rsi = ta.rsi(close, rsiLength)
macdFast = 12
macdSlow = 26
macdSignal = 9
= ta.macd(close, macdFast, macdSlow, macdSignal)
stochK = ta.stoch(close, high, low, 14)
stochD = ta.sma(stochK, 3)
ema20 = ta.ema(close, 20)
ema50 = ta.ema(close, 50)
ema200 = ta.ema(close, 200)
bbBasis = ta.sma(close, 20)
bbUpper = bbBasis + 2 * ta.stdev(close, 20)
bbLower = bbBasis - 2 * ta.stdev(close, 20)
// Detect potential "Fake Double Reserve" patterns
longCondition = ta.crossover(rsi, 30) and ta.crossover(macdLine, signalLine) and ta.crossover(stochK, stochD) and close > ema50
shortCondition = ta.crossunder(rsi, 70) and ta.crossunder(macdLine, signalLine) and ta.crossunder(stochK, stochD) and close < ema50
// Plot signals
if (longCondition)
label.new(bar_index, high, "Buy", style=label.style_label_up, color=color.green, textcolor=color.white)
if (shortCondition)
label.new(bar_index, low, "Sell", style=label.style_label_down, color=color.red, textcolor=color.white)
// Plot buy and sell signals as shapes
plotshape(longCondition, style=shape.labelup, location=location.belowbar, color=color.green, size=size.small, title="Buy Signal")
plotshape(shortCondition, style=shape.labeldown, location=location.abovebar, color=color.red, size=size.small, title="Sell Signal")
// Plot indicators
plot(ema20, color=color.green, linewidth=1, title="EMA 20")
plot(ema50, color=color.blue, linewidth=1, title="EMA 50")
plot(ema200, color=color.orange, linewidth=1, title="EMA 200")
hline(70, "Overbought (RSI)", color=color.red, linestyle=hline.style_dotted)
hline(30, "Oversold (RSI)", color=color.green, linestyle=hline.style_dotted)
plot(bbUpper, color=color.purple, title="Bollinger Band Upper")
plot(bbLower, color=color.purple, title="Bollinger Band Lower")
plot(bbBasis, color=color.gray, title="Bollinger Band Basis")
Relative Strength Index with MA Strategy [QuocMinhOfficial}Giải thích các thay đổi:
Định nghĩa Tín hiệu Mua (Buy) và Bán (Sell):
Buy: Sử dụng hàm Cross(rsiMA2, rsiMA3) để xác định khi đường RSI MA2 cắt lên trên đường RSI MA3.
Sell: Sử dụng hàm Cross(rsiMA3, rsiMA2) để xác định khi đường RSI MA2 cắt xuống dưới đường RSI MA3.
Điều chỉnh Filter:
Ban đầu, trong code của bạn có Filter = Buy AND Sell; điều này luôn luôn sai vì một giao dịch không thể vừa mua vừa bán cùng một lúc. Thay vào đó, chúng ta sử dụng Filter = Buy OR Sell; để lọc các giao dịch mua và bán riêng biệt.
Thêm Các Cột Hiển Thị (Tu yong):
Sử dụng AddColumn để hiển thị các giá trị RSI và các đường MA tương ứng trong kết quả backtest, giúp bạn dễ dàng theo dõi và phân tích.
Ghi chú:
Nếu bạn muốn thêm các điều kiện bổ sung cho tín hiệu mua bán (ví dụ: chỉ mua khi RSI trên 50), bạn có thể kết hợp các điều kiện bằng toán tử AND hoặc OR như trong ví dụ đã thêm.
Hãy đảm bảo rằng bạn kiểm tra lại logic và kết quả backtest để xác nhận rằng tín hiệu mua bán hoạt động như mong đợi.
Trading TimesThis script is based on the 9 and 20 EMA Strategy and combines Fibonacci Levels for added confluence.
When the price retests after breaking the EMAs, we take the trade in the same direction. That is on breakup, we take a long and on a breakdown we take a short.
VWAP can be enabled from settings for more data. institutions use it to average out their trades for both buy and sell orders.
MDM Customizable 5 EMAAwork in progress for ema students. analysis is my dream to master the market .i wanna gert in when the market reverses and this scrip is the begining of my education.
Asymmetric Coinbase Premium Histogram with SMAAsymmetric Coinbase Premium Histogram with Simple Moving Average
Combined IQ Zones, VWAP, EMA, S/RCombined IQ Zones, VWAP, EMA, S/R
Combined IQ Zones, VWAP, EMA, S/R
Combined IQ Zones, VWAP, EMA, S/R
Combined IQ Zones, VWAP, EMA, S/R
Combined IQ Zones, VWAP, EMA, S/R
Krozz Moving Average Crossover Strategy Moving Average Crossover Strategy
a simpel strategi to help you to know when you buy and when you sell
DJAM MAVS PLUS+ Entries + ExitsDJAM-MAVS PLUS+
A Versatile Moving Averages & Signals Indicator
The DJAM-MAVS PLUS+ is an all-in-one technical indicator designed for traders who value precision and clarity in analyzing market trends. Built for traders of all experience levels, this tool combines the power of multiple moving averages and exponential moving averages (MA & EMA) with visual signals to highlight critical market trends and crossovers.
Key Features:
Customizable Moving Averages & EMAs: Includes adjustable lengths for:
2-Day MA & EMA
13-Day MA
50-Day MA
60-Day MA
8-Day EMA
39-Day EMA
100-Day MA
200-Day MA
Visual Crossovers: Highlights bullish and bearish crossover conditions between key MAs and EMAs with green and red vertical background bars for easy trend identification.
Anchor Period: Customize the anchor period to align with different timeframes like Sessions, Weeks, Months, or even Years, enhancing its flexibility for various trading styles.
Stochastic Bands Multiplier: Adjust the bands with a customizable multiplier for a more granular analysis of market volatility.
Optimized for Overlay Use: Plots directly on your chart, providing an uncluttered yet highly informative view of the market.
Why Choose DJAM-MAVS PLUS+?
This indicator empowers you to:
Identify potential trend reversals with ease.
Monitor short-term and long-term trends simultaneously.
Gain a clearer visual representation of key market signals through colored crossovers.
Tailor the settings to fit your unique trading strategy.
Who is it for?
Swing traders seeking reliable trend-following signals.
Day traders who need clarity on short-term momentum shifts.
Long-term investors looking to confirm major trend changes.
How to Use:
Customize Inputs: Tailor the moving average and EMA lengths to match your strategy.
Monitor Crossovers: Watch for green and red background bars to signal potential bullish or bearish momentum shifts.
Adapt Anchor Periods: Use the indicator across various timeframes, from daily to yearly, for enhanced market insights.
Join the Community
The DJAM-MAVS PLUS+ is more than just an indicator; it's your edge in the market. Share your feedback, strategies, and experiences with the TradingView community to help refine and optimize this tool for all traders.
Visit my Website @ CryptoJamz.com or Follow Me on StockTwits.com @ StockTwits.com
Bitcoin Redpill 38tão. Multiplo de Mayer 200MMA & 2x 200MMAIndicador que plota no gráfico a estratégia do mestre Renato Trezoitão para compra, hold e venda nos momeentos de eufororia no Bitcoin. Consiste em uma MMA central de 200 períodos na cor azul, uma linha acima que indica quando o preço está 2x essa MMA de 200, na cor vermelha; Eu adicionei uma linha verde abaixo da MMA de 200 que indica 10% abaixo da MMA de 200, quando o mercado está acumulando. A aplicação é simples. Compra, acumula BTC abaixo da linha azul na região da linha verde, começa a vender na região da linha vermelha. Essa Estratégia respeita o multiplo de Mayer, exposta no Livro Bitcoin Red Pill do grande Renato trezoitão. Espero que gostem.
Ichimoku with Vertical Mirror DistanceThe Ichimoku Kinko Hyo is a powerful technical indicator used to assess market trends, potential support and resistance levels, and momentum. It consists of several components that help visualize the market's state:
Tenkan-sen (Conversion Line): A fast-moving average.
Kijun-sen (Base Line): A slower-moving average.
Senkou Span A (Leading Span A): The average of Tenkan-sen and Kijun-sen, shifted forward in time.
Senkou Span B (Leading Span B): A slower moving average of the high and low price over a period of 52 periods, shifted forward in time.
Chikou Span (Lagging Line): The closing price shifted back in time by 26 periods.
This custom version of the Ichimoku indicator adds the vertical mirrored distance feature, which calculates the distance between Senkou Span B and Kijun-sen and then mirrors this distance to create two new lines. These new lines help visualize the range between these key Ichimoku lines.
Ichimoku with Shifted and Unshifted Senkou BIchimoku Kinko Hyo Indicator Explanation
The Ichimoku Kinko Hyo is a comprehensive technical indicator designed to provide insights into the market's trend, support/resistance levels, and momentum, all in one glance. It consists of five main components:
Tenkan-sen (Conversion Line): A fast-moving average.
Kijun-sen (Base Line): A slower-moving average.
Senkou Span A (Leading Span A): The average of Tenkan-sen and Kijun-sen, shifted forward in time.
Senkou Span B (Leading Span B): A slower moving average of the high and low price over a period of 52 periods, shifted forward in time.
Chikou Span (Lagging Line): The closing price shifted back in time by 26 periods.
The Ichimoku indicator is typically used to identify the trend direction, momentum, and support/resistance levels. The cloud formed between Senkou Span A and Senkou Span B is key in identifying the market's overall trend.
QRS Updatedthis is the updated quadratic regression slopes compatible with version 6 of trading view
Bearish EMA + MFI OS | SoV DCA v1.1A systematic savings tool designed for long-term wealth building through strategic asset accumulation. This indicator helps investors maintain disciplined buying during market downtrends, turning bearish periods into opportunities for methodical saving.
Strategy Components:
- Uses Death Cross (short EMA crossing below long EMA) to identify significant downtrends
- Confirms buying opportunities with oversold MFI conditions to improve entry prices
- Implements time-based DCA to maintain consistent investment discipline
- Tracks investment progress with detailed performance metrics
Perfect for:
- Long-term savers focused on wealth preservation
- Investors building positions in Store of Value assets
- Those seeking to automate their savings strategy
- Converting regular income into hard assets systematically
Features:
- Customizable investment amounts and intervals
- Detailed investment tracking and performance analysis
- Break-even calculations and position monitoring
- Flexible asset selection for various Store of Value instruments
Best used on weekly or daily timeframes for strategic long-term accumulation. This tool emphasizes steady wealth building over short-term trading, helping investors stay committed to their savings goals regardless of market conditions.
Note: Designed for disciplined saving through systematic buying, not for timing profits or short-term trading.