Strat 3-1 Setup FinderFor users of the Strat this easily identifies a 3-1 set up on different time frames. Enjoy!
Grafik Paternleri
MSTR/MTPLF Flip Strategy (with 1D Supertrend Overlay)MSTR/MTPLF Flip Strategy – Z-Score + MACD + RSI + Supertrend (1D Overlay)
This script is designed for traders rotating between MicroStrategy (MSTR) and Metaplanet (MTPLF)—two Bitcoin proxy stocks—using a quantitative, multi-indicator approach.
🔍 Core Strategy:
Z-Score detects statistical mispricing between MSTR and MTPLF
RSI confirms momentum extremes (overbought/oversold)
MACD identifies trend reversals
Supertrend (1D) confirms the broader trend direction
✅ Flip Signals:
Flip to MSTR: Z-Score < -2, RSI < 30, MACD bullish crossover, and Supertrend (1D) is bullish
Flip to MTPLF: Z-Score > +2, RSI > 70, MACD bearish crossover, and Supertrend (1D) is bearish
📈 Visual Overlay:
The 1D Supertrend line is plotted directly on your current chart (e.g., 4H) for easy trend tracking.
🧠 Ideal for swing traders and pair traders looking to rotate capital between correlated assets based on both mean reversion and trend confirmation.
Customize the timeframe, sensitivity, and alerts to fit your trading style.
TruRSI Trendlines with BreakoutsTruRSI Trendline with Break for trading a trending market and spotting breakout, continuation and reversal promptly. It is adapted from RSI Trendline with Breakouts with parameters to suit my understanding.
DXY Monthly Return (+3M Lead)This indicator calculates the rolling monthly return (based on 21 trading days) for the U.S. Dollar Index (DXY), applying a +3-month forward shift (lead) to the series.
It is designed to help visualize the leading effect of USD strength or weakness on other macro-sensitive assets — particularly Bitcoin and crypto markets, which often react to changes in global dollar liquidity with a lag of approximately 10 weeks.
Note: This script does not invert the values directly. To match the inverted Y-axis visual used by Steno Research — where negative USD returns are displayed at the top — simply right-click the Y-axis in the chart panel and select “Invert Scale.”
💡 Use this tool for macro trend analysis, early crypto signal generation, or studying inverse correlations between USD and risk assets.
Source logic: Steno Research, Bloomberg, Macrobond.
NK - ATR Extensions + ADR + Table (21 & 50 DMA Only)This code to show - ATR Extensions + ADR + Table
it is build for personnel usage, please also note that the code also copied some from google.
Hammer with Rising MA20 (Buy Alert)Timeframe: 1 hour
MA20 is rising for the past 10 periods
Hammer candle:
Low at or below MA20
Close above MA20
Lower wick ≥ 2 × body
Body above MA200
Buy signal alert at the close of the candle
MA20 and MA200 plotted on chart
2-Candle Reversal with Hammer + MA + RSI (Buy Alert)First Candle (Setup Candle):
Hammer:
Lower wick ≥ 2 × real body
Close is:
Below MA20 and MA200
MA20 is below MA200 (bearish environment)
RSI < 40
Second Candle (Confirmation Candle):
Higher Low
Higher High and Close above previous high
Hammer Buy Signal with MA & RSI + Alert15-minute timeframe
Hammer candlestick:
Lower wick ≥ 2 × real body
Price conditions:
Close > MA200
Close < MA20
RSI < 40
Signal: Generate a BUY signal
ROC Spike Alert by Jaani//@version=5
indicator("ROC Spike Alert by Jaani", overlay=true)
// === Inputs ===
rocLength = input.int(9, title="ROC Length")
spikeThreshold = input.float(2.0, title="Spike Threshold (%)")
// === ROC Calculation ===
roc = 100 * (close - close ) / close
// === Spike Conditions ===
bullishSpike = roc > spikeThreshold
bearishSpike = roc < -spikeThreshold
// === Plot ROC on Separate Scale
plot(roc, title="ROC", color=color.blue, linewidth=1, display=display.none)
// === Signal Plotting on Chart ===
plotshape(bullishSpike, title="Bullish Spike", location=location.belowbar,
color=color.green, style=shape.triangleup, size=size.small, text="BUY")
plotshape(bearishSpike, title="Bearish Spike", location=location.abovebar,
color=color.red, style=shape.triangledown, size=size.small, text="SELL")
// === Alerts ===
alertcondition(bullishSpike, title="ROC Bullish Spike", message="ROC UP Spike Detected - BUY Signal")
alertcondition(bearishSpike, title="ROC Bearish Spike", message="ROC DOWN Spike Detected - SELL Signal")
Scalping Ichimoku with Optional Choppiness and RSI FilterIchimoku Cloud Buy-Sell Signal Indicator. The Ichimoku Cloud Strategy is a comprehensive trend-following system combining multiple indicators. It uses the Kumo (cloud) to identify support, resistance, and trend direction. Buy signals occur when price breaks above the cloud with bullish confirmation. Sell signals trigger when price breaks below with bearish alignment. Ideal for spotting momentum shifts and sustained trend entries.
Midpoint Line on Last Two Strong CandlesBreaking a mid point of the recent strong candle by its opposite candle can be considered as a trend reversal.
Weekly ManipulationUnderstanding the "Weekly Manipulation" Indicator
The "Weekly Manipulation" indicator is a powerful tool designed to identify false breakouts in the market—moments. Let me explain how it works in simple terms.
What This Indicator Detects
This indicator spots two specific market behaviors that often indicate manipulation:
1. Single-Day Manipulation (Red/Green Labels)
This occurs when price briefly breaks through a significant daily level but fails to maintain the momentum:
Bearish Manipulation (Red): Price pushes above the previous day's high, but then reverses and closes below that high.
Bullish Manipulation (Green): Price drops below the previous day's low), but then reverses and closes above that low.
2. Two-Day Manipulation (Black Labels)
This is a more complex version of the same pattern, but occurring over a 2-day period. These signals can indicate even stronger manipulation attempts and potentially more powerful reversals.
Why This Matters for Your Trading
By identifying these patterns, you can:
- Avoid getting caught in false breakouts
- Find potential entry points after the manipulation is complete
- Understand when market action might not be genuine price discovery
How to Use This Indicator
1. Look for Red Markers: These appear when price has attempted to break higher but failed. This often suggests bearish potential going forward.
2. Look for Green Markers: These appear when price has attempted to break lower but failed. This often suggests bullish potential going forward.
3. Pay Attention to Black Markers: These 2-day patterns can signal stronger reversals and might be worth giving extra weight in your analysis.
The indicator labels these patterns clearly as "Manipulation" right on your chart, giving you an immediate visual cue when these potential setups occur.
Minervini Trend Template (EMA)📄 Description:
This script is inspired by Mark Minervini’s SEPA (Specific Entry Point Analysis) strategy and adapts his famous Trend Template using Exponential Moving Averages (EMAs). It helps traders visually identify technically strong stocks that are in ideal buy conditions based on Minervini's rules.
📈 Strategy Logic:
This script scans for momentum breakouts by filtering stocks with the following characteristics:
✅ Buy Criteria (All Conditions Must Be Met):
Price above 50-day EMA
Price above 150-day EMA
Price above 200-day EMA
50-day EMA above 150-day EMA
150-day EMA above 200-day EMA
200-day EMA trending upward (greater than it was 20 days ago)
Price within 25% of its 52-week high
Price at least 30% above its 52-week low
If all 8 conditions are satisfied, the script triggers a SEPA Setup Signal. This is visually indicated by:
✅ A green background on the chart
✅ A label saying “SEPA Setup” under the bar
🛒 When to Buy:
Wait for the stock to break out above a recent base or consolidation pattern (like a cup-with-handle or flat base) on strong volume.
The ideal entry is within 5% of the breakout point.
Confirm that the SEPA conditions are met on the breakout day.
📉 When to Sell:
Place a stop-loss 5–8% below your entry price.
Exit if the breakout fails and price falls back below the pivot or the 50-day EMA.
Take partial profits after a 20–25% gain, and move your stop-loss up to breakeven or trail it using moving averages like the 21 or 50 EMA.
Exit fully if price closes below the 50-day or 150-day EMA on volume.
🧠 Why EMAs?
EMAs react faster to recent price action than SMAs, helping you catch earlier signals in fast-moving markets. This makes it especially useful for growth and momentum traders following Minervini’s high-performance approach.
📊 How to Use:
Apply the script to any stock chart (daily timeframe recommended).
Look for a green background + SEPA Setup label.
Combine with price/volume analysis, base patterns, and market context to time your entries.
🚨 Optional Alerts:
You can set an alert on the condition minerviniPass == true to notify you when a SEPA-compliant setup appears.
📚 This tool is meant for educational and research purposes. Always validate with your own due diligence and consult your risk plan before making any trades.
Intraday Sweep + Theta Decay + TPVolume Sweep Detects sudden volume spikes above average (suggests smart money interest)
Theta Decay Penalizes late entries — triggers only if price reacts quickly
Trend Filter Uses EMA for bullish/bearish bias
TP Levels Calculates target price based on ATR or fixed multiples
Signals Buy/Sell entries with TP levels plotted and alerts triggered
Market Structure & Support/ResistanceOverview
This Pine Script indicator, inspired by Richard Wyckoff and Stan Weinstein’s market structure theories, assists traders in navigating market cycles by identifying key phases and support/resistance levels. It’s designed for TradingView, offering a visual and customizable tool for better trading decisions.
Key Features
Market Stages: Detects and colors four stages—accumulation, advancing, distribution, declining—to show the market’s phase.
Support/Resistance: Plots these as areas, not lines, highlighting potential price reaction zones and their weakening with multiple tests.
Moving Averages: Includes 200-day and 50-period MAs for trend analysis and dynamic levels.
Alerts: Notifies on breakouts/breakdowns, with volume filters for confirmation.
Customization: Adjust pivot periods, volume thresholds, and toggle visuals for personalized use.
Benefits
It helps traders decide when to buy, sell, or stay out by understanding market conditions, with alerts for significant moves. The indicator also shows how support can turn into resistance after breaks, a common market behavior.
Contact Information
For questions, reach out to @w_thejazz on X
Candle Eraser (New York Time, Dropdown)If you want to focus on first 3 hours of Asia, London> and New York, inspired by Stacey Burke Trading 12 Candle Window Concept
- Set your time to UTC-4 New York
A+ Trade Checklist
See bearish or bullish trends for QQQ and SPY
Check if the ticker is above or below important levels like Previous Day High/Low and Premarket High/Low
Set your own X-minute High/Low and see if the price is above or below
Set your own EMA and check if the price is above or below
Choose the corner of the chart to display the table
Customize all colors to match your preferences
Bearish Pennant DetectorHere’s a simple Pine Script that attempts to identify bearish pennant patterns and plot a clear visual on TradingView. This version uses:
A downtrend check using moving averages.
A tight consolidation (pennant body) via narrowing Bollinger Bands.
A bearish breakout trigger.
A red triangle visual on the chart when a bearish pennant is detected.
My Test Indicator//@version=5
indicator("SMA Crossover Alert", overlay=true)
// Inputs
shortSMA = ta.sma(close, 5)
longSMA = ta.sma(close, 20)
// Plotting SMAs
plot(shortSMA, title="SMA 5", color=color.orange, linewidth=2)
plot(longSMA, title="SMA 20", color=color.blue, linewidth=2)
// Crossover conditions
bullishCross = ta.crossover(shortSMA, longSMA)
bearishCross = ta.crossunder(shortSMA, longSMA)
// Plot signals on chart
plotshape(bullishCross, title="Bullish Crossover", location=location.belowbar, color=color.green, style=shape.labelup, text="Buy")
plotshape(bearishCross, title="Bearish Crossover", location=location.abovebar, color=color.red, style=shape.labeldown, text="Sell")
// Alerts
alertcondition(bullishCross, title="Buy Signal", message="SMA 5 has crossed above SMA 20 - Buy Signal!")
alertcondition(bearishCross, title="Sell Signal", message="SMA 5 has crossed below SMA 20 - Sell Signal!")
Crypto Scalping Dashboard [Dubic]Crypto Scalping Dashboard - 5m
This powerful and user-friendly indicator is designed specifically for crypto scalpers trading the 5-minute timeframe. It combines trend-following and pullback detection techniques to help you enter trades with high confidence and precision.
Key Features:
EMA Trend Detection: Uses fast (9) and slow (21) EMAs to identify the primary market trend.
SuperTrend Confirmation: Filters trades based on the SuperTrend indicator to confirm momentum direction.
Pullback Re-entry Signals: Detects optimal pullbacks using RSI and price action around the fast EMA, enabling you to re-enter trending moves for maximized profits.
Recent High/Low Avoidance: Prevents entries near recent extreme price levels to reduce false signals and premature reversals.
Clear Visual Alerts: Buy and sell arrows mark initial entries and pullback re-entries right on your chart.
Intuitive Dashboard: A compact on-chart table displays real-time signals from EMA, SuperTrend, RSI pullback status, and overall trade bias.
Alert-Ready: Custom alert conditions for new entries and re-entries ensure you never miss a trading opportunity.
How It Works:
The indicator combines multiple trend and momentum signals to identify the start of strong trends and potential re-entries after pullbacks. It only signals entries when the market conditions align across EMA, SuperTrend, and RSI, ensuring high-probability trades. It also avoids taking trades too close to recent support or resistance levels to minimize risks.
Ideal for traders seeking a balanced blend of trend following and tactical pullback entries in fast-moving crypto markets.
EMA MAs 7EMA(ERJUANSTURK)All ema mas values are entered. 20, 50, 100,150,200,300,400. The indicator is designed simply and elegantly.
Price Action Forecast (ERJUANSTURK)█ Overview
The Price Action Color Forecast Indicator, is an innovative trading tool that uses the power of historical price action and candlestick patterns to predict potential future market movements. By analyzing the colors of the candlesticks and identifying specific price action events, this indicator provides traders with valuable insights into future market behavior based on past performance.
█ Calculations
The Price Action Color Forecast Indicator systematically analyzes historical price action events based on the colors of the candlesticks. Upon identifying a current price action coloring event, the indicator searches through its past data to find similar patterns that have happened before. By examining these past events and their outcomes, the indicator projects potential future price movements, offering traders valuable insights into how the market might react to the current price action event.
The indicator prioritizes the analysis of the most recent candlesticks before methodically progressing toward earlier data. This approach ensures that the generated candle forecast is based on the latest market dynamics.
The core functionality of the Price Action Color Forecast Indicator:
Analyzing historical price action events based on the colors of the candlesticks.
Identifying similar events from the past that correspond to the current price action coloring event.
Projecting potential future price action based on the outcomes of past similar events.
█ Example
In this example, we can see that the current price action pattern matches with a similar historical price action pattern that shares the same characteristics regarding candle coloring. The historical outcome is then projected into the future. This helps traders to understand how the past pattern evolved over time.
█ How to use
The indicator provides traders with valuable insights into how the market might react to the current price action event by examining similar historical patterns and projecting potential future price movements.
█ Settings
Candle series
The candle lookback length refers to the number of bars, starting from the current one, that will be examined in order to find a similar event in the past.
Forecast Candles
Number of candles to project into the future.
-----------------
Disclaimer
The information contained in my Scripts/Indicators/Ideas/Algos/Systems does not constitute financial advice or a solicitation to buy or sell any securities of any type. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, backtest, or individual's trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.