MA + RSI with Highlight and Value Displaygoodluck dui dẻ là chính chứ không biết code nó bắt mô tả dài chịu luôn:
Đọc truyện cho vui :)))))
Lăng Hàn - Một Đan Đế đại danh đỉnh định mang trong thân mình tuyệt thế công pháp vì truy cầu bước cuối, xé bỏ tấm màn thành thần nhưng thất bại đã phải bỏ mình. Thế nhưng ông trời dường như không muốn tuyệt dường người, Lăng Hàn đã được trọng sinh vào một thiếu niên cùng tên và điều may mắn nhất là "Bất Diệt Thiên Kinh" ấn ký vẫn còn nằm nguyên trong tâm thức hắn
Indicateurs et stratégies
HLOC ieri Semplice indicatore per visualizzare i prezzi HLOC della giornata di ieri
H = Prezzo massimo di ieri
L = Prezzo minimo di ieri
O = Prezzo di apertura di ieri
C = Prezzo di chiusura di ieri
FSDast Moving average crossoverI use fast and slow SMA both on chart to check moving average crossover. Red line is slow length and Green line is Fast length.
Optimized Impulse Wave Strategy - Precision Trading with 30% This strategy leverages a powerful combination of MACD, Elliott Wave, Fibonacci retracements, trend lines, and Hurst cycles to identify high-probability trade setups for BTC/USDT. Using a strict "decisive break" rule, it only considers trend line breaks valid when a full 4-hour candle opens and closes beyond the level, ensuring robust confirmation before entering trades.
With a 30% profitability rate, this script is fine-tuned to catch long-term impulse waves while minimizing false breakouts. Ideal for traders looking to balance precision with trend-following momentum.
Key Features:
📊 Multi-timeframe confirmation for stronger signals.
🔄 Automated entry/exit based on confluence of indicators.
🎯 Dynamic stop-loss and take-profit levels using Fibonacci extensions.
📈 Works on multiple timeframes, optimized for 3H and 4H charts.
⚠️ Backtested results show a consistent performance, but further optimizations are encouraged to tailor the strategy to market conditions.
🔔 Follow for more updates and strategy enhancements!
#CryptoTrading #ImpulseWave #TradingStrategy #MACD #ElliottWave #Fibonacci #TrendLines #Backtesting
200 EMA Percentage Diff, EMA Crosses & RSI It calculates the difference in percentage from the close price and the 200EMA.
A look back calculates the standard deviation of high and low thresholds and highlights the line red or green as a visualisation.
Crossovers are indicated by small triangles when these occur.
The background is highlighted red or green to show when the RSI is overbought/oversold.
استراتژی مبتنی بر دادههای سوددهها//@version=5
strategy("استراتژی مبتنی بر دادههای سوددهها", overlay=true)
// فرض کنید این دادهها از یک منبع خارجی وارد میشوند
// برای مثال، یک آرایه از سیگنالهای خرید و فروش
buy_signals = array.new_float() // سیگنالهای خرید
sell_signals = array.new_float() // سیگنالهای فروش
// اضافه کردن سیگنالهای فرضی به آرایهها
array.push(buy_signals, 100) // مثال: سیگنال خرید در قیمت 100
array.push(sell_signals, 105) // مثال: سیگنال فروش در قیمت 105
// بررسی سیگنالها
if (array.size(buy_signals) > 0 and close >= array.get(buy_signals, 0))
strategy.entry("Buy", strategy.long)
if (array.size(sell_signals) > 0 and close >= array.get(sell_signals, 0))
strategy.close("Buy")
Multiple Moving Averages with Signalsadvanced signal for buy and sell . Using multiple Moving Averages: a method to use the Moving Averages, is to insert two moving averages on the same chart to obtain some signals from them. The two moving averages have to be similar but with different Period: a moving average must be for the short-term, the other must be for the long-term.
Junates HMA BandsThis indicator uses HMA moving average to create a bollinger-like bands with -+2% deviation
NY Liquidity sweep - MuralidharNew York Session Liquidity Sweep in the Asian Session
This term refers to a price action phenomenon where liquidity created during the New York trading session is targeted and swept (or cleared) during the subsequent Asian trading session. Let’s break this down:
Key Components:
Liquidity:
In financial markets, liquidity often refers to the areas where stop-loss orders, pending orders, or clusters of trades accumulate. These areas typically form around key levels like highs, lows, or consolidation zones.
Traders often place stop-losses above recent highs or below recent lows, creating "pools of liquidity."
New York Session:
The New York session is one of the most volatile trading sessions due to the overlap with the London session and the significant participation of institutional players.
It often leaves behind key levels, such as session highs, lows, or consolidation zones, where liquidity builds up.
Asian Session:
The Asian session is typically less volatile compared to the New York session. However, it can still be used by market makers or large players to manipulate price action.
Due to the reduced trading volume, it is easier for large players to sweep liquidity during this session.
What Happens During a Liquidity Sweep?
Formation of Liquidity Zones in the New York Session:
As the New York session progresses, traders establish positions, leaving behind liquidity pockets such as stop-loss orders around session highs and lows.
Asian Session Sweep:
In the quieter Asian session, price often moves to these liquidity zones created during the New York session.
This "sweep" is often a sharp move in price designed to trigger stop-loss orders or entice breakout traders into the market.
Once the liquidity is taken, price often reverses sharply, leaving behind a false breakout or a wick in the price chart.
Why Does This Happen?
Market Maker Behavior:
Market makers or large institutional players may manipulate prices to access liquidity.
By sweeping these zones, they can fill their larger orders at better prices.
Inducing Traders:
A sweep may be used to lure retail traders into positions before reversing the market direction, trapping them.
Practical Implications for Traders:
Identifying Liquidity Zones:
Mark key highs, lows, and consolidation areas from the New York session on your charts.
Watch for price action around these zones during the Asian session.
Avoiding Traps:
Be cautious of trading breakouts during the Asian session, as they might be liquidity grabs.
Look for confirmation before entering trades.
Using the Sweep to Your Advantage:
After the sweep, wait for signs of reversal, such as candlestick patterns or rejection wicks, to enter trades in the opposite direction.
Example:
During the New York session, a high is formed at 1.2000 on EUR/USD.
In the Asian session, price moves up to 1.2005, triggering stop-loss orders placed above 1.2000.
After the sweep, price sharply reverses, leaving a wick at 1.2005 and continuing downward.
By understanding this phenomenon, traders can better anticipate market behavior and refine their strategies to avoid being caught in liquidity traps.
US10Y 63-Day Range Percentage [TomasOnMarkets]x.com
x.com
Switch to cash when the 10-Year Treasury Yield rises above %80 of its range over the prior 63-days.
Pretty good for the S&P 500
Not as good for bitcoin - but maybe still useful
Credits to
Tomas (@TomasOnMarkets)
Warren Pies (@WarrenPies)
EMA 14/25/55The indicator calculates three Exponential Moving Averages (EMAs) with periods of 14, 25, and 55. These EMAs are commonly used for analyzing short-term, medium-term, and long-term price trends. The plots are color-coded (red for 14, orange for 25, and aqua for 55) for easy differentiation, helping traders identify trend direction and potential crossovers for trading signals.
Horizontal line mv"Drawing the line in trading with specific conditions" refers to setting predefined criteria or rules for identifying key levels in a market chart. These conditions could be based on technical indicators, price patterns, or support and resistance levels. Traders draw lines (such as trendlines, support, and resistance lines) to visualize areas of potential price reversal, continuation, or breakout. Specific conditions for drawing these lines might include price reaching a certain level, crossing a moving average, or other technical signals that help inform trading decisions.
US10Y 63-Day Range PercentageMide la posición actual del precio del US10Y en su rango de los últimos 63 días, expresada como porcentaje.
Interpretación:
0%: El precio está en el mínimo del rango.
100%: El precio está en el máximo del rango.
Color de fondo: Resalta condiciones extremas según los umbrales configurados.
30 moving averageA 30-moving average (MA) is a technical analysis tool that calculates the average price of an asset over the last 30 periods (e.g., days, weeks, or months). It smooths out price fluctuations to help traders and investors identify trends. Here’s a brief overview:
Purpose: To determine the overall trend direction and filter out short-term price volatility.
Types:
Simple Moving Average (SMA): Equal weight is given to all data points.
Exponential Moving Average (EMA): More weight is given to recent prices.
Usage:
When the price is above the 30-MA, it suggests an uptrend.
When the price is below the 30-MA, it indicates a downtrend.
Application: Commonly used in combination with other indicators to confirm trends, identify potential entry/exit points, and assess overall market momentum.
Customizable VeloAn exponential moving average (EMA) is a type of moving average (MA) that places a greater weight and significance on the most recent data points.
1
The exponential moving average is also referred to as the exponentially weighted moving average. An exponentially weighted moving average reacts more significantly to recent price changes than a simple moving average simple moving average (SMA), which applies an equal weight to all observations in the period.
PV's Dual RSI Crossover StrategyIntroduction to the Dual RSI Two-Cross Indicator
The Relative Strength Index (RSI) is a widely used technical indicator in finance that measures the magnitude of recent price changes to determine overbought or oversold conditions. The RSI Two-Cross indicator takes this concept a step further by introducing a unique twist: it plots two RSI lines with different lengths and generates alerts based on their crossovers.
Key Features:
Dual RSI Lines: The indicator plots two RSI lines with user-defined lengths, allowing traders to compare the short-term and long-term momentum of an asset.
Crossover Alerts: The indicator generates alerts when the shorter RSI line crosses above or below the longer RSI line, indicating potential trend reversals or continuations.
Customizable Parameters: Users can adjust the lengths of the RSI lines, oversold and overbought levels, and other parameters to suit their trading strategy and asset of choice.
Visual Aids: The indicator features colored bars and backgrounds to highlight crossover events, making it easy to identify trading opportunities at a glance.
Trading Applications:
Trend Reversal Detection: The RSI Two-Cross indicator can help traders identify potential trend reversals by monitoring crossovers between the two RSI lines.
Momentum Confirmation: The indicator can be used to confirm momentum shifts in an asset's price, helping traders to filter out false signals and make more informed trading decisions.
Scalping and Day Trading: The indicator's short-term focus makes it suitable for scalping and day trading strategies, where traders aim to capitalize on small price movements.
By combining the versatility of the RSI with the power of crossover analysis, the RSI Two-Cross indicator offers a unique perspective on market momentum and trend dynamics. Whether you're a seasoned trader or just starting out, this indicator can help you navigate the markets with greater confidence and precision.
Custom ROCThe Custom ROC allows you to set the length of the ROC. You can also set a reference value and an upward deviation. The sum of the reference value and deviation is shown as a green line.
EMA ME (12-32)//@version=5
indicator("EMA 12 & 32", overlay=true)
// محاسبه EMA ها
ema12 = ta.ema(close, 12)
ema32 = ta.ema(close, 32)
// رسم EMA ها روی نمودار
plot(ema12, color=color.blue, linewidth=2, title="EMA 12")
plot(ema32, color=color.red, linewidth=2, title="EMA 32")
Stan Weinstein Stage 2 Volume AnalysisStan Weinstein's Stage 2 Volume Analysis focuses on identifying a key phase in his Stage Analysis method, which is the Stage 2 Uptrend. This stage signifies the start of a strong bullish trend, often accompanied by significant volume activity. Here's a concise description:
What is Stage 2?
Stage 2 is the advancing phase of a stock's lifecycle, characterized by rising prices and a breakout above a base (support zone) and the 30-week moving average.
Volume Characteristics in Stage 2:
Breakout Confirmation: A clear surge in volume (often 50% or more above the average) during the price breakout is a strong confirmation of Stage 2.
Sustained Momentum: Subsequent pullbacks should show lower volume, while further upward moves are accompanied by increasing volume.
Significance:
High volume during a breakout indicates strong institutional buying and broad market participation, reinforcing the breakout's reliability.
Helps traders and investors avoid false breakouts and identify high-probability trades.
This analysis integrates volume with price action and trend tools to assess the strength and validity of a Stage 2 breakout.