Smart Money Pivot Strategy [Jason Kasei]This strategy is designed to identify key pivot points (Pivot High and Pivot Low) in the market and leverage the "Smart Money" concept to capture price breakout opportunities. It supports both long and short trades, offering customizable stop-loss (SL) and take-profit (TP) settings, while visually plotting pivot points and breakout signals on the chart.
Core Features
Pivot Point Detection:
Utilizes ta.pivothigh and ta.pivotlow functions to detect the highest (Pivot High) and lowest (Pivot Low) points within a specified period (default: 20 bars).
Allows users to choose between using the high/low prices (Wicks) or closing prices for calculations, with Wicks as the default.
Generates buy (BUY) or sell (SELL) signals when the price breaks through these pivot points.
Trading Signals:
Long Signal: Triggered when the price breaks above a previous Pivot High, indicating a potential uptrend.
Short Signal: Triggered when the price breaks below a previous Pivot Low, indicating a potential downtrend.
Risk Management:
Long Settings:
Stop Loss (SL): Percentage-based (default 1%), calculated as a downward move from the entry price.
Take Profit (TP): Percentage-based (default 1.5%), calculated as an upward move from the entry price.
Short Settings:
Stop Loss (SL): Percentage-based (default 1%), calculated as an upward move from the entry price.
Take Profit (TP): Percentage-based (default 1.5%), calculated as a downward move from the entry price.
Users can customize SL and TP percentages via input parameters.
Capital Management:
Uses 100% of account equity by default for trades (default_qty_value=100).
Initial capital is set to 10,000 (initial_capital=10000).
Processes orders at bar close (process_orders_on_close=true).
Use Cases
Trend Trading: Ideal for capturing trend continuations following pivot point breakouts.
Flexibility: Allows enabling/disabling long or short strategies independently to suit different market conditions.
Visual Aid: Lines and labels on the chart help traders intuitively understand signal generation.
Input Parameters
Period (Length): Number of bars for pivot detection, default is 20.
Enable Long Strategy: Toggle for long trades, enabled by default.
Enable Short Strategy: Toggle for short trades, enabled by default.
Stop Loss and Take Profit Percentages: Independently adjustable for long and short trades, defaulting to 1% (SL) and 1.5% (TP).
Color Settings: Customizable colors for long and short signals.
How It Works
Detects Pivot High (PH) and Pivot Low (PL) over the specified period and records their price and time.
Triggers a long entry when the price breaks above a Pivot High and a short entry when it falls below a Pivot Low.
Sets exit conditions automatically based on predefined SL and TP percentages after entry.
Plots breakout points and levels on the chart for analysis.
Considerations
The strategy relies on accurate pivot point detection; adjust the period parameter based on market volatility.
In highly volatile markets, consider widening the stop loss to avoid frequent triggering.
Combine with other indicators or analysis methods to validate signals and avoid blind trading.
This strategy combines technical analysis and risk management in a straightforward, visual manner, making it suitable for users seeking automated trading based on pivot point breakouts.
Pivot-Punkte und Levels
RSI Divergence Strategy - Visible SignalsThis script identifies bullish and bearish RSI divergences with highly visible signals:
🔹 Bullish Divergence: Price makes a lower low while RSI makes a higher low (Oversold)
🔹 Bearish Divergence: Price makes a higher high while RSI makes a lower high (Overbought)
Features:
✅ Large visual signals (triangles + background highlights)
✅ Adjustable RSI & lookback periods
✅ Debug table to verify calculations
✅ Works on all timeframes (best on 1H-4H)
Ideal for: Swing trading, reversals, and confirmation with price action.
Try it on:
BTC,EURUSD, or any liquid asset.
Tip: Reduce lookback for scalping, increase for swing trades.
Overextension Oscillator [by MR_LUCAS_01]The Overextension Oscillator is a custom TradingView indicator designed to detect market overextension by analyzing swing highs/lows, price distance from swings, and momentum shifts. It helps traders identify potential reversal zones where price is likely to retrace after an overextended move.
---
Key Features:
✅ Swing High/Low Detection – Identifies key pivot points to measure market extension.
✅ Overextension Calculation – Measures how far price has moved from recent swings.
✅ Oscillator with Smoothing – Uses EMA-based smoothing to generate reliable signals.
✅ Buy & Sell Signals – Highlights potential entry points when price reaches extreme zones.
✅ Color-Coded Candle Plotting – Enhances visibility of bullish and bearish zones.
✅ Threshold-Based Alerts – Notifies traders when price extends beyond a calculated limit.
---
How It Works:
1. Swing Point Detection:
Detects pivot highs/lows over a defined number of bars.
Measures the percentage difference between recent swing highs and lows.
2. Overextension Calculation:
Determines how far price has moved from the last significant swing.
Compares this movement to historical averages to assess overextension.
3. Oscillator Processing:
Creates an oscillator with smoothing to filter noise.
Highlights when price moves too far from equilibrium.
4. Buy & Sell Signal Generation:
Buy Signal: Price falls below a threshold relative to the last swing low.
Sell Signal: Price rises above a threshold relative to the last swing high.
Includes a cooldown period to avoid rapid repeated signals.
---
Visualization:
Bullish & Bearish Candles:
Green candles indicate bullish overextensions (potential reversals up).
Red candles indicate bearish overextensions (potential reversals down).
Signal Line (Neutral Color):
Plots a smoothed oscillator to track overextension movements.
Reference Levels:
0 Line: Center equilibrium.
+20 & -20 Bands: Indicate potential reversal zones.
Buy & Sell Signal Markers:
Green circles (Buy Signals) at oversold conditions.
Red circles (Sell Signals) at overbought conditions.
---
Customization Options:
Swing Detection Lengths – Adjust bar lookback periods for pivots.
Oscillator Smoothing – Modify EMA lengths for signal clarity.
Threshold Sensitivity – Fine-tune overextension criteria.
Cooldown Period – Prevent excessive signals in rapid moves.
---
Use Cases:
✔ Reversal Traders – Identify overextended price action for mean reversion trades.
✔ Trend Traders – Use as a filter to confirm pullback entries in trends.
✔ Scalpers & Swing Traders – Find quick reversals in volatile markets.
---
Conclusion:
The Overextension Oscillator is a powerful tool that helps traders identify extreme price movements and anticipate potential reversals. By combining swing analysis, distance measurements, and smoothed oscillations, it provides clear buy/sell signals in overextended markets.
Mathematics//@version=5
indicator("محاسبه لگ و اعداد", overlay=true)
// تنظیمات
swingLen = input.int(10, "طول سوئینگ", minval=1)
// تشخیص آخرین لگ با استفاده از پیوتها
isSwingHigh = ta.pivothigh(high, swingLen, swingLen)
isSwingLow = ta.pivotlow(low, swingLen, swingLen)
var float lastPivotHigh = na
var float lastPivotLow = na
var int lastPivotHighBar = na
var int lastPivotLowBar = na
// بهروزرسانی پیوتها
if not na(isSwingHigh)
lastPivotHigh := isSwingHigh
lastPivotHighBar := bar_index
if not na(isSwingLow)
lastPivotLow := isSwingLow
lastPivotLowBar := bar_index
// رسم خطوط و محاسبات
if barstate.islast and not na(lastPivotHigh) and not na(lastPivotLow)
// خط لگ زرد
line.new(lastPivotHighBar, lastPivotHigh, lastPivotLowBar, lastPivotLow,
color=color.yellow, width=2)
// خطوط افقی آبی و قرمز
line.new(lastPivotHighBar, lastPivotHigh, bar_index, lastPivotHigh,
color=color.blue, width=2)
line.new(lastPivotLowBar, lastPivotLow, bar_index, lastPivotLow,
color=color.red, width=2)
// محاسبه جذر
float sqrt_high = math.sqrt(lastPivotHigh)
float sqrt_low = math.sqrt(lastPivotLow)
// اعداد برای محاسبه
float levels = array.from(0.5, 1.0, 1.5, 2.0, 2.5, 3.0, 3.5, 4.0, 4.5, 5.0, 5.5, 6.0, 6.5, 7.0, 7.5)
// رسم خطوط سبز
for i = 0 to array.size(levels) - 1
level = array.get(levels, i)
// برای High
high_diff = sqrt_high - level
high_square = high_diff * high_diff
line.new(bar_index , high_square, bar_index, high_square,
color=color.green, width=1, style=line.style_dashed)
// برای Low
low_sum = sqrt_low + level
low_square = low_sum * low_sum
line.new(bar_index , low_square, bar_index, low_square,
color=color.green, width=1, style=line.style_dashed)
// نمایش یک مقدار برای تست
plot(ta.valuewhen(barstate.islast, math.sqrt(lastPivotHigh) - 0.5, 0), color=color.green, style=plot.style_circles)
SPY OI Levels - Fixed PositioningThis displays Open Interest levels from a text input. The levels are drawn for the current day. Newlines are required between each level
Example text input:
SPY OI Levels
Format: TYPE,PRICE,DESCRIPTION
PUT,565.0,Put OI #1
PUT,566.0,Put OI #2
PUT,570.0,Put OI #3
PUT,572.0,Put OI #4
PUT,560.0,Put OI #5
CALL,580.0,Call OI #1
CALL,579.0,Call OI #2
CALL,582.0,Call OI #3
CALL,575.0,Call OI #4
CALL,574.0,Call OI #5
the description is what will show up on the label for only the #1 OI for call or put for example mine typically says "#1 Put" and "#1 Call" next to this levels in the text input.
SMA & EMA Trend IndicatorIndicator that will use SMA and EMA to determine the price direction. The logic is:
If EMA (fast) is above SMA (slow) → uptrend (up arrow).
If EMA is below SMA → downtrend (down arrow).
AI Buy/Sell Indicator1st try buy sell 1 indicator, i.e. ai based yet to try and update as required later on., although i don't know its superb success or failiure one. let see and check this out
Custom MA & RSI Strategy by MrHenryFxThis TradingView indicator is a trend-following tool that combines Moving Averages (MA) and the Relative Strength Index (RSI) to generate buy and sell signals. It helps traders identify potential entry and exit points by analyzing price momentum and trend direction.
---
Key Features:
✅ Moving Average Crossovers – Uses a Fast MA (default: 9) and Slow MA (default: 21) to detect trend shifts.
✅ RSI Confirmation – Ensures signals are valid by checking RSI above/below 50 before triggering.
✅ Buy & Sell Signals – Clearly marked on the chart with green (BUY) and red (SELL) labels.
✅ Color-Coded Background – Highlights bullish (green) and bearish (red) zones.
✅ Customizable Inputs – Traders can adjust MA lengths, RSI period, and threshold to fit their strategy.
✅ Alerts for Trade Execution – Sends notifications when a buy or sell condition is met.
---
How It Works:
1. BUY Signal Conditions:
The Fast MA crosses above the Slow MA (bullish crossover).
RSI is above 50, confirming bullish momentum.
2. SELL Signal Conditions:
The Fast MA crosses below the Slow MA (bearish crossover).
RSI is below 50, confirming bearish momentum.
3. Visual Aids:
Fast MA (Blue Line) & Slow MA (Red Line) for trend tracking.
Buy/Sell labels appear when conditions are met.
Green background for bullish trend, red background for bearish trend.
---
Use Cases:
✔ Trend Traders – Identify trend reversals early.
✔ Swing Traders – Find optimal buy and sell points.
✔ Intraday Traders – Get short-term trading signals.
✔ New Traders – Simple and easy-to-use tool for learning trend analysis.
---
Customization:
Fast & Slow MA Lengths – Adjust to suit your trading timeframe.
RSI Period & Threshold – Modify for different volatility levels.
Alerts – Enable for real-time trade notifications.
---
Final Thoughts:
This indicator is a powerful yet simple tool for traders looking to combine trend and momentum analysis. By using MA crossovers with RSI confirmation, it helps reduce false signals and improves trade accuracy.
Futures Round Levels Clean (50/00 only at price)This will display a dashed line at the 50 and 00 levels for futures.
RSI Divergence & ConvergenceRSI-Based Convergence and Divergence
Green: Represents Bullish Divergences.
Red: Represents Bearish Divergences.
I’m planning to tweak the script further, especially to enhance the visibility of the lines, as they’re currently hard to spot. Open to any feedback or suggestions—thanks a ton!
Quad Buy AlertThis alert is to be used either when the trend breaks the Chanell to the upside or when a divergence occurs or both would be even better.
Breakout Trading Rules📄 Description for Publication (EN):
Breakout Trading Rules – Confirmed Entry Signal
📈 A strategy focused on identifying real breakout entries supported by volume and technical indicators.
This indicator visualizes the key conditions required for a valid BUY signal based on confirmed breakouts. It's optimized for the 1D timeframe, but can be adapted to others as well.
🔍 Signal Logic:
Price closes above a breakout level (either the latest pivot high or a manually set level).
Breakout must be confirmed by two consecutive candles closing above the level.
Volume is above average, compared using two reference periods.
MACD shows a bullish crossover.
RSI is above a configurable threshold (default: 50).
🎯 Additional Features:
Dynamic breakout line colored green (if price is above) or red (if below).
BUY signal visually marked on the chart.
Checklist table in the top-right corner showing whether all conditions are met.
Option to manually override the breakout level.
Built-in alert when a fully confirmed BUY signal is triggered.
📌 Recommended for:
Traders looking for structured, confirmed breakout entries.
Technically disciplined trading strategies.
Daily timeframe (1D) setups for stronger swing positions.
✅ Open-source, visual, and easy to customize. Use it responsibly as part of your trading plan!
Straggling higher and lower + FIBOSimple indicator displaying straggling higher and lower and fibonacci levels to optimize the buy point and stoploss.
Defaut value use for 5sec timeframe
Enjoy
Monthly S/R ZonesIdentifies support and resistance zones based off the number of times an area has been tested.
Previous Day High/Low ZonesFor the high zone:
The top of the box is the previous day's high (the wick of the candle that reached the highest price).
The bottom of the box is the top of the body of the next 15-minute candle that closes after the high-of-day candle.
For the low zone:
The bottom of the box is the previous day's low (the wick of the candle that reached the lowest price).
The top of the box is the bottom of the body of the next 15-minute candle that closes after the low-of-day candle.
Bim EMA 35 NavigatorBim EMA 35 Navigator
The Bim EMA 35 Navigator is a powerful trend-following and pullback-based trading indicator designed to help traders identify key buy and sell opportunities using the Exponential Moving Average (EMA 35).
Key Features:
✅ EMA 35 Trend Detection – The EMA line changes color: Green for an uptrend and Red for a downtrend.
✅ Buy & Sell Alerts – Generates alerts when price crosses above or below the EMA 35.
✅ Pullback Detection – Identifies pullbacks to the EMA within a trend, providing additional trade opportunities.
✅ Customizable Parameters – Users can fine-tune pullback thresholds and confirmation candles.
How It Works:
Trend Confirmation: The EMA 35 helps determine whether the market is in an uptrend or downtrend.
Entry Signals: A buy signal appears when price crosses above the EMA in an uptrend, and a sell signal appears when price crosses below the EMA in a downtrend.
Pullback Opportunities: Detects pullbacks to the EMA and confirms them with recent price action, making it easier to enter trades at better prices.
This indicator is ideal for traders looking to follow trends while also capitalizing on pullback entries. It works well across multiple timeframes and asset classes, including stocks, forex, and crypto.
🚀 Use the Bim EMA 35 Navigator to refine your strategy and improve your trade timing!
Nifty Indices ScalpApply only for Nifty Options charts.
This script is a multi-component trading indicator for TradingView, incorporating various trading techniques and visualization tools. Here's a breakdown of its major sections:
1. User Inputs & Settings
Users can toggle different features like SuperTrend, Reversal Signals, PSAR-based Bar Coloring, and Z-score Bar Coloring.
Allows selection of calculation basis for Buy/Sell levels from today's open, previous day’s high/low/close.
Configurable line style, label size, and label position.
2. Gann-Based Buy/Sell Levels
Calculates Gann-style price levels based on the selected price reference (Todays Open, Previous Day High, etc.).
Uses the square root of the chosen price reference to derive different levels (support, buy levels, targets).
Plots these levels using lines and labels.
3. Daily Open Line
Plots the daily open as a white-dotted line.
4. Reversal System
Uses a 10-period EMA (Exponential Moving Average) to identify reversal signals:
A Signal Candle is a candle that does not touch the EMA.
A Confirmation Candle is one that touches the EMA after the signal candle.
If a confirmation candle appears, it marks a potential trend reversal.
Plots buy/sell triangles and stop-loss lines for reversal trades.
5. PSAR-Based Bar Coloring
Implements three different PSAR (Parabolic SAR) values with different acceleration factors.
Bars are colored purple for bullish trends and blue for bearish trends if all three PSAR values confirm the direction.
7. Z-Score Calculation (Partially Cut Off)
A Z-score function is included but seems to be used for weighting calculations.