1-3-1 Setup DetectorThis indicator will highlight the last 1 candle on every 1-3-1 Setup. You must be on the 12HR time frame for the indicator to work. Simple to add and use. Favorite this script, go to your charts and to your indicators and go to your favorites. Add it to the chart by clicking on it and go to the 12HR time frame. If you do not have a plan on tradingview you might not be able to get the 12HR time frame since you need to have a plan to get more intervals. After all of this is done you should see a red highlight like in the picture over every last 1 on a 1-3-1 setup so that you can chart that candle and set yourself up for the trade. Thank you and let me know if you have any questions or concerns or any suggestions for this script. YOU CAN CHANGE THE COLOR OF THE HIGHLIGHT IN THE SETTINGS OF THE SCRIPT.
Chart patterns
Prism Confluence SystemPrism Confluence System: Strategy Overview
The Prism Confluence System is a multi-factor trading strategy that combines trend analysis, price action patterns, volume confirmation, and volatility management to generate high-probability signals. Below is a detailed breakdown of its components and customizable inputs:
________________________________________
Core Components
1. Trend Identification
o Dual EMA crossover system (short/long-term EMAs)
o ADX filter to confirm trending markets
2. Price Action Signals
o Engulfing patterns (bullish/bearish)
o Hammer/Inverted Hammer with trend alignment
o Fair Value Gaps (FVGs) with fill detection
3. Volume Validation
o Volume spikes relative to moving average
4. Risk Management
o ATR-based dynamic stop-loss (SL) and take-profit (TP)
o Separate thresholds for strong/weak signals
________________________________________
User-Adjustable Inputs
(Accessible via strategy settings UI)
1. Trend Identification
Parameter Default Description
Short EMA Length 20 Period for fast EMA (trend direction)
Long EMA Length 50 Period for slow EMA (trend confirmation)
ADX Trend Filter Length 14 ADX period to filter non-trending markets
Adjustment Tips:
• Increase EMA lengths for slower trend response
• Lower ADX threshold (default 20) to allow weaker trends
________________________________________
2. Support/Resistance
Parameter Default Description
Support/Resistance Length 14 Lookback for pivot highs/lows
Adjustment Tips:
• Shorter lengths = more reactive S/R levels
• Longer lengths = broader price zones
________________________________________
3. Fair Value Gaps (FVG)
Parameter Default Description
FVG Lookback 10 Bars back to check for gap formation
FVG Fill Window 5 Max bars allowed to fill a gap (hardcoded)
Adjustment Tips:
• Increase lookback for larger timeframes
• Reduce fill window for quicker gap closures
________________________________________
4. Volume Analysis
Parameter Default Description
Volume Spike Multiplier 1.5 Current volume vs MA threshold
Secondary Volume Threshold 1.2 Previous bar volume confirmation
Adjustment Tips:
• Increase multipliers for stricter volume confirmation
• Lower to 1.0-1.1 for active markets
________________________________________
5. Volatility Management
Parameter Default Description
ATR Length 14 Period for Average True Range
ATR Stop-Loss Multiplier 2 SL distance (ATR × multiplier)
ATR Take-Profit Multiplier 3 TP distance (ATR × multiplier)
Adjustment Tips:
• Increase SL multiplier for wider stops in volatile markets
• Adjust TP ratio (default 1:1.5 risk/reward)
________________________________________
6. Signal Priority
(Hardcoded but adjustable via logic)
• Strong Signals: Require FVG + Engulfing + Volume + Trend
• Weak Signals: Require Pattern + Volume + S/R Break
Customization Example:
Pinescript:
// Modify in Signal Logic section
strongBuy = (fvgBull and fvgBullFilled) and (engulfingBull or hammer) // Add more patterns
________________________________________
Visual Customization
(Non-input but code-modifiable)
1. Support/Resistance Style:
o Change plot.style_circles to plot.style_line for solid lines
2. Signal Markers:
o Adjust size.large/size.small values
o Modify RGB colors in color.new(#00FF00, 0)
________________________________________
Optimization Guidelines
1. Gold/XAU-Specific Defaults:
o Works best with 15M-4H timeframes
o Default ATR multipliers calibrated for 10-20 pip volatility
2. Equities/Forex Adaptation:
o Reduce ATR multipliers for lower volatility assets
o Increase volume thresholds for liquid markets
________________________________________
Unique Features
• Anti-Repainting S/R: Uses confirmed historical pivots
• Adaptive FVG Tracking: Gap fills expire after 5 bars
• Tiered Signals: Differentiates conviction levels via size/color
This system allows deep customization while maintaining a structured approach to balancing trend, momentum, and risk. Defaults are optimized for trending commodities but can be adapted to any market via the modular input system.
SMA con cambio de color y órdenesEstrategia de medias móviles pueden cambiarse datos de fichas y media. Simples. Pero. SMA con cambio de color y órdenes
NeoWave cash data by MikhepoolThe NeoWave Chart: indicator is a technical analysis tool designed to visualize significant price movements by drawing dynamic lines between key highs and lows on the chart. Using a user-defined resolution, the indicator identifies new bars and connects the highest high and lowest low within each segment, updating the lines in real-time as new data becomes available. All lines are rendered in black, providing a clean and consistent visual representation of price action without color-coded directional bias. This tool is particularly useful for traders and analysts employing NeoWave theory or similar methodologies, as it helps identify structural patterns and trends in the market.
Quarterly EMA StrategyThis strategy is designed for quarterly swing trading in Indian stock futures (Top 50 liquid stocks). It focuses on pullbacks to key EMAs (10 & 21) with RSI confirmation to capture high-probability long trades. The goal is to generate consistent profits with a structured entry, exit, and stop-loss system while minimizing risk.
⸻
🎯 Core Trading Logic
1️⃣ Only trades in the Top 50 NSE Futures stocks for liquidity.
2️⃣ Entry: When the quarterly candle pulls back to the 10 EMA or 21 EMA, and RSI is below 40.
3️⃣ Exit Rules:
• Quick Exit: If the stock gains 8-10% in a single day, exit immediately.
• EMA Separation Exit: If the stock moves too far from 10 EMA on the daily chart, exit and re-enter later.
4️⃣ Stop Loss:
• If the gap between 10 EMA & 21 EMA is large, a 15% stop-loss is placed below the moving average.
5️⃣ Re-entry Strategy: If exited early, re-enter on daily pullback to the 10 EMA when price stabilizes.
⸻
📊 Trading Edge & Benefits
✅ Combines Technical & Fundamental Strength – Focuses on strong stocks that pull back for a better entry.
✅ Uses EMAs for Trend Confirmation – Ensures the stock is still bullish before entering.
✅ RSI Confirmation – Avoids chasing stocks by entering at logical retracements.
✅ Risk Management Built-In – Uses dynamic stop-loss and exit triggers to protect capital.
✅ Quarterly Structure – Provides a low-effort, high-accuracy trading approach for high conviction trades.
⸻
🛠️ How to Use This Strategy on TradingView?
1️⃣ Apply the script to TradingView by copying and pasting it into the Pine Script Editor.
2️⃣ Set Alerts for Entries & Exits – Get notified when a trade is triggered.
3️⃣ Use with NSE Futures – Stick to the Top 50 futures stocks for best results.
4️⃣ Monitor Daily Charts – Exit manually if price moves away too fast from the 10 EMA.
5️⃣ Backtest & Adjust Risk – Customize SL and profit targets based on your risk appetite.
⸻
🚀 Profit Potential & Expectations
🔹 Target: ₹1.25 lakh per stock per quarter using this strategy.
🔹 Works best with large-cap, high-volume futures stocks.
🔹 Expected win rate: 65-75% (based on backtests).
🔹 Requires discipline & patience to wait for ideal setups.
Machine Learning + EMA StrategyMachine Learning + EMA Strategy (kNN Algorithm)
📌 Overview
This strategy combines Exponential Moving Averages (EMA) with a Machine Learning-based k-Nearest Neighbors (kNN) algorithm to enhance trade accuracy. It dynamically adjusts entry and exit points based on market trends and historical price action.
🛠️ How It Works
✅ Uses 9 EMAs (8, 14, 20, 26, 32, 38, 44, 50, 200) to identify trends.
✅ Employs kNN (k-Nearest Neighbors) classification to predict price movement.
✅ Auto-closes previous trades before opening a new one to prevent overlap.
✅ Plots a real-time prediction indicator to visualize market conditions.
🎯 Trade Logic
🔵 Buy Signal → When EMA 8 crosses above EMA 50, and the kNN prediction is positive.
🔴 Sell Signal → When EMA 8 crosses below EMA 50, and the kNN prediction is negative.
🚀 Why Use This Strategy?
✅ Machine Learning-Powered: Uses kNN for data-driven decisions.
✅ Trend-Following & Adaptive: EMAs filter out market noise.
✅ Automatic Position Management: No overlapping trades.
✅ Customizable Parameters: Suitable for multiple asset classes.
⚠️ Disclaimer
This strategy is for educational purposes only and should be backtested before live trading. Past performance does not guarantee future results.
Uwen FX: UWEN StrategyThis Pine Script defines a trading indicator called "Uwen FX: UWEN Strategy" Where ideas coming from Arab Syaukani and modified by Fiki Hafana. It combines a CCI-based T3 Smoothed Indicator with a MACD overlay. Here's a breakdown of what it does:
Key Components of the Script:
1. CCI (Commodity Channel Index) with T3 Smoothing
Uses a T3 smoothing algorithm on the CCI to generate a smoother momentum signal. The smoothing formula is applied iteratively using weighted averages. The final result (xccir) is plotted as a histogram, colored green for bullish signals and red for bearish signals.
2. MACD (Moving Average Convergence Divergence)
The MACD is scaled to match the range of the smoothed CCI for better visualization. Signal Line and MACD Line are plotted if showMACD is enabled. The normalization ensures that MACD values align with the CCI-based indicator.
3. Bar Coloring for Trend Indication
Green bars indicate a positive trend (pos = 1).
Red bars indicate a negative trend (pos = -1).
Blue bars appear when the trend is neutral.
How It Can Be Used:
Buy Signal: When the xccir (smoothed CCI) turns green, indicating bullish momentum.
Sell Signal: When xccir turns red, indicating bearish momentum.
MACD Confirmation: Helps confirm the trend direction by aligning with xccir.
I will add more interesting features if this indicator seems profitable
Labit Z-ScoreThe Z-score indicator transforms raw price data into a statistical measure showing how many standard deviations an asset's price is from its mean, providing clear signals for market extremes and potential reversals.
Morning & Evening Star Pattern (No Inside Candle)morning star and evening star for buying and selling by prudentfx
1-3-1 Detector with LevelsTHIS IS NOT A INDICATOR, THIS SCRIPT IS MADE PURELY FOR ALERTS. YOU WILL NOT SEE ANYTHING ON YOUR CHART. YOU WILL ADD IT TO YOUR CHART AND GET A BLACK BOX UNDER YOUR CHART BUT YOU CAN JUST HIDE IT. YOU WILL ONLY USE THE SCRIPT ON ALERTS TO DETECT 1-3-1 SETUPS ON THE 12 HR TIME FRAME. IF YOU DO NOT KNOW WHAT THE 1-3-1 SETUP IS THEN DO NOT USE THE SCRIPT. INSTRUCTIONS BELOW SHOW YOU HOW TO SETUP THE ALERT USING THIS SCRIPT. ONCE AGAIN THIS SCRIPT IS PURELY JUST AN ALERT SCRIPT FOR 1-3-1 SETUPS THAT TRIGGER EVERY TRADING DAY WHEN AFTER MARKET CLOSES. MESSAGE ME FOR ANY QUESTIONS. THIS WARNING IS MADE FOR TRADINGVIEW SO THEY DO NOT HIDE MY SCRIPT AND BAN ME FOR WHATEVER REASON.
When you apply this script to your chart you must do the following to get alerts.
1. Apply to chart
2. Make sure you are on the 12HR time frame on the stock you want to detect the setup
3. Go to alerts and make a new alert with this script and the specific stock. (it will not work with watchlist because the watchlist feature is bugged, so it has to be a specific stock)
4. On the alert UI make sure you click
Condition - 1-3-1 Levels
(under that you will click 1-3-1 setup alert)
Trigger - Once per bar close
Expiration - open ended
5. Make sure not to touch anything else, the code will automatically detect the stock its tracking.
6. Change notifications to what you prefer.
7. Enjoy, at 8pm EST if there is a valid 1 in a 1-3-1 setup it will notify you and give you the levels you need to chart.
5 Consecutive Candle Alert Multi-TimeframeMaximize your trading strategy with our sophisticated "5 Consecutive Candle Alert Multi-Timeframe" indicator, designed for the TradingView platform using Pine Script version 6. This custom indicator is meticulously crafted to monitor five consecutive green or red candles across multiple key timeframes, including 1-minute, 5-minute, 15-minute, 1-hour, and 4-hour charts.
**Key Features:**
- **Multi-Timeframe Analysis:** Simultaneously tracks and alerts on consecutive candle patterns across five different timeframes, providing a comprehensive view of market momentum and trend consistency.
- **Custom Alerts:** Receive real-time notifications when five consecutive green or red candles close on any of the specified timeframes. These alerts are tailored to keep you abreast of significant market movements, enabling timely and informed trading decisions.
- **Easy Visualization:** Uses distinct plotting features to clearly mark the occurrence of these patterns directly on your trading chart. Green labels below the bar indicate a bullish streak, while red labels above the bar denote a bearish streak, making it visually intuitive.
- **Precision and Confirmation:** Integrates Pine Script's `barstate.isconfirmed` to ensure alerts are based on fully formed candles, adding an extra layer of precision to your trading signals.
**Ideal for Traders Who:**
- Are momentum or trend traders looking for clear signals of market continuation or potential exhaustion.
- Want to enhance their trading decisions by analyzing behavior across multiple timeframes from a single chart.
- Prefer to be alerted about significant events without the need to constantly monitor the charts.
**How to Use:**
Simply add this script to your TradingView chart, customize the alert settings in the TradingView UI according to your preferences, and start receiving alerts that help you capitalize on market movements efficiently and effectively.
Leverage the power of advanced scripting to make your trading as proactive and responsive as possible. Try out our "5 Consecutive Candle Alert Multi-Timeframe" indicator today and experience a significant improvement in your trading approach!
Finance UpIntroducing the Ultimate Forex Indicator – Your Edge in the Market! 🚀📈
Unlock precision trading with our advanced Forex Indicator, designed to help you spot high-probability trade setups with ease. Whether you're a beginner or a pro, this tool provides real-time signals, trend analysis, and smart alerts to keep you ahead of the market.
✅ Accurate Buy & Sell Signals 🎯
✅ Non-Repainting & Lag-Free ⏳
✅ Works on All Timeframes & Pairs 🔄
✅ Perfect for Scalping, Swing & Trend Trading 📊
✅ Compatible with MT4, MT5, & TradingView
Take control of your trading and boost your success rate with our game-changing Forex Indicator! 🔥💰
Let me know if you want it tailored for a specific audience or feature set! 🚀
VWAP//@version=5
indicator(title="VWAP", shorttitle="VWAP", overlay=true)
// Calculate VWAP
price = (high + low + close) / 3
pv = price * volume
cumulativePV = ta.cum(pv)
cumulativeVolume = ta.cum(volume)
vwap = cumulativePV / cumulativeVolume
// Plot VWAP
plot(vwap, color=color.blue, linewidth=2, title="VWAP")
// Example: Display bullish/bearish signals (basic)
isBullish = close > vwap
isBearish = close < vwap
plotshape(isBullish, style=shape.triangleup, color=color.green, size=size.tiny, location=location.bottom, title="Bullish Signal")
plotshape(isBearish, style=shape.triangledown, color=color.red, size=size.tiny, location=location.top, title="Bearish Signal")
//Alerts
alertcondition(ta.crossover(close,vwap),"Price crossing above VWAP","Price crossing above VWAP")
alertcondition(ta.crossunder(close,vwap),"Price crossing below VWAP","Price crossing below VWAP")
Multi-Timeframe RSI Strategy
Dưới đây là code cho bản tradingvie ngôn ngữ lập trình Pine Script V5:
Gọi:
A-Các đặt về khung thời gian :
1/Khung thời gian đang được chọn , đang chạy là : Timeframe 0 = TF0
2/Khung thời gian sẽ được cấu hình mặc đình là khung 5 phút (khung này có thể được cấu hình thay đổi ) là : Timeframe 1 = TF1
3/Khung thời gian sẽ được cấu hình mặc đình là khung 15 phút (khung này có thể được cấu hình thay đổi ) là : Timeframe 2 = TF2
B-Các thông số được tính toán là:
1/ thông số của khung TF0: RSI14, EMA9 (của RSI14 của khung thời gian TF0) , WMA45 (của RSI14 của khung thời gian TF0)
2/ thông số của khung TF1: RSI14, EMA9 (của RSI14 của khung thời gian TF1), WMA45 (của RSI14 của khung thời gian TF1)
3/ thông số của khung TF1: RSI14, EMA9 (của RSI14 của khung thời gian TF2), WMA45 (của RSI14 của khung thời gian TF2)
Явные сигналы для BTC и альткоинов Alexeyluxявный сигнал для покупок и продаж высоколикивдных криптоактивов хорошо работая на часовом тф, на недельном хорошо показывает продажи, ловит максимумы в том числе.
EMA 200 + Daily/Weekly/Monthly CPR & Camarilla PivotsAdding Camarilla to CPR with 200 EMA
Camarilla and CPR at same level for support and entering swing trades
Put Options Buy/Sell Signals with MA RibbonsHow to Use the Enhanced Script
Setup:
Apply the script to your chart in TradingView.
Adjust inputs (MA periods, RSI levels, ATR multiplier) based on your timeframe and asset.
Trading Put Options:
Buy Put: Look for a red downward triangle (MACD below signal, price below longest MA).
Take Profit (Sell Put): Look for a green upward triangle, triggered by:
MACD crossing above the signal line.
Price crossing above the shortest MA.
RSI dropping below the oversold level.
Alternatively, use the ATR lower level as a profit target if price reaches it.
Trend Analysis:
Use the MA ribbon to confirm the trend:
Stacked MAs (shorter below longer) indicate a strong uptrend (avoid puts).
Stacked MAs (shorter above longer) indicate a strong downtrend (ideal for puts).
Converging MAs suggest indecision or a potential reversal.
Pivot Point CE/PE StrategyThe Pivot Point CE/PE Strategy is a technical analysis-based TradingView script designed to identify potential Call (CE) and Put (PE) trade opportunities. This strategy focuses on price action around key support and resistance levels derived from daily pivot points, VWAP, and moving averages. It is particularly useful for intraday traders working with 3-minute candles.