All in One (5 MAs + Dynamic Cloud + OH/OL + Narrow Range)The indicator is an All In One indicator to show 5 MAs, Open=High/Low candle and to mark the expected narrow range of the candle.
Moving Averages
RSI with TRENDLINEthis indicator calculate and draw trendline on rsi ,this is helpfull for those who tred with rsi
Fear & Greed Oscillator — LEAP Puts (v6, manual DMI/ADX)Fear & Greed Oscillator — LEAP Puts (v6, manual DMI/ADX) is a Puts-focused mirror of the Calls version, built to flag top risk and momentum rollovers for timing LEAP Put entries. It outputs a smoothed composite from −100 to +100 using slower MACD, manual DMI/ADX (Wilder), RSI and Stoch RSI extremes, OBV distribution vs. accumulation, and volume spike & direction, with optional Put/Call Ratio and IV Rank inputs. All thresholds, weights, and smoothing match the Calls script for 1:1 customization, and a component table shows what’s driving the score. Reading is simple: higher values = rising top-risk (red shading above “Top-Risk”); lower values = deep dip / bounce risk (green shading). Built-in alerts cover Top-Risk, Deep Dip, and zero-line crosses for clear, actionable cues.
ICT GMMA VegasHigh-Level Summary
This indicator blends:
ICT concepts (Market Structure Shift, Break of Structure, Order Blocks, Liquidity Pools, Fair Value Gaps, Killzones, etc.).
GMMA (Guppy Multiple Moving Averages) to visualize short, medium, and long trend strength.
Vegas Tunnels (EMA channels 144/169 and 576/676, plus optional 288/388 mid-tunnels).
Vegas Touch entry module with candlestick patterns (Pin Bar 40%, Engulfing 60%).
Extra slope EMAs (EMA60 & EMA200 with color change by slope).
It not only shows the structure (OB, Liquidity, FVGs) but also plots entry arrows and alerts when Vegas Touch + GMMA align.
⚙️ Script Components
1. GMMA Visualization
Short-term EMAs (3–15, green).
Medium-term EMAs (30–60, red).
Long-term EMAs (100–250, blue).
Used to measure crowd sentiment: short EMAs = traders, long EMAs = investors.
The script counts how many EMAs the close is above/below:
If close above ≥17 → possible buy trend.
If close below ≥17 → possible sell trend.
Plots arrows for buy/sell flips.
2. Vegas Tunnels
Short-term tunnel → EMA144 & EMA169.
Long-term tunnel → EMA576 & EMA676.
Mid-tunnels → EMA288 & EMA388.
Plotted as orange/fuchsia/magenta bands.
Conditions:
Breakout checks → if close crosses above/below these EMAs compared to prior bar.
3. ICT Toolkit
Market Structure Shift (MSS) & BOS (Break of Structure): labels & dotted lines when price shifts trend.
Liquidity zones (Buy/Sell): boxes drawn around swing highs/lows with clustering.
Fair Value Gaps (FVG/IFVG): automatic box drawing, showing break status.
Order Blocks (OB): bullish/bearish blocks, breaker OB recognition.
Killzones: highlights NY open, London open/close, Asia session with background shading.
Displacement: plots arrows on large impulse candles.
NWOG/NDOG: Weekly/Monday Open Gaps.
Basically, this section gives a full ICT price action map on the chart.
4. Vegas Touch Entry Module (Pin40/Eng60 + EMA12 switch)
This is the custom entry system you added:
Logic:
If EMA12 > EMA169, use Tunnel (144/169) as reference.
If EMA12 ≤ EMA169, use Base (576/676).
Hard lock: no longs if EMA12 < EMA676; no shorts if EMA12 > EMA676.
Touch condition:
Long → price touches lower band (Tunnel/Base).
Short → price touches upper band (Tunnel/Base).
With ATR/Percent tolerance.
Trend filter:
Must also align with long-term Vegas direction (144/169 vs 576/676 cross).
Close must be on the outer side of the band.
Candlestick filter:
Pin Bar (≥40% wick) or
Engulfing (≥60% bigger body than previous).
Cooldown: avoids multiple signals in short succession.
Plots:
Green triangle below = Long entry.
Red triangle above = Short entry.
Alerts: triggers once per bar close with full message.
5. Slope EMAs (Extra)
EMA60 and EMA200 plotted as thick lines.
Color:
Green if sloping upward (current > value 2 bars ago).
Red if sloping downward.
📡 Outputs & Alerts
Arrows for GMMA trend flips.
Arrows for Vegas Touch entries.
Labels for MSS, BOS, FVGs, OBs.
Liquidity/FVG/OB boxes.
Background shading for killzones.
Alerts:
“📡 Entry Alert (Long/Short)” for GMMA.
“VT LONG/SHORT” for Vegas Touch.
📝 Key Idea
This is not just one system, but a multi-layered confluence tool:
ICT structure & liquidity context.
GMMA trend recognition.
Vegas Tunnel directional bias.
Candlestick-based confirmation (Pin/Engulf).
Alert automation for live trading.
👉 It’s essentially a trader’s dashboard: structural map + moving averages + entry signals all in one.
Sorry Cryptoface Market Cypher B//@version=5
indicator("Sorry Cryptoface Market Cypher B", shorttitle="SorryCF B", overlay=false)
// 🙏 Respect to Cryptoface
// Market Cipher is the brainchild of Cryptoface, who popularized the
// combination of WaveTrend, Money Flow, RSI, and divergence signals into a
// single package that has helped thousands of traders visualize momentum.
// This script is *not* affiliated with or endorsed by him — it’s just an
// open-source educational re-implementation inspired by his ideas.
// Whether you love him or not, Cryptoface deserves credit for taking complex
// oscillator theory and making it accessible to everyday traders.
// -----------------------------------------------------------------------------
// Sorry Cryptoface Market Cypher B
//
// ✦ What it is
// A de-cluttered, optimized rework of the popular Market Cipher B concept.
// This fork strips out repaint-prone code and redundant signals, adds
// higher-timeframe and trend filters, and introduces volatility &
// money-flow gating to cut down on the "confetti signals" problem.
//
// ✦ Key Changes vs. Original MC-B
// - Non-repainting security(): switched to request.security(..., lookahead_off)
// - Inputs updated to Pine v5 (input.int, input.float, etc.)
// - Trend filter: EMA or HTF WaveTrend required for alignment
// - Volatility filter: minimum ADX & ATR % threshold to avoid chop
// - Money Flow filter: signals require minimum |MFI| magnitude
// - WaveTrend slope check: reject flat or contra-slope crosses
// - Cooldown filter: prevents multiple signals within N bars
// - Bar close confirmation: dots/alerts only fire once a candle is closed
// - Hidden divergences + “second range” divergences disabled by default
// (to reduce noise) but can be toggled on
//
// ✦ Components
// - WaveTrend oscillator (2-line system + VWAP line)
// - Money Flow Index + RSI overlay
// - Stochastic RSI
// - Divergence detection (WT, RSI, Stoch)
// - Optional Schaff Trend Cycle
// - Optional Sommi flags/diamonds (HTF confluence markers)
//
// ✦ Benefits
// - Fewer false positives in sideways markets
// - Signals aligned with trend & volatility regimes
// - Removes repaint artifacts from higher-timeframe sources
// - Cleaner chart (reduced “dot spam”)
// - Still flexible: all original toggles/visuals retained
//
// ✦ Notes
// - This is NOT the official Market Cipher.
// - Educational / experimental use only. Do your own testing.
// - Best tested on 2H–4H timeframes; short TFs may still look choppy
//
// ✦ Credits
// Original open-source inspirations by LazyBear, RicardoSantos, LucemAnb,
// falconCoin, dynausmaux, andreholanda73, TradingView community.
// This fork modified by Lumina+Thomas (2025).
// -----------------------------------------------------------------------------
LEAP Put Edge — Top Risk Oscillator (v6, divergences + HTF)Pinpoint market tops with precision — a composite oscillator built to spot exhaustion, bearish divergences, and high-probability LEAP Put entry zones.
The LEAP Put Edge — Top Risk Oscillator is designed specifically to help identify high-probability entry points for long-dated Put options (LEAPs) by highlighting exhaustion at market tops. Unlike generic overbought/oversold tools, it combines slower MACD and DMI/ADX for trend quality, RSI and Stochastic RSI for momentum extremes, volume spike and upper-wick exhaustion signals for capitulation risk, and optional bearish divergences in RSI and MACD to confirm weakening strength. The output is a smoothed composite score scaled from -100 to +100, where higher values indicate rising top-risk and bearish edge conditions. Clear thresholds, color-coded plots, and built-in alerts make it straightforward and practical for traders seeking simple, actionable signals to time Put entries with confidence.
XAU Trend Ride - Manual Signals (9 & 21 EMA Pullbacks + Alerts)This strategy is designed for XAUUSD on the 15-minute chart and is based on mean reversion around the 50 EMA.
• A buy signal occurs when price is above the 50 EMA, the EMA is sloping upward, and price makes a pullback into the EMA before turning back up.
• A sell signal occurs when price is below the 50 EMA, the EMA is sloping downward, and price makes a pullback into the EMA before turning back down.
The system uses a fixed 2:1 risk-reward ratio, with the option to scale out partial profits at 1:1. It is intended for trending markets and may produce false signals in choppy, ranging conditions.
This makes the strategy simple, disciplined, and easy to follow without over-complicating the rules.
Canyons Trend Ride SignalTrend alignment signals using 3 EMA's. pre-code written parameters must all be met to throw a signal out. Works best with Heiken ashi candles. Works on Gold, Nas100, S&P 500 and US30
RSI Oscillator fxdealBased on the Pine Script code you provided, here is a detailed description of the indicator's features and functionality.
Indicator Overview
This is the Heikin Ashi RSI Oscillator (HARSI), a custom-built indicator for TradingView. It combines the principles of Heikin Ashi candles and the Relative Strength Index (RSI) to provide a smoothed, trend-focused oscillator in a separate pane below the main chart. The indicator visualizes trend strength, overbought/oversold conditions, and momentum changes using a series of configurable plots and lines.
Key Components and Features
Heikin Ashi RSI Candles: This is the core component. Instead of traditional price data, the indicator uses a custom Heikin Ashi calculation applied to the RSI values. This creates a smoothed, momentum-driven "candle" visualization that filters out market noise, making it easier to identify the direction and strength of the trend. The color of these candles changes to reflect bullish (teal) or bearish (red) momentum.
RSI Plot & Histogram: The indicator includes a standard RSI line plot and an optional histogram. The RSI can be displayed in "Smoothed Mode," which applies a Heikin Ashi-like smoothing to the RSI line itself to reduce volatility and improve trend identification. The histogram visually represents the RSI's value, with its height corresponding to the magnitude of the RSI.
Stochastic RSI: An optional Stochastic RSI is included to provide a different perspective on momentum. This is a "momentum of momentum" indicator that can be used for confirming trend changes or identifying overbought/oversold conditions within the RSI's own range. It can be plotted as either a ribbon (showing the K and D lines filled) or as individual lines.
Bollinger Bands (Stepline Style): The indicator overlays Bollinger Bands on the RSI. These bands adapt to the volatility of the RSI, providing dynamic overbought and oversold levels. The middle band is a simple moving average of the RSI. The upper and lower bands are plotted using a stepline style, giving them a distinct, staggered appearance.
Horizontal Lines: Several fixed horizontal lines are plotted to define key zones:
Overbought/Oversold (OB/OS) Zones: Customizable horizontal lines define overbought and oversold regions, with additional lines for "extreme" levels. These are based on the indicator's zero-median scale.
Traditional RSI Levels: Optional dotted horizontal lines at 70, 50, and 30 help users who are accustomed to traditional RSI readings quickly identify overbought, neutral, and oversold conditions.
Simple EMA IndicatorSimple EMA Indicator by Ashwin Kumar. Includes all prominent timeframe moving averages on a single indicator.
Delta Pulse Oscillator — GSK-VIZAG-AP-INDIA“Delta Pulse Oscillator visualizes buy vs. sell pressure using smoothed delta %, baselines, and crossover markers.”
📌 Delta Pulse Oscillator — GSK-VIZAG-AP-INDIA
The Delta Pulse Oscillator is a custom-built momentum tool that measures the balance between buying and selling activity and smooths it with moving averages. It provides a visual representation of percentage delta strength with dynamic coloring, baseline levels, and crossover markers.
🔎 Key Features
Delta EMA (%) Line → Shows the smoothed percentage difference between simulated buy and sell volumes.
Signal EMA Line → A shorter EMA applied on Delta EMA to highlight momentum shifts.
Baseline Levels
0 line (neutral balance of buy/sell activity).
+5 baseline (stronger positive pressure).
-5 baseline (stronger negative pressure).
Dynamic Coloring → Green when Delta EMA is above zero, red when below.
Cross Dots
Yellow dots mark when Delta EMA or Signal EMA crosses the zero line.
Orange dots appear when Delta EMA crosses the +5 or –5 baselines.
Green/Red dots highlight when both EMAs stay above +5 or below –5.
Background Fills → Visual zones for positive and negative regions.
🧩 How It Can Be Used
Helps to visualize buying vs. selling pressure in real time.
Highlights when momentum is strengthening or weakening around defined baseline levels.
Useful as a confirmation tool when combined with other forms of analysis.
⚠️ Note: This script is for educational and analytical purposes only. It is not a trading strategy and does not provide buy/sell signals. Always use with additional tools, price action, and proper risk management.
Altcoins % Above Weekly EMA21 Top50-550The indicator shows the percentage of altcoins trading above the weekly EMA21 within a selected group (Top50, Top150, Top550, or Personal).
It helps assess overall altcoin market strength, identify overbought/oversold zones, and spot potential entry or exit points.
Low Volatility Breakout in Trend
█ OVERVIEW
"Low Volatility Breakout in Trend" is a technical analysis tool that identifies periods of low-volatility consolidation within an ongoing trend and signals potential breakouts aligned with the trend's direction. The indicator detects trends using a simple moving average (SMA) of price, identifies consolidation zones based on the size of candle bodies, and displays the percentage change in volume (volume delta) at the breakout moment.
█ CONCEPTS
The core idea of the indicator is to pinpoint moments where traders can join an ongoing trend by capitalizing on breakouts from consolidation zones, supported by additional information such as volume delta. It provides clear visualizations of trends, consolidation zones, and breakout signals to facilitate trading decisions.
Why Use It?
* Breakout Identification: The indicator locates low-volatility consolidation zones (measured by the size of individual candle bodies, not the price range of the consolidation) and signals breakouts, enabling traders to join the trend at key moments.
* Volume Analysis: Displays the percentage change in volume (delta) relative to its simple moving average, providing insight into market activity rather than acting as a signal filter.
* Visual Clarity: Colored trend lines, consolidation boxes (drawn only after the breakout candle closes, not on subsequent candles), and volume delta labels enable quick chart analysis.
* Flexibility: Adjustable parameters, such as the volatility window length or SMA period, allow customization for various trading strategies and markets.
How It Works
* Trend Detection: The indicator calculates a simple moving average (SMA) of price (default: based on the midpoint of high/low) and creates dynamic trend bands, offset by a percentage of the average candle height (band scaling). A price above the upper band signals an uptrend, while a price below the lower band indicates a downtrend. Trend changes occur not when the price crosses the SMA but when it crosses above the upper band or below the lower band (offset by the average candle height multiplied by the scaling factor).
* Consolidation Identification: Identifies low-volatility zones when the candle body size is smaller than the average body size over a specified period (default: 20 candles) multiplied by a volatility threshold — the maximum allowable body size as a percentage of the average body (e.g., 2 means the candle body must be less than twice the average body to be considered low-volatility).
* Breakout Signals: A breakout occurs when the candle body exceeds the volatility threshold, is larger than the maximum body in the consolidation, and aligns with the trend direction (bullish in an uptrend, bearish in a downtrend).
* Visualization: Draws a trend line with a gradient, consolidation boxes (appearing only after the breakout candle closes, marking the consolidation zone), and volume delta labels. Optionally displays breakout signal arrows.
* Signals and Alerts: The indicator generates signals for bullish and bearish breakouts, including the volume delta percentage. Alerts are an additional feature that can be enabled for notifications.
Settings and Customization
* Volatility Window: Length of the period for calculating the average candle body size (default: 20).
* Volatility Threshold: Maximum candle body size as a percentage of the average body (default: 2).
* Minimum Consolidation Bars: Number of candles required for a consolidation (default: 10).
* SMA Length for Trend: Period of the SMA for trend detection (default: 100).
* Band Scaling: Offset of trend bands as a percentage of the average candle height (default: 250%), determining the distance from the SMA.
* Visualization Options: Enable/disable consolidation boxes (Show Consolidation Boxes, drawn after the breakout candle closes), volume delta labels (Show Volume Delta Labels), and breakout signals (Show Breakout Signals, e.g., triangles).
* Colors: Customize colors for the trend line, consolidation boxes, and volume delta labels.
█ OTHER SECTIONS
Usage Examples
* Joining an Uptrend: When the price breaks out of a consolidation in an uptrend with a volume delta of +50%, open a long position; the signal is stronger if the breakout candle surpasses a local high.
* Avoiding False Breakouts: Ignore breakout signals with low volume delta (e.g., below 0%) and combine the indicator with other tools (e.g., support/resistance levels or oscillators) to confirm moves in low-activity zones.
Notes for Users
* On markets that do not provide volume data, the indicator will not display volume delta — disable volume labels and enable breakout signals (e.g., triangles) instead.
* Adjust parameters to suit the market's characteristics to minimize noise.
* Combine with other tools, such as Fibonacci levels or oscillators, for greater precision.
Brandon MAA configurable moving-average tool (SMA/EMA/… including exotic types) that colors trend by “price vs MA” or “rising MA,” and marks MA touches (support/resistance) plus rejection breakouts with labels. It also offers tolerance bands, optional smoothing, bar coloring, and glow styling for rapid trend read-through.
VSTBrandonBuilds a volume-adjusted MA baseline, then runs an ATR Supertrend with asymmetric multipliers to determine bullish/bearish state. The line, glow band, gradient area, candles, and Long/Short labels all follow the active trend, with alert hooks for automation.
Trendlines, SMC, SR, This is a Comprehensive Indicator - It includes Trendlines and shows break outs, SMC, FV gaps, Order Blocks, Support and Resistance, Moving Averages, and Kernel Switch. "All in One"
UniqueHorn - MA Indicator with SMI📊 Overview
The UniqueHorn MA-SMI Indicator is a comprehensive trading tool that combines multiple Moving Averages with the Stochastic Momentum Index (SMI) in a clean, organized display. Designed for traders who need clear visual analysis of trend, momentum, and potential reversal points.
✨ Key Features
Moving Averages (8 Total)
3 EMAs: 5, 10, 20 (for quick trend detection)
5 SMAs: 30, 40, 50, 65, 200 (for medium to long-term trends)
Smart Timeframe Adaptation
Daily & Lower: EMA 5, 10, 20 | SMA 50, 65, 200
Weekly Chart: EMA 10, 20 | SMA 30, 40, 50, 200
Automatic display optimization based on timeframe
SMI Integration (Stochastic Momentum Index)
Visual signals directly on main chart
Overbought/Oversold markers
Bullish/Bearish crossover signals
Optional background coloring for extreme zones
Current SMI value as label
Climax Detection
Buying Climax: New 52-week high with red candle (weakness signal)
Selling Climax: New 52-week low with green candle (strength signal)
Works optimally on weekly charts
📈 Usage & Strategies
Trend Following
Use MAs as dynamic support/resistance
EMA crossovers for entry/exit signals
SMA 200 as primary trend filter
Momentum Trading
SMI < -40: Oversold zone → Potential long opportunity
SMI > 40: Overbought zone → Potential short opportunity
SMI crossovers as early trend reversal signals
Climax Trading
Buying Climax: Warning of potential top formation
Selling Climax: Indication of potential bottom formation
⚙️ Customization Options
Individual color selection for each MA
Separate line widths for EMA 5, 10, and other MAs
Show/Hide individual components
Fully adjustable SMI parameters
Optional info table with status overview
Comprehensive alert system for all signals
🎯 Ideal For
Swing Traders: Use the combination of MAs and SMI for optimal entries/exits
Position Traders: Focus on longer-term MAs and weekly chart signals
Day Traders: Fast EMAs with SMI momentum for short-term setups
📝 Notes
Climax signals work exclusively on weekly charts
SMI signals are available in all timeframes
Timeframe-specific MA display reduces visual clutter
Combine multiple signals for higher probability trades
🔔 Alert Functions
The indicator provides alerts for:
Buying/Selling Climaxes
SMI Overbought/Oversold zones
SMI Bullish/Bearish crossovers
EMA crossovers
Price-SMA200 crossovers
Version: 1.0
Pine Script: v6
Author: UniqueHorn
This indicator is the result of careful development and optimization for professional trading. For questions or suggestions, please use the comments section.
Vegas Touch EMA12 切換 EMA-12 Based Switching Rules (No RSI)
For Long trades:
Tunnel Mode → If EMA-12 is between EMA-144 and EMA-169 → use the Tunnel (144/169) lines as the touch reference.
Base Mode → If EMA-12 is below EMA-169 but still above EMA-676 → use the Base (576/676) lines as the touch reference.
No Long → If EMA-12 is below EMA-676, no long trade is allowed.
For Short trades (mirror logic):
Tunnel Mode → If EMA-12 is between EMA-144 and EMA-169 → use the Tunnel (144/169) lines as the touch reference.
Base Mode → If EMA-12 is above EMA-169 but still below EMA-676 → use the Base (576/676) lines as the touch reference.
No Short → If EMA-12 is above EMA-676, no short trade is allowed.
Vegas ema 過濾 Vegas Channel with EMA-Filter — Trading Rules
Components
Tunnel: EMA 144 & 169 (upper = max, lower = min).
Base: EMA 576 & 676 (upper = max, lower = min).
Fast filter: EMA12.
Touch threshold: ATR-based or % of the reference line.
Long touch = low ≤ line + thr; Short touch = high ≥ line − thr.
Trend gate
LongTrendOK: EMA144 > EMA576 and EMA169 > EMA676 and close > BaseUpper.
ShortTrendOK: EMA144 < EMA576 and EMA169 < EMA676 and close < BaseLower.
Price-action pattern (either one)
Pin40: bullish pin = close>open & lower wick ≥ 40% of range; bearish pin = close 169 → use Base.
Else → use Tunnel.
EMA12 hard locks (coarse filter)
Lock longs if EMA12 < 676 (no long signals at all).
Lock shorts if EMA12 > 676 (no short signals at all).
(Optional) Tunnel lock/unlock (fine filter)
Lock longs when EMA12 drops below TunnelLower; unlock when
A) EMA12 crosses back above 144/169/TunnelUpper, or
B) a bullish Pin/Eng appears at BaseUpper and EMA12 is back ≥ TunnelLower.
Lock shorts when EMA12 breaks above TunnelUpper; unlock when
A) EMA12 crosses back below 144/169/TunnelLower, or
B) a bearish Pin/Eng appears at BaseLower and EMA12 is ≤ TunnelUpper.
Final signal
LONG fires when: Close-bar confirmed ∧ Cooldown passed ∧ LongTrendOK ∧ ActiveBand lower touch ∧ Pin40 or Eng60 ∧ not hard-locked ∧ (not tunnel-locked if enabled).
SHORT symmetrical with upper touch.
Quality-of-life
Close-bar confirmation to avoid repaint.
Cooldown (e.g., 10 bars) to prevent signal clusters.
Alerts include a compact lock status string (LckL/LckS/HardL/HardS).
Optional “BLOCK:” labels show why a bar didn’t trigger (noTouch, EMA12<676/>676, TunnelLock, cooldown, notClose).
Suggested defaults
ATR(14), ATR multiplier 0.35 (or 0.20% if using Percent mode).
autoSwitchByEMA12_* = ON, hardLockBelow676/Above676 = ON, useTunnelLock* = OFF.
useCloseBar = ON, signalCooldown = 10.
Design intent
Tunnel (144/169) captures the working trend; Base (576/676) defines the structural bias.
EMA12 drives regime selection (Tunnel vs Base) and hard locks to keep signals sparse and aligned with momentum.
ATR% Multiples from SMA/EMAInspired by the indicator ATR% multiple from 50-MA by @jfsrev, this tool measures how far price is extended from a Moving Average using an ATR% multiple.
What’s added vs. ATR% multiple from 50-MA indicator:
Downside multiples — flags extensions below and above the MA.
Timeframe selection — compute on Daily/Weekly/Monthly or intraday, independent of your chart.
EMA/SMA toggle — choose the MA type (EMA/SMA).
Multi-thresholds — set several ATR% multiple levels.
How to use the indicator:
I find the ATR multiple to be a very versatile tool that can be used for profit taking, mean reverting, and to make better assumption about what market environment to expect.
Which thresholds should you use?
It's up to you really. Personally I use them in a quite discretionary manner where I will change inputs depending on market and it's current regime - E.g. if we are in a strong uptrend I might use higher multiples to the upside and lower multiples to the downside, and if the market is in a range I will use them in a different manner. Be creative, test things, and work out what makes sense to you and the market and timeframe you are trading in.
SMA200 - 400 Cross AlertYou can set the alarm by clicking the three dots on the top left of the main chart.
Alarms for Golden Cross and Dead Cross are available.
BB+EMA+TAB by RAThis is EMA based indicator that gives buy/sell signals on the crossover of EMA 1 and EMA 2, also it can fill green /red color between EMA 1 & EMA 2. it also have EMA 3 and EMA 4, which are independent. Bollinger Band (BB) is also there for breakout signals. This indicator also plot a table which shows the values of RSI, ATR, ADX for last 5 candles which helps making trade decisions. RSI values change colors to red/green according to RSI is below/above 50, and ADX values change colors to red/green/grey/orange .. red/green according to EMA 1 and EMA 2 crossover and if ADX value is above 20, grey when ADX value is below 15, orange when ADX value is between 15 and 20 i.e. building momentum. ADX filter is also available in the script.. if on.. then buy/sell signals will be filtered through ADX values as prescribed by the user. This indicator also features HTF EMA crossover filter.. if on .. then buy/sell signals will be aligned with HTF EMA crossover i.e. only buy signals on the chart will come if HTF EMA 1>HTF EMA 2... and only sell signals on the chart will come if HTF EMA 1