Million Moves Algo v4.3🧠 Million Moves Algo v4.3 – Technical Description
🎯 General Purpose
The "Million Moves Algo v4.3" is a multi-functional trading indicator designed to identify high-probability buy and sell signals, combining trend-following, reversal detection, and volatility analysis. It’s built for both day trading and swing trading, with a strong focus on signal clarity and adaptability.
🧩 Core Components
✅ 1. Main Trade Signals
Buy/Sell Signals:
Triggered by crossovers with a customized SuperTrend algorithm.
Filtered using short-term SMAs (8, 9, 13) and signal strength (measured relative to ATR).
Includes spacing control (signalSpacing) to avoid cluttering the chart.
Two display modes:
"All Signals": shows all valid signals.
"Smart Signals": filters and displays only the strongest/high-conviction signals.
Reversal Signals (Reversal Up / Reversal Down):
Based on RSI crossovers with overbought/oversold levels (75/25).
Trigger only if signal strength and spacing filters are met.
Ideal for identifying early trend shifts.
✅ 2. Trend Management Tools
200 EMA: used as a long-term trend filter.
Trend Ribbon:
A visual trend band made of multiple EMAs (25 to 55).
Colors shift dynamically: pink for bullish trends, cyan for bearish.
Trend Cloud:
Formed by EMAs 150 and 250.
Green when EMA150 > EMA250, red when the opposite.
Chaos Trend Line:
Uses EMA(20) and EMA(55) crossover to define overall trend direction (uptrend or downtrend).
✅ 3. Informative Dashboard
Displays:
Current volatility level (Very Low, Low, High, Very High), based on a custom ATR/stdev formula.
RSI value in real-time, with green if RSI > 50 and red if RSI < 50.
Users can customize the position and size of the dashboard.
✅ 4. Optional: Risk Management with TP/SL
Built-in section prepared to show:
Take-Profit levels: TP1, TP2, TP3
Stop Loss based on ATR multiples.
Risk module is present but not fully implemented visually yet.
Can be enabled through the input panel (riskmanage, tpstrength).
⚙️ Key Customizable Parameters
Signal Sensitivity: Controls frequency of signal triggers (higher = fewer signals).
Minimum bar spacing between signals.
Signal strength filter (based on distance from SuperTrend).
Candle color/style: options include trend-based, MA-based, or "CleanScalper".
Enable/disable visual tools: Trend ribbon, trend cloud, chaos line, moving average, dashboard, etc.
🔔 Alerts
The script includes ready-to-use conditions for:
Buy Signals
Sell Signals
Reversal Up
Reversal Down
These are currently commented out but can be activated by simply uncommenting the alertcondition() lines.
👨💻 Best Suited For...
Intraday traders operating on short timeframes (1min, 5min, 15min, 1h).
Swing traders seeking strong trend confirmation or early reversal opportunities.
Traders who prefer a structured, visual trading system with customizable behavior.
Bands and Channels
MohdTZ - XO Trend Scanner/EMA/ATR/Supertrend/WatermarkApply the Script:
Copy the code into TradingView’s Pine Script editor.
Save and add the indicator to your chart.
Verify Supertrend:
Look for a line that switches between green (uptrend) and red (downtrend) based on price movement relative to the Supertrend level.
It should appear alongside the 200 EMA, Slow EMA, ATR band fill, and trend scanner EMAs.
Customize Settings:
Adjust supertrend_length and supertrend_multiplier in the indicator settings to fine-tune sensitivity.
Change supertrend_color_up, supertrend_color_down, or supertrend_linewidth for visual preferences.
Modify atr_band_color if you want a different fill color for the ATR bands.
Check for Clutter:
The chart now includes multiple overlays (200 EMA, Slow EMA, ATR bands, Supertrend, Fast/Slow EMAs). If it’s too crowded, toggle i_bothEMAs to false to show only the Consolidated EMA, or adjust line widths/transparency.
Why Supertrend Wasn’t Visible Before
The original scripts didn’t include Supertrend calculations or plotting.
If you were expecting Supertrend from another indicator or script, it’s possible another indicator was disabled or not applied. This script now explicitly includes Supertrend.
Additional Notes
Chart Appearance: The Supertrend line will plot above or below the price, changing color based on trend direction. Ensure it’s visible by checking the chart’s scale and that no other indicators are overlapping.
Conflicts: If you don’t see the Supertrend, verify that no other indicators are hiding it (e.g., due to overlapping colors or chart scaling). You can disable other indicators temporarily to confirm.
Further Customization: If you want Supertrend to interact with other components (e.g., combine with EMA signals, adjust bar coloring based on Supertrend), let me know, and I can add that logic.
Debugging: If the Supertrend doesn’t appear, check the TradingView console for errors, or share a screenshot/description of your chart setup.
If you meant a specific Supertrend implementation (e.g., with unique parameters or additional features) or if you’re referring to a different issue (e.g., a specific Supertrend script you expected), please provide more details, and I’ll refine the solution. Let me know if you need help applying this or visualizing the result!
learn Supertrend parameters
Bollinger Bands
Multi-Indicator OverlaySMA Scalping tool that integrates the following
8 SMA - 20 SMA (changes color for trend direction), 50 SMA, and 200 SMA.
Trade in the direction of the 20 and near the 20, take profit away from the 20.
If far from the 20, the 8 can serve the same purpose.
Don't go long below the 50, don't go short above the 50.
8,20 crossovers identified by arrows, generally indicate a change in trend direction.
Elephant bars indicated by circles above or below the bar.
crosses above or below the outer Bollinger bands to indicate the RSI showing OVerbought or oversold.
RSI Divergence + Stochastic (Multi-TF)This indicator builds on the original “ RSI Overbought/Oversold + Divergence Indicator” by seoco This version is re-styled and optimized for clearer table display and easier workflow for active traders.
Key Features & Updates
All original logic and divergence detection preserved.
Modern, accessible color scheme for clarity on dark mode charts (gold, burgundy, aqua, silver).
Table default timeframes optimized for crypto: 23m, 90m, 6h, and 1D.
Expanded and cleaned-up RSI info table: More columns, tighter alignment, and enhanced historical RSI display.
Optional Stochastic RSI overlay.
All table and signal visuals fully user-configurable (timeframes, colors, location, font size).
No changes to divergence formulas or RSI calculation—this remains 1:1 with the original author’s intent.
This version is intended as a visual/UI update for more convenient crypto scanning, not as a core algorithm change.
Feedback and suggestions are welcome
MACD with DivergenceMACD indicator with Bearish/Bullish Normal Divergence
MACD indicator with Bearish/Bullish Reverse/Hidden Divergence
Short Env EntryStrategy To Enter the MegaCap Stocks when Price is below the SMA 200 by a certain percentage and Exit after the Price Rises to SMA200.
I am further Refining the Strategy and would try to build additional features for Back-Testing.
Nadarya & ISGF Crossover Signal//@version=5
indicator("Nadarya & ISGF Crossover Signal", overlay=true)
// === INPUTS ===
src = close
nweLength = input.int(100, "Nadaraya Length")
nweSmooth = input.int(3, "NWE Smoothing")
isgfLength = input.int(48, "ISGF Length")
// === Nadaraya-Watson Estimator Approximation ===
nweSmoothSrc = ta.ema(src, nweSmooth)
nwe = ta.ema(nweSmoothSrc, nweLength)
// === ISGF (using recursive symmetric gaussian filter approximation) ===
pi = 3.14159265358979
alpha = 2 * pi / isgfLength
beta = 1 - math.cos(alpha)
gamma = 1 / math.sqrt(2)
c = (1 - beta) / (1 + beta)
isgf = 0.0
isgf := c * (src + nz(src )) + (1 - c) * nz(isgf )
// === Signal Conditions ===
buySignal = ta.crossover(nwe, isgf)
sellSignal = ta.crossunder(nwe, isgf)
// === Plotting ===
plot(nwe, color=color.orange, title="Nadaraya-Watson Estimator", linewidth=2)
plot(isgf, color=color.blue, title="ISGF", linewidth=2)
plotshape(buySignal, title="Buy Signal", location=location.belowbar, color=color.green, style=shape.labelup, text="Buy")
plotshape(sellSignal, title="Sell Signal", location=location.abovebar, color=color.red, style=shape.labeldown, text="Sell")
TKTForex_MFI confluence indicator 5 15 30Money flow index is an indicator run faster than RSI. It help trader get the entry sooner.
TKTForex_RSI confluence indicator 5 15 30This indicator is confluence of RSI indicator with timeframe 5M, 15M, 30M. Can applied to Forex, Stock, ...
Just use only the indicator as a trading strategy
RSC123
The indicator automatically detects if you are on 2m/5m/15m and pulls out ATR & appropriate parameters – this way you can simply change timeframes and everything syncs.
SMA Scalping with MACD,RSI,BB ConfluencesPlots 10SMA, 20SMA,50SMA,200SMA
primary SMA is 20 and 200, 10 and 50 for confluence.
all confluences are adjustable in the settings.
macd crossover signals
MacD bearish bullish candle coloring for trend
macd volume divergence indicator
rSI overbought and oversold
Elephant bar indication
10/20 cross over indication
20SMA color change with trend direction.
A-B-C-D Levels with Customizable Pct & Price LineIt's one of the less popular plain technique for trading with fundamentally strong stocks. please do select stocks properly. this may or may not work for all stocks.
Large cap ratios maybe different from small cap ratios, do back test properly before taking any decision. all the best. happy investing.
M2 GLI SD BandsHighly customizable M2 Global Liquidity Index with adaptive standard deviation bands.
The SD bands incorporate data from M2 with varying lags to capture M2's full impact on the price of Bitcoin spread across multiple weeks.
EMAs are used for smoothing. Offset, smoothing, and other features are customizable.
Demo GPT - Bollinger Bands StrategyHere’s a professional and detailed description for publishing your **"iNsTiNcT - Bollinger Bands Strategy"** on TradingView:
---
### **Strategy Description: iNsTiNcT - Bollinger Bands Strategy**
#### **Overview**
This strategy uses **Bollinger Bands®** to identify potential breakouts and trend reversals. It goes **long** when the price closes **above the upper band** (indicating strong bullish momentum) and **exits the position** when the price closes **below the lower band** (signaling a potential reversal or weakness).
Unlike traditional Bollinger Bands strategies that may trade both long and short, this version **only takes long positions**, making it suitable for trending markets while avoiding short-side risks.
---
### **Key Features**
✅ **Long-Only Trend Strategy** – Capitalizes on strong uptrends when price breaks above the upper band.
✅ **Clear Exit Signal** – Closes the trade when price falls below the lower band, locking in profits or cutting losses.
✅ **Customizable Parameters** – Adjustable length, standard deviation multiplier, and MA type for different market conditions.
✅ **Date Range Filter** – Test or trade between **January 2018 and December 2069**.
✅ **Professional Risk Management** – **0.1% commission** and **zero slippage** for realistic backtesting.
✅ **Visual Preservation** – Maintains the original Bollinger Bands indicator plots for easy comparison.
---
### **Input Parameters**
| Parameter | Description | Default Value |
|-----------|------------|--------------|
| **Start Date** | Backtest/trade start date | Jan 1, 2018 |
| **End Date** | Backtest/trade end date | Dec 31, 2069 |
| **Length** | Period for Bollinger Bands calculation | 20 |
| **Basis MA Type** | Type of moving average (SMA, EMA, SMMA, WMA, VWMA) | SMA |
| **Source** | Price source for calculations | Close |
| **StdDev** | Multiplier for standard deviation | 2.0 |
| **Offset** | Shifts bands forward/backward | 0 |
---
### **Strategy Logic**
#### **Entry Condition (Long)**
➡ **Buy Signal:** `Close > Upper Bollinger Band`
#### **Exit Condition (Close Long)**
➡ **Sell Signal:** `Close < Lower Bollinger Band`
*(No short trades are taken—only long and flat positions.)*
---
### **How to Use This Strategy**
1. **Apply to Chart** – Works on any timeframe (best on **1H, 4H, or Daily** for swing trading).
2. **Optimize Settings** – Adjust `Length` and `StdDev` for different volatility conditions.
3. **Combine with Filters** – Add volume confirmation or RSI for stronger signals.
4. **Backtest** – Use the **date range** to test different market cycles.
---
### **Risk & Limitations**
⚠ **Works Best in Trending Markets** – May produce false signals in choppy or sideways conditions.
⚠ **Single Indicator Reliance** – Consider adding confirmation filters (e.g., RSI, MACD).
⚠ **No Stop-Loss by Default** – Exits only when price touches the lower band.
---
### **Final Notes**
This strategy is designed for **educational and experimental purposes**. Always conduct **forward testing** before live trading.
🔹 **Happy Trading!** 🚀
---
### **Publishing Tags (For SEO)**
`Bollinger Bands Strategy`, `Trend Following`, `Breakout Trading`, `Long-Only Strategy`, `Technical Analysis`, `TradingView Strategy`, `Pine Script v6`, `Swing Trading`
---
This description is **clear, engaging, and optimized for TradingView’s audience**. It highlights the strategy’s logic, strengths, and limitations while encouraging users to experiment with it.
Would you like any refinements?
5-Min Gold Scalping Strategy with 1:3 RR//@version=5
strategy("5-Min Gold Scalping Strategy with 1:3 RR", overlay=true, default_qty_type=strategy.percent_of_equity, default_qty_value=2)
// Trend Direction (Using 15-Minute Price Action)
higherHigh = ta.highest(high, 5)
higherLow = ta.highest(low, 5)
lowerHigh = ta.lowest(high, 5)
lowerLow = ta.lowest(low, 5)
trendUp_15min = request.security(syminfo.tickerid, "15", higherHigh > higherHigh and higherLow > higherLow )
trendDown_15min = request.security(syminfo.tickerid, "15", lowerHigh < lowerHigh and lowerLow < lowerLow )
// Price Action on 5-Minute Chart
// Support/Resistance (Swing Lows/Highs)
swing_low = ta.lowest(low, 5)
swing_high = ta.highest(high, 5)
// Candlestick Patterns (Bullish/Bearish Engulfing)
bullishEngulfing = close > open and close < open and close > high and open < low
bearishEngulfing = close < open and close > open and close < low and open > high
// Buy and Sell Conditions
buySignal = trendUp_15min and bullishEngulfing
sellSignal = trendDown_15min and bearishEngulfing
// Auto Buy Entry
if (buySignal)
strategy.entry("Buy", strategy.long)
label.new(bar_index, low, "BUY", color=color.green, style=label.style_label_up, textcolor=color.white)
// Auto Buy Exit (1:3 RR)
if (strategy.position_size > 0)
stopLossBuy = swing_low
takeProfitBuy = close + (close - stopLossBuy) * 3
strategy.exit("Buy Exit", "Buy", stop=stopLossBuy, limit=takeProfitBuy)
// Auto Sell Entry
if (sellSignal)
strategy.entry("Sell", strategy.short)
label.new(bar_index, high, "SELL", color=color.red, style=label.style_label_down, textcolor=color.white)
// Auto Sell Exit (1:3 RR)
if (strategy.position_size < 0)
stopLossSell = swing_high
takeProfitSell = close - (stopLossSell - close) * 3
strategy.exit("Sell Exit", "Sell", stop=stopLossSell, limit=takeProfitSell)
// Plot Buy/Sell Signals with Shapes
plotshape(buySignal, title="Buy Signal", location=location.belowbar, color=color.green, style=shape.triangleup, size=size.small)
plotshape(sellSignal, title="Sell Signal", location=location.abovebar, color=color.red, style=shape.triangledown, size=size.small)
PWL PWH PDL PDH refined)NEw Script which shows PWH, PWL, PDH., PDL, to be used with key levels to scalp intraday moves. Clean and easy.
MohdTZ - XO Trend Scanner/EMA/ATR Bands/WatermarkATR Bands: Plots a 36-period EMA with upper and lower bands based on a 14-period ATR (Average True Range) multiplied by 0.5, creating a dynamic channel around the EMA to highlight volatility.
Trend Scanner: Uses Fast (12-period) and Slow (25-period) EMAs to identify bullish (green) or bearish (red) trends, with buy/sell signals marked by triangles and bar coloring.
Stochastic RSI: Calculates Stochastic RSI with customizable K, D, and band levels (80/50/20) for overbought/oversold conditions, with crossover alerts and optional background coloring.
200 EMA: Displays a 200-period EMA for long-term trend reference.
Watermark: Adds a customizable text watermark (title, subtitle, symbol info, date) with adjustable position, size, and color.
Previous H/L Levels + SessionsThis indicator plots the previous day, week, month, and Monday’s high and low levels, as well as the previous session highs and lows for Asia, London, and New York.
It automatically hides each level once it is touched by price, helping to declutter your chart.
The indicator also allows full customization for line color, style, and label size for each level.
Session times are fully adjustable, and each session’s high/low lines can be shown or hidden individually.
Typical use cases:
Visualize key support and resistance from previous sessions and periods
Anticipate liquidity zones and potential reversal areas based on institutional trading logic
Streamline execution for scalpers and day traders who rely on session levels
Features:
Previous daily, weekly, monthly, and Monday high/low levels (auto-hide on touch)
Previous Asia, London, and NY session highs/lows (auto-hide on touch)
Full visual customization (color, style, size, label offset)
Configurable session times
Lightweight and efficient for real-time trading
Reversal X Alert (Clean)works well with rsi when it hits 70 or 30 and from there 1time frame shows a divergance where yyou can scalp buy or sell
20/200 Simple Moving AverageMATI Trader Indicator 20/200 SMA Crossover and Background changes
Description Updated:
The background is green when the closing price is above both the 20 SMA and the 200 SMA.
The background is red when the closing price is below both the 20 SMA and the 200 SMA.
The background is white when the price is in between the 20 SMA and the 200 SMA