Midnight Open RangeMidnight Open Range with Breakouts & Targets
This indicator helps traders identify and analyze the Midnight Open Range (12:00 AM to 12:30 AM ET) for potential trading opportunities. Key features include:
1. Automatic detection and plotting of the Midnight Open Range
2. Display of multiple historical ranges (customizable)
3. Breakout signals for range violations
4. Multiple target levels based on the range size
5. Customizable colors and styles for easy visual analysis
Perfect for traders looking to capitalize on overnight price action and early morning trends. Ideal for forex, futures, and 24-hour markets.
Note: For best results, use on lower timeframes (5-minute or less) with 24-hour chart data.
Pattern grafici
Enhanced VIP-like IndicatorSettings Breakdown Tutorial: Optimizing a Trading Strategy
This guide explains the key trading strategy settings and how to customize them based on your trading style and goals. Each parameter is essential for tailoring the strategy to market conditions and your risk appetite.
1. Short Moving Average Length (Default: 9)
• Purpose: Tracks short-term trends using a small number of candles.
• Settings Tips:
• Smaller Values (e.g., 9): Quickly react to price changes, useful for fast-moving markets.
• Larger Values (e.g., 12-15): Generate smoother signals for less volatile trades.
2. Long Moving Average Length (Default: 21)
• Purpose: Identifies long-term trends.
• Settings Tips:
• Higher Values (e.g., 50): Spot broader trends at the expense of slower signals.
• Trend Analysis: The interaction of short and long MAs helps determine bullish or bearish trends (e.g., bullish when short MA crosses above long MA).
3. Higher Timeframe MA Length (Default: 200)
• Purpose: Filters long-term trends on a higher timeframe (e.g., daily).
• Settings Tips:
• 200 Periods: Standard for defining bullish (price above) or bearish (price below) markets.
• Adjustable: Use 100 for faster responses or stick with 200 for reliability.
4. Higher Timeframe (Default: 1 Day)
• Purpose: Defines the timeframe for the higher moving average.
• Settings Tips:
• Shorter Timeframes (e.g., 4 Hours): More frequent trading signals.
• Daily Timeframe: Best for swing trading and identifying macro trends.
5. RSI Length (Default: 14)
• Purpose: Measures momentum over a specific number of candles.
• Settings Tips:
• Lower Values (e.g., 7): More sensitive to price changes, ideal for quick trades.
• Higher Values (e.g., 20): Smooth signals for more stable markets.
6. RSI Overbought (70) and Oversold (30) Levels
• Purpose: Marks thresholds for overbought and oversold conditions.
• Settings Tips:
• Stricter Levels (e.g., 80/20): Fewer, higher-quality signals.
• Looser Levels (e.g., 65/35): More frequent signals, suitable for active trading.
7. Pivot Left Bars (5) and Pivot Right Bars (5)
• Purpose: Confirms pivot points (support/resistance) based on surrounding candles.
• Settings Tips:
• Higher Values (e.g., 10): Stronger but less frequent pivot points.
• Lower Values: More responsive, for traders seeking quick pivots.
8. Take Profit Percentage (Default: 2%)
• Purpose: Defines the profit level to exit trades.
• Settings Tips:
• Higher Values (e.g., 5%): For swing traders holding positions longer.
• Lower Values (e.g., 1%): For scalpers focusing on quick trades.
9. Minimum Volume (Default: 1,000,000)
• Purpose: Ensures sufficient liquidity for trading.
• Settings Tips:
• Lower Values: For lower-volume markets.
• Higher Values: Reduces risk in high-liquidity assets.
10. Stop Loss Percentage (Default: 1%)
• Purpose: Sets the maximum acceptable loss per trade.
• Settings Tips:
• Lower Values (e.g., 0.5%): Reduces risk, suited for conservative trading.
• Higher Values (e.g., 2%): Allows more price fluctuation, ideal for volatile markets.
11. Entry Conditions
• Options:
• MA Crossover & RSI: Combines trend-following and momentum for well-rounded signals.
• Pivot Breakout: Focuses on support/resistance breakouts for high-impact trades.
• Settings Tips:
• Trend-Following Traders: Use MA Crossover & RSI.
12. Exit Conditions
• Options:
• Opposite Signal: Exits when the trade’s opposite condition occurs (e.g., bullish to bearish).
• Fixed Take Profit/Stop Loss: Exits based on predefined profit/loss thresholds.
• Settings Tips:
• Opposite Signal: Ideal for trend-following strategies.
Summary
Customizing these settings aligns the strategy with your trading goals. Test configurations in a demo environment before live trading to refine the approach and optimize results. Always balance profit potential with risk management.
• Fixed Levels: Better for strict risk management.
• Breakout Traders: Opt for Pivot Breakout.
Weighted Currency Strength DashboardWeighted Currency Strength Indicator takes all of the currency pairs of a region to form weighted strength.
For example, GBPUSD
array.push(GBP_weights, 0.2) // GBPJPY
array.push(GBP_weights, 0.2) // GBPEUR
array.push(GBP_weights, 0.2) // GBPAUD
array.push(GBP_weights, 0.2) // GBPCAD
SMA, EMA, and RSI SignalPrice is green when above 10ma, 200ma/ema and rsi above 65
Price is red below 10ma, 200 ma/ema and rsi below 35
Gray if no conditions are met
Gap and Breakout Strategy with Buy and Selltrying a different startegy for the everyone who wants to make really good things to the world
Candle Close Above/Below Previous High/LowIt's indicator of Candle Close Above/Below Previous High/Low
USDJPY Score Indicator TrALorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam sed tellus id magna elementum tincidunt. Integer vulputate sem a nibh rutrum consequat. Etiam neque. Praesent dapibus. Aliquam erat volutpat. Integer imperdiet lectus quis justo. Sed convallis magna eu sem. Maecenas fermentum, sem in pharetra pellentesque, velit turpis volutpat ante, in pharetra metus odio a lectus. Integer malesuada. Nullam at arcu a est sollicitudin euismod. Aliquam ornare wisi eu metus. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Quisque tincidunt scelerisque libero. Proin in tellus sit amet nibh dignissim sagittis.
Buy/Sell Signals with Support & Resistance (15m) - MSupport and Resistance Calculation:
Pivot Points: The script calculates support and resistance based on pivot points within a lookback window (pivotLookback).
Resistance: It takes the recent pivot high and adjusts it upward using a sensitivity factor to identify potential resistance.
Support: It takes the recent pivot low and adjusts it downward using the same sensitivity factor to identify potential support.
Buy and Sell Conditions:
MACD: Generates buy signals when the MACD line crosses above the signal line and sell signals when the MACD line crosses below the signal line.
RSI: Ensures buy signals occur when RSI is below the overbought level and sell signals occur when RSI is above the oversold level.
SuperTrend: Confirms the prevailing trend (uptrend for buy signals and downtrend for sell signals).
Plotting:
Support and Resistance Levels: These levels are plotted on the chart as horizontal lines, with resistance in red and support in green.
Buy and Sell Signals: Labels ("BUY" or "SELL") are plotted on the chart based on the conditions.
Bar Color: Bars are colored green for buy signals and red for sell signals.
İtalyan Ghost// © informanerd
//@version=5
maxBoxes = 500
indicator("İtalyan Ghost", "", true, max_boxes_count = maxBoxes)
htf = input.timeframe("", "Zaman Dilimi")
appearGroup = "=============== ==============="
thickWick = input.bool(true, "RENKLER", group = appearGroup)
ascColor = input.color(color.green, "Rengini Seç → Bull:", inline = "color", group = appearGroup)
descColor = input.color(color.white, " Bear:", inline = "color", group = appearGroup)
bodyTrans = input.int(100, "Transparency → Mum Gövdesi:", 0, 100, 10, inline = "trans", group = appearGroup)
wickTrans = input.int(90, " Mum İğnesi:", 0, 100, 10, inline = "trans", group = appearGroup)
ctfCandleDeltaTime = switch
timeframe.isseconds => timeframe.multiplier * 1000
timeframe.isminutes => timeframe.multiplier * 1000 * 60
timeframe.isdaily => timeframe.multiplier * 1000 * 60 * 1440
timeframe.isweekly => timeframe.multiplier * 1000 * 60 * 1440 * 7
timeframe.ismonthly => timeframe.multiplier * 1000 * 60 * 1440 * 30
var bodies = array.new_box()
var wicks = array.new_box()
var color bodyColor = na
var color wickColor = na
= request.security("", htf, )
if bodies.size() > 0 and htfOpenTime == htfOpenTime
bodies.pop().delete()
wicks.pop().delete()
if bodies.size() == maxBoxes / 2
bodies.shift().delete()
wicks.shift().delete()
bodyTop = math.max(htfO, htfC)
bodyBottom = math.min(htfO, htfC)
wickLeft = htfOpenTime + ((htfCloseTime - htfOpenTime) / 2) - ctfCandleDeltaTime
wickRight = htfCloseTime - ((htfCloseTime - htfOpenTime) / 2) + (ctfCandleDeltaTime / 2)
bodyColor := htfO > htfC ? color.new(descColor, bodyTrans) : htfO < htfC ? color.new(ascColor, bodyTrans) : bodyColor
wickColor := htfO > htfC ? color.new(descColor, wickTrans) : htfO < htfC ? color.new(ascColor, wickTrans) : wickColor
bodies.push(box.new(htfOpenTime, bodyTop, htfCloseTime, bodyBottom, bodyTop == bodyBottom ? bodyColor : na, xloc = xloc.bar_time, bgcolor = bodyColor))
wicks.push(box.new(thickWick ? htfOpenTime : wickLeft, htfH, thickWick ? htfCloseTime : wickRight, htfL, na, xloc = xloc.bar_time, bgcolor = wickColor))
prevdayhighlowstrategyjjjj.bjbioıbioıbgiıgbiıuhbi.oujhbioujhbioh
dfisşd,fisşd,fisşd,fisşd,fisdşf,sidfşs,id4
sd,ifsd,fisdşf,isdfşsdfs
MACD Histogram Strategy by Narsa MACD Histogram Strategy Description:
This strategy uses the MACD histogram to identify potential buy and sell signals based on momentum shifts in the market. It operates as follows:
- **Entry Signal (Long):** The strategy enters a long position when the MACD histogram crosses above the zero line, indicating a shift towards bullish momentum.
- **Exit Signal:** The strategy exits the long position when the MACD histogram crosses below the zero line, suggesting a potential shift towards bearish momentum or weakening bullish momentum.
The strategy aims to capitalize on momentum trends by entering trades when upward momentum strengthens and exiting when it weakens. It is designed to work best in trending markets, where momentum shifts are more pronounced.
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
Simple Reversal Point - v2感谢原作者 @Dreadblitz , 我在其脚本之上进行了优化
原脚本链接:
1. 不使用当前k线以避免重绘或者警告频繁触发且与绘图不一致的情况
2. 增加连续三根k线的触发反转条件
3. 使信号交替进行, 不会出现连续的信号
Thanks to the original author @Dreadblitz I optimized it on top of his script
Original script link:
1. Do not use the current K-line to avoid redrawing or warnings that are triggered frequently and are inconsistent with the drawing.
2. Add triggering reversal conditions for three consecutive K lines
3. Make the signals alternate and there will be no continuous signals.
Monthly Vertical Lines//@version=5
indicator("Monthly Vertical Lines", overlay=true)
month_change = (month != month ) // Detects a new month
if month_change
line.new(x1=bar_index, y1=na, x2=bar_index, y2=na, extend=extend.both, color=color.gray, style=line.style_dotted, width=1)
Monthly Vertical Lines//@version=5
indicator("Monthly Vertical Lines", overlay=true)
month_change = (month != month ) // Detects a new month
if month_change
line.new(x1=bar_index, y1=na, x2=bar_index, y2=na, extend=extend.both, color=color.gray, style=line.style_dotted, width=1)
CandelaCharts - Swing Failure Pattern (SFP)# SWING FAILURE PATTERN
📝 Overview
The Swing Failure Pattern (SFP) indicator is designed to identify and highlight Swing Failure Patterns on a user’s chart. This pattern typically emerges when significant market participants generate liquidity by driving price action to key levels. An SFP occurs when the price temporarily breaks above a resistance level or below a support level, only to quickly reverse and return within the previous range. These movements are often associated with stop-loss hunting or liquidity grabs, providing traders with potential opportunities to anticipate reversals or key market turning points.
A Bullish SFP occurs when the price dips below a key support level, triggering stop-loss orders, but then swiftly reverses upward, signaling a potential upward trend or reversal.
A Bearish SFP happens when the price spikes above a key resistance level, triggering stop-losses of short positions, but then quickly reverses downward, indicating a potential bearish trend or reversal.
The indicator is a powerful tool for traders, helping to identify liquidity grabs and potential reversal points in real-time. Marking bullish and bearish Swing Failure Patterns on the chart, it provides clear visual cues for spotting market traps set by major players, enabling more informed trading decisions and improved risk management.
📦 Features
Bullish/Bearish SFPs
Styling
⚙️ Settings
Length: Determines the detection length of each SFP
Bullish SFP: Displays the bullish SFPs
Bearish SFP: Displays the bearish SFPs
Label: Controls the size of the label
⚡️ Showcase
Bullish
Bearish
Both
📒 Usage
The best approach is to combine a few complementary indicators to gain a clearer market perspective. This doesn’t mean relying on the Golden Cross, RSI divergences, SFPs, and funding rates simultaneously, but rather focusing on one or two that align well in a given scenario.
The example above demonstrates the confluence of a Bearish Swing Failure Pattern (SFP) with an RSI divergence. This combination strengthens the signal, as the Bearish SFP indicates a potential reversal after a liquidity grab, while the RSI divergence confirms weakening momentum at the key level. Together, these indicators provide a more robust setup for identifying potential market reversals with greater confidence.
🚨 Alerts
This script provides alert options for all signals.
Bearish Signal
A bearish signal is triggered when a Bearish SFP is formed.
Bullish Signal
A bullish signal is triggered when a Bullish SFP is formed.
⚠️ Disclaimer
Trading involves significant risk, and many participants may incur losses. The content on this site is not intended as financial advice and should not be interpreted as such. Decisions to buy, sell, hold, or trade securities, commodities, or other financial instruments carry inherent risks and are best made with guidance from qualified financial professionals. Past performance is not indicative of future results.
SMA(20,50,100,200) - cryptoMittalSMA(20,50,100,200) - cryptoMittal. Aims to provide simple moving averages for various candle spans
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")
nifty supertrend tritonTrend based Strategy based on EMA , ATR and supertrend . Currently being used and testing on Nifty and Banknifty with adjusted parameters .
Do backtest before taking any trade
INGMorelKillzone con Tendencia H1 y Análisis de Sentimiento
Este indicador te ayuda a identificar oportunidades de trading en la sesión de Nueva York (Killzone) basándose en la tendencia principal de H1. El color de fondo cambia según la tendencia (verde para alcista, rojo para bajista), y se combina con un filtro de sentimiento del mercado utilizando el RSI y el volumen. Además, muestra las líneas de HMA en M15 para ayudarte a identificar las entradas en el momento adecuado. ¡Optimiza tus decisiones de trading con este indicador visual y dinámico!