Ichimoku + RSI + MACD + HTF Divergence + EMA Cross Strategyبا اضافه کردن کراسهای EMA 50 و 100، استراتژی بهبود یافته و نقاط ورود دقیقتری ایجاد میکند. این کراسها به عنوان تأییدیههای اضافی برای روند و قدرت حرکت قیمت عمل میکنند و میتوانند به کاهش سیگنالهای نادرست کمک کنند
Bantlar ve Kanallar
Ichimoku + RSI + MACD + HTF Divergence + EMA Cross Strategyبا اضافه کردن کراسهای EMA 50 و 100، استراتژی بهبود یافته و نقاط ورود دقیقتری ایجاد میکند. این کراسها به عنوان تأییدیههای اضافی برای روند و قدرت حرکت قیمت عمل میکنند و میتوانند به کاهش سیگنالهای نادرست کمک کنند
kaka_pinbarThis strategy gives buy and sell signals based on a pin bar in the 1-minute timeframe, within supply and demand zones in the 15-minute timeframe.
B20 by Nulytrading The "B20" defines the intraday trend. It displays 20 candles on the M15 timeframe from 7:00 AM to 12:00 PM. When the price breaks above the highest point or below the lowest point of these 20 candles, it is called a "B20 breakout." The price tends to move toward Fibonacci extension levels of 1.618, 2.618, and 4.238, also referred to as B1, B2, and B3 levels. These levels represent reaction zones, support, and resistance areas, helping to determine take-profit points. Additionally, this indicator assists in identifying bottoms and tops, reducing the risk of significant losses. Currently, this indicator is best used exclusively with the XAUUSD (gold) pair. Combine it with key levels, trendlines, and order clusters to enhance its effectiveness.
Biên 20 xác định xu hướng trong ngày. Hiển thị 20 nến khung m15 từ 7h sáng đến 12h trưa. Khi giá phá vỡ điểm cao nhất hoặc thấp nhất của trong 20 cây nến đó, gọi là phá vỡ biên. Giá có xu hướng tiến đến các mốc fibo mở rộng 1,618 và 2,618 và 4,238. Còn gọi là mốc B1, B2, B3. Các B này hiển thị vùng phản ứng, kháng hỗ. Xác định điểm take profit. Và còn giúp bạn bắt đáy, đỉnh đỡ cháy hơn, hiện chỉ báo này chỉ nên sử dụng với sản phẩm XAUUSD (vàng). Kết hộ với key level, trendline, bộ tố lệnh để tăng hiệu quả.
wuyx 59 imbwuy59 dùng break nến,
ema 5
ema 9
FVG
nến
Chủ yếu là cây nến đó phải tạo dc giao cắt của 2 EMA 5-9 thì xác suất win cao, hoặc nằm 1 bên của 2 EMA đang có độ dốc
GOLDEN BOYDesenvolvido por Alex Reis
- Indicador de Reversão
- Confluência com a tendência e Canal TMA
- Níveis de Fibonacci
Tipo de Grafico : Range
Tempo do Gráfico: 10R/ 30R / 50R / 100R
Ativo : Gold
Non-Lagging Indicator: EMA + TSI BY UTTAM PARAMANIK//@version=5
indicator("Non-Lagging Indicator: EMA + TSI", overlay=true)
// Parameters for the EMA
fastLength = input.int(9, title="Fast EMA Period", minval=1)
slowLength = input.int(21, title="Slow EMA Period", minval=1)
// Parameters for the TSI
tsiFastLength = input.int(13, title="TSI Fast Length", minval=1)
tsiSlowLength = input.int(25, title="TSI Slow Length", minval=1)
tsiSignalLength = input.int(7, title="TSI Signal Length", minval=1)
// EMA Calculation
fastEMA = ta.ema(close, fastLength)
slowEMA = ta.ema(close, slowLength)
// TSI Calculation
delta = close - close
doubleSmoothDelta = ta.ema(ta.ema(delta, tsiFastLength), tsiSlowLength)
doubleSmoothAbsDelta = ta.ema(ta.ema(math.abs(delta), tsiFastLength), tsiSlowLength)
tsi = 100 * doubleSmoothDelta / doubleSmoothAbsDelta
tsiSignal = ta.ema(tsi, tsiSignalLength)
// Plot EMAs
plot(fastEMA, color=color.blue, title="Fast EMA")
plot(slowEMA, color=color.orange, title="Slow EMA")
// Plot TSI and Signal
plot(tsi, color=color.green, title="True Strength Indicator")
plot(tsiSignal, color=color.red, title="TSI Signal")
// Buy and Sell Conditions
buyCondition = ta.crossover(fastEMA, slowEMA) and ta.crossover(tsi, tsiSignal)
sellCondition = ta.crossunder(fastEMA, slowEMA) and ta.crossunder(tsi, tsiSignal)
// Plot Buy and Sell Signals
plotshape(buyCondition, color=color.green, style=shape.labelup, location=location.belowbar, text="BUY")
plotshape(sellCondition, color=color.red, style=shape.labeldown, location=location.abovebar, text="SELL")
Sonic R Indicator - HoangTNĐiều kiện vào lệnh mua (BUY): Giá đóng cửa cao hơn EMA 34 High và EMA 34 Close nằm trên EMA 89.
Điều kiện vào lệnh bán (SELL): Giá đóng cửa thấp hơn EMA 34 Low và EMA 34 Close nằm dưới EMA 89.
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.
Буллтренд ололоsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
20 EMA Crossover 50 EMA20 EMA & 50 EMA Crossover Strategy
This strategy uses a simple yet effective moving average crossover technique to identify trend changes in the market.
Rules:
A buy signal is triggered when the 20 EMA crosses above the 50 EMA, indicating a bullish trend.
The position is exited (or a sell signal is triggered) when the 20 EMA crosses below the 50 EMA, indicating a bearish trend.
Key Features:
Plots clear buy and sell signals directly on the chart.
Fully customizable EMA lengths to suit different markets and timeframes.
Ideal for trend-following traders seeking to capture sustained price movements.
Pros:
Simple and objective rule-based approach.
Adaptable across multiple asset classes (stocks, forex, crypto, etc.).
Cons:
May generate false signals in sideways markets.
This script allows you to backtest and refine the strategy directly on TradingView, helping traders understand the importance of consistent execution and risk management in achieving long-term success.
How It Works:
Inputs:
The script allows you to adjust the lengths of the fast (20 EMA) and slow (50 EMA) EMAs.
A longCondition is triggered when the 20 EMA crosses above the 50 EMA.
A shortCondition is triggered when the 20 EMA crosses below the 50 EMA.
Entries and Exits:
When longCondition is true, the strategy enters a long position.
When shortCondition is true, the strategy closes the long position.
Plot Signals:
Buy and sell signals are visually marked on the chart with green and red labels.
To Use This:
Copy and paste the script into the Pine Editor in TradingView.
Save and add it to your chart.
Adjust the settings (EMA lengths) as needed.
This script provides a foundation for backtesting and can be expanded to include features like stop-loss, take-profit, or advanced money management rules. Let me know if you'd like to enhance it further!
Doji NattawatSure! Here's a detailed explanation of the Pine Script code in English. This code is designed to detect Doji candles, draw horizontal lines at the open and close prices of these candles, and display the price values near those lines.
Range momentum retestThis script signals you when price is testing the 10MA, whilst there is a long MA and a short MA cross.
Volume-Based RSI Color Indicator with MAsVolume-Based RSI Color Indicator with MAs
Overview
This script combines the Relative Strength Index (RSI) with volume analysis to provide an enhanced perspective on market conditions. By dynamically coloring the RSI line based on overbought/oversold conditions and volume thresholds, this indicator helps traders quickly identify high-probability reversal zones. Additionally, it incorporates short-term and long-term moving averages (MAs) of the RSI for trend analysis, making it a versatile tool for scalping and swing trading strategies.
Key Features
Dynamic RSI Color Coding:
The RSI line changes color based on two conditions:
Overbought/High Volume: RSI is above the overbought threshold (default: 70) and volume exceeds the average volume by a user-defined multiplier (default: 2.0). The line turns red, indicating potential reversal zones.
Oversold/High Volume: RSI is below the oversold threshold (default: 30) and volume exceeds the average volume by the multiplier. The line turns green, suggesting potential buying opportunities.
Neutral Conditions: Default blue color for all other scenarios.
Volume Integration:
Unlike standard RSI indicators, this script incorporates volume data to refine signals, helping traders avoid false signals in low-volume environments.
RSI Moving Averages:
Two moving averages of the RSI (short-term and long-term) provide trend context:
200-period MA: Highlights the long-term trend in RSI values.
20-period MA: Shows short-term fluctuations for quick decision-making.
Both MAs can be calculated using Simple or Exponential methods, giving users flexibility.
Visual Aids:
Horizontal lines at the overbought (70) and oversold (30) levels help define the boundaries of expected price action extremes.
How It Works
The script calculates the RSI over a user-defined length (default: 14).
Volume data is compared to its moving average to determine if it exceeds the user-defined high-volume threshold.
When RSI and volume conditions align, the RSI line is dynamically colored to indicate potential overbought/oversold zones.
The RSI moving averages provide additional context to confirm trends or reversals.
How to Use
Identify Reversal Zones:
Look for green RSI signals in oversold conditions to identify potential buying opportunities.
Look for red RSI signals in overbought conditions to identify potential selling opportunities.
Use Moving Averages for Confirmation:
When the RSI is above its 200-period MA, the long-term trend is bullish; consider only long trades.
When the RSI is below its 200-period MA, the trend is bearish; consider only short trades.
Combine with Other Tools:
This indicator works best when used alongside price action analysis, candlestick patterns, or support/resistance levels.
Originality
This script is unique in combining volume analysis with RSI and RSI-specific moving averages. While many indicators focus on RSI or volume separately, this script marries these two key metrics to filter out weak signals and improve trade decision accuracy.
Chart Recommendations
Clean Chart: Use this indicator on a clean chart without additional overlays for maximum clarity.
Timeframes: Works well on intraday charts (e.g., 5m, 15m) for scalping and on higher timeframes (e.g., 1H, 4H, Daily) for swing trading.
Disclaimer
This indicator is a tool to aid trading decisions and should not be used in isolation. Always consider other factors such as market conditions, news events, and risk management.
15m MNQ Strategy IntradayHigh probability intraday trading strategy for the 15min timeframe using EMAs and has Buy/Sell indicators. This is a great strategy for A.I, contact me on Twitter/X.com @28Bamz for any further info.
James//@version=5
indicator("Forex Entry Signals (RSI + EMA)", overlay=false)
// Configuração do RSI
rsiLength = input(14, "RSI Length")
rsi = ta.rsi(close, rsiLength)
// Configuração da EMA
emaLength = input(50, "EMA Length")
ema = ta.ema(close, emaLength)
// Lógica de compra e venda
buySignal = ta.crossover(close, ema) and rsi < 30
sellSignal = ta.crossunder(close, ema) and rsi > 70
// Plot do RSI
plot(rsi, color=color.blue, linewidth=2, title="RSI")
hline(70, "Overbought", color=color.red)
hline(30, "Oversold", color=color.green)
// Marcar setas no gráfico
if buySignal
label.new(bar_index, close, text="BUY", color=color.green, style=label.style_label_up, textcolor=color.white, size=size.small)
if sellSignal
label.new(bar_index, close, text="SELL", color=color.red, style=label.style_label_down, textcolor=color.white, size=size.small)
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
Advanced Pivot Point Dashboard📊 Advanced Pivot Point Dashboard 📊
This indicator is designed to help you analyze key price levels using Pivot Points, Support, and Resistance levels. It combines visual lines on the chart with a detailed table for a comprehensive trading experience. Here's what it offers:
🎯 Key Features:
📈 Pivot Point Calculation:
Automatically calculates the Pivot Point (P) and Support/Resistance Levels (S1, S2, S3, R1, R2, R3) based on the previous day's high, low, and close prices.
📊 Table with Key Levels:
Displays all levels in a clean and organized table.
Shows the distance (%) of the current price from each level.
Includes a trend indicator (Bullish 🟢, Bearish 🔴, or Neutral ⚪) based on the price relative to the pivot point.
📏 Visual Lines on the Chart:
Draws horizontal lines for all key levels (Pivot Point, Supports, and Resistances).
Lines are automatically updated daily.
⚠️ Visual Alerts:
If the price is near a key level (within the specified alert distance), a warning icon (⚠️) appears in the table.
🔖 Optional Labels:
You can enable labels on the chart to easily identify each level (P, R1, R2, R3, S1, S2, S3).
🛠️ How to Use:
Add the Indicator:
Copy and paste the code into the Pine Script editor in TradingView.
Add the indicator to your chart.
Customize Inputs:
Show Labels: Toggle labels on the chart.
Alert Distance (%): Set the percentage distance for visual alerts.
Analyze Key Levels:
Use the lines on the chart to identify potential support and resistance zones.
Refer to the table for detailed information about each level, including distance and trend direction.
Set Alerts:
Use the warning icons (⚠️) in the table to identify when the price is approaching a key level.
📋 Table Columns:
Level: The name of the level (e.g., Pivot Point, R1, S2).
Price: The price value of the level.
Distance (%): How far the current price is from the level (in percentage).
Trend: Bullish 🟢, Bearish 🔴, or Neutral ⚪.
Alert: A warning icon (⚠️) if the price is near the level.
🚀 Why Use This Indicator?:
Comprehensive Analysis: Combines visual and tabular data for a complete view of key levels.
Customizable: Adjust the alert distance and toggle labels as needed.
Easy to Use: Perfect for both beginners and experienced traders.
📝 Example:
If the price is near R1, you'll see a warning icon (⚠️) in the table and a horizontal line on the chart.
The table will show the distance (%) from R1 and whether the trend is Bullish 🟢 or Bearish 🔴.
📌 Pro Tip:
Combine this indicator with other tools like moving averages or volume analysis for even better trading decisions!
Let me know if you have any questions or need further assistance! Happy trading! 🚀📈😊
Advanced Strategy with Bollinger, Fibonacci, and ATR MSDBu strateji kısa zaman dilimlerinde trend ve volatiliteyi analiz ederek kısa vadeli işlemler için optimize edilmiştir.
Stratejinin temel unsurları RSI, MACD, EMA, Bollinger bandı, Fibonacci seviyeleri, ATR ile desteklenmiştir
risk yönetimi
Stop-loss ATR'nin 1.5 katı
Take-profit ATR'nin 3 katıdır.
15 dakikalık zaman dilimlerinde en iyi performansı göstermesi için optimize edilmiştir. Hem manuel işlem rehberi hemde otomatik işlem sinyalleri için uygundur.
Bollinger Bands CustomThe indicator is a customized version of Bollinger Bands with added trading signals. This indicator is designed to help traders identify potential entry (buy) and exit (sell) points based on the interaction between the price and the Bollinger Bands. Below, I will explain in detail its purpose, how it works, and how to use it.
Purpose of the Indicator
The main purpose of this indicator is:
Identify market volatility: Bollinger Bands expand and contract based on price volatility.
Provide trading signals: The indicator generates buy signals (BUY) when the price crosses the lower band and sell signals (SELL) when the price crosses the upper band.
Help identify dynamic support and resistance levels: The upper and lower bands act as dynamic resistance and support levels.
How the Indicator Works
The indicator is based on three main components:
Moving Average (SMA): It calculates the simple moving average (SMA) of the price over a specified period (length).
Bollinger Bands:
The upper band is calculated as the moving average plus a standard deviation multiplied by a factor (mult).
The lower band is calculated as the moving average minus a standard deviation multiplied by the same factor.
Trading signals:
A BUY signal is generated when the price crosses above the lower band.
A SELL signal is generated when the price crosses below the upper band.
How to Use the Indicator
Here is a step-by-step guide on how to use the indicator on TradingView:
1. Add the Indicator to the Chart
Copy the Pine Script code you created.
Open TradingView and go to the Pine Editor.
Paste the code and click "Add to Chart."
The indicator will be displayed directly on the price chart.
2. Customize the Parameters
You can customize the following parameters:
Moving Average Length (length): Set the period for the moving average (default is 20).
Price Source (source): Choose the price to use (default is the closing price).
Standard Deviation Multiplier (mult): Set the multiplier for the standard deviation (default is 2.0).
3. Interpret the Signals
BUY Signal: When you see a "BUY" label below a candle, it means the price has crossed above the lower band. This could indicate a buying opportunity.
SELL Signal: When you see a "SELL" label above a candle, it means the price has crossed below the upper band. This could indicate a selling opportunity.
4. Use Bollinger Bands as Support and Resistance
If the price approaches the upper band, it might indicate a resistance level.
If the price approaches the lower band, it might indicate a support level.
5. Monitor the Colored Background
The chart background turns light green when there is a BUY signal and light red when there is a SELL signal. This helps you quickly identify signals.
Practical Example
Suppose you are analyzing a daily chart of a stock or cryptocurrency:
If the price crosses above the lower band, the indicator will show a "BUY" label. You might consider this as a signal to open a long position.
If the price crosses below the upper band, the indicator will show a "SELL" label. You might consider this as a signal to close a long position or open a short position.
Limitations and Considerations
False signals: In range-bound markets, Bollinger Bands can generate many false signals. It is advisable to use this indicator in combination with other technical analysis tools.
Extreme volatility: During periods of high volatility, the bands expand, and signals may become less reliable.
Confirmation: It is always good practice to confirm signals with other indicators (e.g., RSI, MACD) or candlestick analysis.
Conclusion
My indicator is a useful tool for identifying potential trading opportunities based on Bollinger Bands. However, as with any indicator, it is important to use it in combination with other forms of analysis and risk management to maximize effectiveness. Happy trading! 🚀
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.