Mile Runner - Swing Trade LONGMile Runner - Swing Trade LONG Indicator - By @jerolourenco
Overview
The Mile Runner - Swing Trade LONG indicator is designed for swing traders who focus on LONG positions in stocks, BDRs (Brazilian Depositary Receipts), and ETFs. It provides clear entry signals, stop loss, and take profit levels, helping traders identify optimal buying opportunities with a robust set of technical filters. The indicator is optimized for daily candlestick charts and combines multiple technical analysis tools to ensure high-probability trades.
Key Features
Entry Signals: Visualized as green triangles below the price bars, indicating a potential LONG entry.
Stop Loss and Take Profit Levels: Automatically plotted on the chart for easy reference.
Stop Loss: Based on the most recent pivot low (support level).
Take Profit: Calculated using a Fibonacci-based projection from the entry price to the stop loss.
Trend and Momentum Filters: Ensures trades align with the prevailing trend and have sufficient momentum.
Volume and Volatility Confirmation: Verifies market interest and price movement potential.
How It Works
The indicator uses a combination of technical tools to filter and confirm trade setups:
Exponential Moving Averages (EMAs):
A short EMA (default: 9 periods) and a long EMA (default: 21 periods) identify the trend.
A bullish crossover (EMA9 crosses above EMA21) signals a potential upward trend.
Money Flow Index (MFI):
Confirms buying pressure when MFI > 50.
Average True Range (ATR):
Ensures sufficient volatility by checking if ATR exceeds its 20-period moving average.
Volume:
Confirms market interest when volume exceeds its 20-period moving average.
Pivot Lows:
Identifies recent support levels (pivot lows) to set the stop loss.
Ensures the pivot low is recent (within the last 10 bars by default).
Additional Trend Filter:
Confirms the long EMA is rising, reinforcing the bullish trend.
Inputs and Customization
The indicator is highly customizable, allowing traders to tailor it to their strategies:
EMA Periods: Adjust the short and long EMA lengths.
ATR and MFI Periods: Modify lookback periods for volatility and momentum.
Pivot Lookback: Control the sensitivity of pivot low detection.
Fibonacci Level: Adjust the Fibonacci retracement level for take profit.
Take Profit Multiplier: Fine-tune the aggressiveness of the take profit target.
Max Pivot Age: Set the maximum bars since the last pivot low for relevance.
Usage Instructions
Apply the Indicator:
Add the "Mile Runner - Swing Trade LONG" indicator to your TradingView chart.
Best used on daily charts for swing trading.
Look for Entry Signals:
A green triangle below the price bar signals a potential LONG entry.
Set Stop Loss and Take Profit:
Stop Loss: Red dashed line indicating the stop loss level.
Take Profit: Purple dashed line showing the take profit level.
Monitor the Trade:
The entry price is marked with a green dashed line for reference.
Adjust trade management based on the plotted levels.
Set Alerts:
Use the built-in alert condition to get notified of new LONG entry signals.
Important Notes
For LONG Positions Only : Designed exclusively for swing trading LONG positions.
Timeframe: Optimized for daily charts but can be tested on other timeframes.
Asset Types: Works best with stocks, BDRs, and ETFs.
Risk Management: Always align stop loss and take profit levels with your risk tolerance.
Why Use Mile Runner?
The Mile Runner indicator simplifies swing trading by integrating trend, momentum, volume, and volatility filters into one user-friendly tool. It helps traders:
Identify high-probability entry points.
Establish clear stop loss and take profit levels.
Avoid low-volatility or low-volume markets.
Focus on assets with strong buying pressure and recent support.
By following its signals and levels, traders can make informed decisions and enhance their swing trading performance. Customize the inputs and test it on your favorite assets—happy trading!
Candlestick analysis
NAMAZOV ELSHAD STRONG SİGNALIndicator Overview: "1H Precise Breakout with Volume (No MA Line)"
This is a custom TradingView indicator designed for the 1-hour (1H) timeframe, aimed at providing precise and low-risk trading signals without cluttering the chart. It uses a hidden Exponential Moving Average (EMA 34) and volume confirmation to detect breakout opportunities, while also marking trend direction and reversal points.
Purpose: Identifies buy and sell opportunities with reduced false signals.
Key Features:
Hidden EMA (34): A 34-period EMA calculates breakouts but remains invisible to keep the chart clean.
Volume Filter: Signals only appear when volume exceeds its 20-period average by 20%, ensuring strong market momentum.
Trend Direction: Small arrows (green ↑ for bullish, red ↓ for bearish) show the trend based on price relative to the EMA.
Reversal Points: Non-repainting pivot highs (red ▼) and lows (green ▲) mark potential tops and bottoms.
Breakout Signals: "BUY" (lime label) when price crosses above the EMA from a downtrend, and "SELL" (fuchsia label) when price crosses below from an uptrend, both with volume confirmation.
Non-Repainting: Signals are confirmed after a set lookback period (default 5), preventing changes after they appear.
Usage: Ideal for traders who want minimal chart elements and reliable, volume-backed signals on a 1H chart.
Galactic Momentum Flux SignalsMomentum Flux:
Measures the acceleration of price momentum (second derivative of price). A high positive flux means the "spaceship" is blasting off, while a negative flux signals a crash.
Threshold (e.g., 1.5) filters out weak moves.
Volatility Gravity:
Uses the Average True Range (ATR) normalized to price to detect when the market’s "gravitational field" is strong (high volatility = strong trend).
Only trades when gravity exceeds the threshold, avoiding choppy markets.
Cosmic Alignment:
A creative twist: simulates a lunar cycle using a sine wave over a 28-bar period (adjustable). Trades align with "waxing" (rising) phases for longs and "waning" (falling) phases for shorts.
This adds a rhythmic filter, mimicking how celestial events might influence human behavior or market psychology.
Entry Rules:
Long: Momentum accelerates upward (flux > 1.5), volatility is high (gravity > 0.8), and the lunar phase is waxing.
Short: Momentum accelerates downward (flux < -1.5), volatility is high, and the lunar phase is waning.
Exit Rules:
Close when momentum reverses (flux crosses zero) or volatility drops too low (gravity weakens), indicating the trend is losing steam.
Why It’s "Out of This World"
Unconventional Metrics: Combining second-order momentum (flux) with normalized volatility is rare and catches explosive moves early.
Celestial Twist: The lunar cycle filter is a wild card—while not literally tied to the moon, it introduces a cyclical timing mechanism that’s unique and could resonate with market rhythms.
Adaptive: The strategy thrives in trending markets (high gravity) and avoids sideways traps, making it potentially more effective than standard oscillators.
BTC/Gold Ratio Price ChartThis Chart Runs on top of any Price chart, displaying the ration between Bitcoin and Gold.
Grok was the writer, I, Felipe Robayo, was the prompter, tester and reporter to Grok to emit a new script, and now the publisher.
We also wrote the BTC/Gold Ratio as well as the Gold/BTC Ratio.
You can find those as well.
Merged Dynamic Deviation & Twin Range FilterThis script integrates the Twin Range Filter and Deviation Levels, keeping all original inputs while ensuring deviation levels are plotted on the chart
A股趋势跟踪买卖点策略//@version=6
indicator("A股趋势跟踪买卖点策略", overlay=true)
// ===== 参数设置 =====
// 趋势参数
trendLength = input.int(50, title="趋势周期", minval=20, maxval=100)
atrLength = input.int(14, title="ATR周期", minval=5, maxval=30)
trendFilter = input.float(1.5, title="趋势过滤倍数", minval=1.0, maxval=3.0, step=0.1)
// 相对强度参数
rsPeriod = input.int(30, title="相对强度周期", minval=10, maxval=100)
rsThreshold = input.float(70, title="相对强度阈值", minval=50, maxval=90)
// 成交量参数
volumeMultiplier = input.float(1.5, title="成交量放大阈值", minval=1.0, maxval=3.0, step=0.1)
// 风险管理参数
stopLossMultiplier = input.float(1.0, title="止损ATR倍数", minval=0.5, maxval=2.0, step=0.1)
profitTargetPct = input.float(20.0, title="止盈目标百分比", minval=10.0, maxval=50.0, step=0.5) / 100
// ===== 核心逻辑 =====
// 1. 趋势判断
atr = ta.atr(atrLength)
trendUp = close > ta.sma(close, trendLength) + atr * trendFilter
trendDown = close < ta.sma(close, trendLength) - atr * trendFilter
// 2. 相对强度(RS)计算
marketIndex = request.security("SH000001", timeframe.period, close) // 上证指数
stockReturn = (close - close ) / close
marketReturn = (marketIndex - marketIndex ) / marketIndex
relativeStrength = (stockReturn - marketReturn) * 100
rsValid = relativeStrength >= rsThreshold
// 3. 成交量放大条件
volumeAvg = ta.sma(volume, 50)
volumeSpike = volume > volumeAvg * volumeMultiplier
// 4. 买入条件:趋势向上 + 相对强度强 + 成交量放大
buyCondition = trendUp and rsValid and volumeSpike
// 5. 卖出条件:趋势向下或触发止盈止损
var float entryPrice = na
var bool positionActive = false
if buyCondition and not positionActive
entryPrice := close
positionActive := true
takeProfitLevel = entryPrice * (1 + profitTargetPct)
stopLossLevel = entryPrice * (1 - stopLossMultiplier * atr / entryPrice)
sellCondition = positionActive and (trendDown or close >= takeProfitLevel or close <= stopLossLevel)
// ===== 可视化 =====
// 绘制趋势线
plot(ta.sma(close, trendLength), color=color.blue, title="趋势线")
// 绘制相对强度
hline(rsThreshold, "RS阈值", color=color.orange)
plot(relativeStrength, color=color.purple, title="相对强度")
// 绘制买卖信号
plotshape(series=buyCondition, title="买入信号", location=location.belowbar,
color=color.green, style=shape.labelup, text="买入",
textcolor=color.white, size=size.normal)
plotshape(series=sellCondition, title="卖出信号", location=location.abovebar,
color=color.red, style=shape.labeldown, text="卖出",
textcolor=color.white, size=size.normal)
// ===== 警报 =====
alertcondition(buyCondition, title="买入信号",
message="趋势向上 + 相对强度强 + 成交量放大")
alertcondition(sellCondition, title="卖出信号",
message="趋势向下或触发止盈止损")
Boring Candle + EMA 9 Dailyauto UFO + ema 9 mempermudah anda mengetahui area unfill orders dan indikator ini akan menandakan candle stick yang akan menjadi base
3cfThis indicator identifies and signals the points of swing highs and swing lows on the price chart using an algorithm based on market structure. Local highs and lows are highlighted with a colored dot, making it easier to perform technical analysis and recognize trend reversals.
The indicator analyzes a predefined number of bars (e.g., 5 candles) to determine relative highs and lows:
Swing High (Local High) → The current candle has a higher high compared to the previous and subsequent candle.
Swing Low (Local Low) → The current candle has a lower low compared to the previous and subsequent candle.
When a candle meets one of these conditions, a visual dot is placed to indicate the potential reversal point.
Price Alert Indicator with TableIndicator Description: Price Alert Indicator with Table
The Custom Price Alert Indicator with Table is a TradingView script designed to help traders monitor and react to significant price levels during the Asian and London trading sessions. This indicator provides visual alerts and displays relevant session data in a user-friendly table format.
Key Features:
User-Defined Session Times:
Users can specify the start and end hours for both the Asian (default: 8 AM to 2 PM) and London (default: 2 PM to 8 PM) trading sessions in their local time zone.
This flexibility allows traders from different regions to customize the indicator according to their trading hours.
Real-Time Highs and Lows:
The indicator calculates and tracks the high and low prices for the Asian and London sessions in real-time.
It continuously updates these values as new price data comes in.
Touch Notification Logic:
Alerts are triggered when the price touches the session high or low points.
Notifications are designed to avoid repetition; if the London session touches the Asian high or low, subsequent touches are not alerted until the next trading day.
Interactive Table Display:
A table is presented in the bottom right corner of the chart, showing:
The Asian low and high prices
The London low and high prices
Whether each price level has been touched.
Touched levels are visually highlighted in green, making it easy for traders to identify relevant price actions.
Daily Reset of Notifications:
The notification statuses are reset at the end of the London session each day, preparing for the next day’s trading activity.
Use Cases:
Traders can utilize this indicator to stay informed about pivotal price levels during important trading sessions, aiding in decision-making and strategy development.
The clear visual representation of price levels and touch statuses helps traders quickly assess market conditions.
This indicator is particularly beneficial for day traders and those who focus on price movements around key high and low points during the trading day.
Cruce EMA 9/21 marcysrjcruce de emas, 9 21 simplificado con avisos. para mejorar la visalizacion del grafico sin que se interrumpa nada
Relative Strength Index with Buy/Sell Signalsrsi ema wma
lenh buy khi thoa man dong thời, rsi ,ema wma của khung đang chạy và rsi h1 lớn hơn wma h1
lenh buy khi thoa man dong thời, rsi ,ema wma của khung đang chạy và rsi h1 nhỏ hon hơn wma h1
Bitcoin Total VolumeThis Pine Script indicator, titled "Bitcoin Top 16 Volume," is designed to provide traders with an aggregate view of Bitcoin (BTC) spot trading volume across leading cryptocurrency exchanges. Unlike traditional volume indicators that focus on a single exchange, this tool compiles data from a selection of the top exchanges as ranked by CoinMarketCap, offering a broader perspective on overall market activity.
The indicator works by fetching real-time volume data for specific BTC trading pairs on various exchanges. It currently incorporates data from prominent platforms such as Binance (BTCUSDT), Coinbase (BTCUSD), OKX (BTCUSDT), Bybit (BTCUSDT), Kraken (BTCUSD), Bitfinex (BTCUSD), Bitstamp (BTCUSD), Gemini (BTCUSD), Upbit (BTCKRW), Bithumb (BTCKRW), KuCoin (BTCUSDT), Gate.io (BTCUSDT), MEXC (BTCUSDT), Crypto.com (BTCUSD), Poloniex (BTCUSDT), and BitMart (BTCUSDT). It's important to note that while the indicator aims to represent the "Top 16" exchanges, the actual number included may vary due to data availability within TradingView and the dynamic nature of exchange rankings.
The script then calculates the total volume by summing up the volume data retrieved from each of these exchanges. This aggregated volume is visually represented as a histogram directly on your TradingView chart, displayed in white by default. By observing the height of the histogram bars, traders can quickly assess the total trading volume for Bitcoin spot markets over different time periods, corresponding to the chart's timeframe.
This indicator is valuable for traders seeking to understand the overall market depth and liquidity of Bitcoin. Increased total volume can often signal heightened market interest and potential trend strength or reversals. Conversely, low volume might suggest consolidation or reduced market participation. Traders can use this indicator to confirm trends, identify potential breakouts, and gauge the general level of activity in the Bitcoin spot market across major exchanges. Keep in mind that the list of exchanges included may need periodic updates to accurately reflect the top exchanges as rankings on CoinMarketCap evolve.
Stock & Options Hyper-ScalperStrategy is in test to perfection most effective on higher time frames. Also add your own confluence and due diligence when approaching entries.
Combined BB, RSI, and MACDit is an combination of three indicators which will give an edge to your trading system ,so lets make our community the biggest technical trading community....
JolurocePro v3.0sigue lo que dice funcuna con cualquier par verificado operar solo cuando hay confirmacion total
Trendline Break + Sentiment OscillatorFrank Batista Oscilator, trendline breaking buying and selling zones
Impulse MACD enhancedThis indicator is designed to provide robust trade entry signals by combining multiple technical filters. Here’s a summary of its key components:
Impulse MACD Calculation:
Uses a Zero-Lag EMA (ZLEMA) based approach to generate a momentum indicator (with a signal line and histogram) that identifies shifts in market momentum.
Simulated Higher Timeframe (HTF) Trend Filter:
Computes an SMA over a multiplied period to simulate a higher timeframe trend. It requires the price to be in line with this broader trend before signaling an entry.
RSI Filter:
Ensures that for bullish entries the RSI is above a set threshold (indicating momentum) and for bearish entries it’s below a threshold.
ADX Filter:
Uses a manually calculated ADX to confirm that the market is in a strong trend (ADX > 30) to reduce false signals in weakly trending or sideways markets.
Volume Filter:
Compares the current volume to a 20‑bar SMA of volume, requiring volume to be significantly higher (by a user-defined percentage) to confirm the strength of the move.
VWAP Confirmation:
Uses the Volume-Weighted Average Price as an extra layer of confirmation: bullish signals require the price to be above VWAP, bearish signals below.
Optional Long-Term & Short-Term MA Filters:
These filters can be enabled to ensure the price is trading above (or below) longer-term and shorter-term moving averages, further aligning the trade with the prevailing trend.
ATR Volatility Filter:
Checks that volatility (as measured by the ATR relative to price) is below a maximum threshold, which helps avoid taking trades in overly volatile conditions.
Price Action Filter:
Ensures that for a bullish signal the current close is above the highest high over a specified lookback period (and vice versa for bearish), indicating a clear breakout.
Signal Throttling:
Signals are limited to one every 10 bars to prevent excessive trading.
When all these conditions are met, the indicator outputs an entry signal for either a bullish or bearish trade.
This multi-filter approach aims to increase win rate by reducing false signals and aligning trades with strong, confirmed trends while filtering out noise.
Moving Averages IndicatorFollows Price
This indicator attempts to identify trends like the TDI but it isn't based on the RSI so it does not diverge
Market Sessions with Volume Profile - By LeviathanLondon Breakout Strategy Basics
The London breakout strategy aims to capitalize on the increased volatility that occurs when the London session opens. This strategy focuses on breakouts from the Asia session range, typically from 08:00 GMT (London open) to around 12:00 GMT. The idea is to catch the early momentum of the London session as price breaks out of the consolidation range established during the Asia session.
1. Identify Breakout Levels:
The Asia and London sessions are already drawn on the chart.
Focus on the high and low of the Asia session (19:00 GMT - 08:00 GMT) as key breakout levels for the London session.
Asia session high = Resistance.
Asia session low = Support.
2. Wait for Breakout: Watch for price to break either above the Asia session high or below the Asia session low.
A breakout above the Asia high signals a potential long trade, while a breakout below the Asia low signals a potential short trade.
3. RSI & MACD Confirmation:
RSI (Relative Strength Index):
For long trades, ensure RSI > 50 (indicating bullish momentum).
For short trades, ensure RSI < 50 (indicating bearish momentum).
MACD (Moving Average Convergence Divergence):
Look for a bullish crossover (MACD line above the signal line) for long trades.
Look for a bearish crossover (MACD line below the signal line) for short trades.
Confirm the MACD histogram:
Rising histogram indicates bullish momentum.
Falling histogram indicates bearish momentum.
4. Volume Confirmation:
Ensure there’s a volume spike when the breakout happens. A breakout without volume or with weak volume could indicate a fakeout.
Volume should be at least 20% higher than the average during the breakout to confirm a strong move.
5. Timeframe Strategy:
15-Minute Chart:
Use the last 3 candles to identify the overall trend.
If the last 3 candles are mostly bullish, the trend is up.
If the last 3 candles are mostly bearish, the trend is down.
5-Minute Chart:
Use this timeframe to monitor the trade after entering and confirm the breakout.
1-Minute Chart:
Use the 1-minute chart for entry precision:
For long trades, enter when a 1-minute candle closes above the breakout level, confirming volume and momentum.
For short trades, enter when a 1-minute candle closes below the breakout level, confirming volume and momentum.
6. Watch for Fakeouts:
If price breaks out but quickly reverses, it’s likely a fakeout.
Stay cautious if there’s no volume spike or if RSI and MACD don’t confirm the breakout. A fakeout is usually marked by low volume or no momentum confirmation from RSI/MACD.
Mother Candle & Baby Candle SignalsHow It Works:
Mother Candle: A large candle that engulfs the previous range.
Baby Candle: A candle that stays inside the Mother Candle's high & low.
Buy Signal: When price breaks above the Mother Candle’s high.
Sell Signal: When price breaks below the Mother Candle’s low.
Plots signals & Mother Candle levels for better visibility.
Barra elefante com Volume✅ Busca o maior candle (diferença entre máxima e mínima) nos últimos 30 candles.
✅ Verifica se o volume desse candle está acima da média de 20 períodos.
✅ Se a condição for atendida, colore o candle de amarelo.
Autor: Felipe Mendonca