3 Moving AverageThe 3 Moving Averages Indicator (SMA) script, provided by Money Ocean, is a dynamic tool designed for Trading View charts. It features three Simple Moving Averages (SMAs) with predefined periods: SMA-9, SMA-33, and SMA-66, all based on closing prices. This configuration delivers a clear visualization of short-term, medium-term, and long-term market trends. By analyzing the crossovers and alignment of these SMAs, traders can identify trend reversals, confirm market direction, and optimize entry and exit points. Tailored for traders seeking precision and clarity, this indicator is ideal for improving decision-making in trending markets.
The 3 Moving Averages Indicator (SMA) script on Trading View uses three Simple Moving Averages (SMAs) with preset periods of 9, 33, and 66, all calculated using the closing prices. This setup offers a balanced view of short-term, medium-term, and long-term market trends. The SMA-9 captures recent price action, SMA-33 provides an intermediate perspective, and SMA-66 smooths out long-term trends. By analyzing the alignment and crossovers of these SMAs, traders can identify potential trend reversals, confirm market direction, and spot trading opportunities with greater precision. It's an effective tool for trend-followers and swing traders.
Padrões gráficos
Advanced Divergence IndicatorAdvanced Divergence Indicator
Unlock the full potential of your trading strategy with the Advanced Divergence Indicator, a powerful tool designed to identify and analyze bullish and bearish divergences using multiple technical indicators. Whether you're a seasoned trader or just starting out, this indicator provides clear, actionable signals to help you make informed trading decisions.
What It Does
The Advanced Divergence Indicator detects divergences between price movements and key technical indicators, specifically the Relative Strength Index (RSI) and On-Balance Volume (OBV). Divergence occurs when the price trends in one direction while the indicator trends in the opposite direction, signaling potential reversals or continuations in the market.
Key Features
Multi-Indicator Analysis
RSI Divergence: Identifies bullish and bearish divergences using the RSI, helping you spot potential reversals based on momentum.
OBV Divergence: Utilizes OBV to detect divergences related to volume flow, providing insights into the strength behind price movements.
Bullish and Bearish Signals
Bullish Divergence: Signals when indicators show higher lows while the price forms lower lows, suggesting a potential upward reversal.
Bearish Divergence: Alerts when indicators display lower highs while the price creates higher highs, indicating a possible downward reversal.
Signal Strength Classification
Standard Signals: Represent typical divergence occurrences, marked with green (bullish) and red (bearish) labels.
Strong Signals: Highlighted with yellow (strong bullish) and blue (strong bearish) labels when divergences coincide with overbought or oversold conditions, enhancing signal reliability.
Customizable Settings
Indicator Selection: Choose to enable RSI, OBV, or both based on your trading preferences.
Pivot Points: Adjust the number of bars left and right to fine-tune pivot detection for more accurate divergence identification.
Range Configuration: Set minimum and maximum bar ranges to control the sensitivity of divergence detection, suitable for different timeframes and trading styles.
Noise Cancellation: Reduce false signals by enabling noise filtering, ensuring that only significant divergences are highlighted.
Visual Clarity
Color-Coded Labels: Easily distinguish between different types of divergences with intuitive color codes—green for bullish, red for bearish, yellow for strong bullish, and blue for strong bearish signals.
Clean Chart Display: The indicator overlays seamlessly on your chart without clutter, ensuring that signals are easily identifiable without distracting from price action.
Real-Time Alerts
Custom Alert Conditions: Receive instant notifications for bullish and bearish divergences, enabling you to act promptly on potential trading opportunities.
Combined Alerts: Get alerts for either bullish or bearish signals, or both, based on your selected criteria.
How to Use
Add the Indicator to Your Chart
Apply the Advanced Divergence Indicator to your desired chart and timeframe.
Configure Settings
Select Indicators: Choose to enable RSI, OBV, or both under the "Indicator Settings" group.
Adjust Parameters: Customize RSI length, pivot points, and divergence ranges to match your trading strategy and the specific asset you are analyzing.
Enable Noise Cancellation: Activate this feature to filter out minor divergences and focus on more significant signals.
Interpret the Signals
Bullish Signals: Look for green or yellow labels below the price bars indicating potential upward reversals.
Bearish Signals: Identify red or blue labels above the price bars signaling possible downward reversals.
Strong Signals: Pay special attention to yellow and blue labels as they denote stronger divergences with higher reliability.
Set Up Alerts
Configure alert conditions within the indicator to receive real-time notifications when bullish or bearish divergences are detected, ensuring you never miss a trading opportunity.
Why Choose Advanced Divergence Indicator
Comprehensive Analysis : By combining RSI and OBV, the indicator provides a more robust analysis compared to single-indicator tools, enhancing the accuracy of divergence detection.
Flexibility : Highly customizable settings allow traders to tailor the indicator to their unique strategies and market conditions.
User-Friendly : Clear labels and color codes make it easy for traders of all levels to understand and act on the signals.
Reliability : Strong signal classification and noise cancellation features help reduce false positives, providing more trustworthy trading signals.
Kmag's Buy & Sell Signal RibbonThe RSI condition has been added to the script. It triggers an alert when the 14-length RSI crosses above its 14-length moving average, alongside the existing conditions.
The script now includes the Bollinger Bands indicator and checks if the Bollinger Bands width percentile is above 20%. A buy signal is triggered only when all four criteria are met:
Price is above the 15 EMA.
RSI crosses above its moving average.
Price is above the PSAR value.
Bollinger Bands width percentile is greater than 20%.
Strong/Weak Single Levels//@version=5
indicator("Strong/Weak Single Levels", overlay=true)
// Input thresholds for strong and weak candles
strongCandleSize = input.float(1.5, title="Strong Candle Size (x ATR)")
weakCandleSize = input.float(0.5, title="Weak Candle Size (x ATR)")
// Calculate ATR for relative size comparison
atr = ta.atr(14)
// Identify strong and weak candles
isStrongGreen = (close - open) > strongCandleSize * atr
isWeakGreen = (close - open) > weakCandleSize * atr and (close - open) <= strongCandleSize * atr
isStrongRed = (open - close) > strongCandleSize * atr
// Check for strong and weak single levels
strongLevel = ta.valuewhen(isStrongGreen and isStrongRed , high , 0)
weakLevel = ta.valuewhen(isWeakGreen and isStrongRed , high , 0)
// Plot horizontal lines for levels
if strongLevel
line.new(x1=bar_index , y1=strongLevel, x2=bar_index, y2=strongLevel, color=color.green, width=2, extend=extend.right)
if weakLevel
line.new(x1=bar_index , y1=weakLevel, x2=bar_index, y2=weakLevel, color=color.red, width=2, extend=extend.right)
criptosefa Fibonacci Levels with Labelsfıb100 ve fıb 0 otomatik olarak sizlere gösterecek her paritede zaman aralığı otomatik ayarlandı ayrı zamanda etiketler eklendi fib phh ve phhl olarak etiket eklendi keyifle kullanın
Supertrend with EMA - AjaySupertrend with EMA shows strength in Trend.
50 EMA is good for trend. and Supertrend with ATR give better stoploss.
Triple Confluence Strategy-nishant200 EMA: A yellow line showing the 200-period Exponential Moving Average.
VWAP: A blue line showing the Volume Weighted Average Price.
Pivot Points: A purple line for the pivot point, red lines for support levels, and green lines for resistance levels.
Buy/Sell Markers: Green labels below the bars for Buy signals and Red labels above the bars for Sell signals.
Confluence Zone Highlights: Background color changes to green for Buy and red for Sell signals.
BITCOIN BTC Neural AI Strategy by NHBprodHey everyone, here's a new trading strategy script for Bitcoin, and I’m super excited to share it with you. It’s called the "BITCOIN BTC Neural AI Strategy." It creates a neural network using RSI, MACD, and EMA which are weighted and undergo a mathematical transformation to result in a single value. Plotting the single value, and adding thresholds gives you the ability to trade. This is the strategy script, but I also have the indicator script which can be used to automate buy and sell signals directly to your phone, email, or your bot.
What It Does
RSI: Measures momentum (like, is the market pumped or tired?).
MACD: Checks if momentum is gaining or slowing (super handy for spotting moves).
EMA: Follows the big trend (like the market’s vibe over time).
Then, it smooshes all this data together and spits out a single number I call the Neural Proxy Value. If the value goes above 0.5, enter a long trade, and if it drops below -0.5, you can sell, and even short it if you'd like.
Backtest Results
Some notables:
I included slippage & I included commission.
77% net profit on a 10,000 starting account.
Hundreds of trades, and covers the maximum amount of time allowed in tradingview.
The script is ready for BITCOIN and I deploy it on the 1 hour timeframe because I feel like 1 hour bars get enough data to make solid judgements.
How to Use It
Look at the Neural Proxy line—it’s color-coded and easy to spot.
For traders who only trade long:
When the Neural Proxy line is above 0.5 = buy
When the Neural Proxy line is below -0.5 = sell
For traders who only trade short:
When the Neural Proxy line is above 0.5 = exit the short
When the Neural Proxy line is below -0.5 = enter the short
This strategy (and the pairing indicator script) is able to be used to trade long only, short only, or both long & short to maximize trade opportunities.
Wick sizeShow the average wick size of the last 10 bar for analysis purposes.
Makes it easier to recognise possible turning points.
Dan-Machine Learning: Lorentzian Classification with AlertsAlerts by any colour change in smoothed Heikin Ashi candles.
RM EMA/SMA Crossover IndicatorOffers a simple indicator above the relevant candle when your chosen EMAs or SMAs cross.
Simulação de Compra Diária com Alavancagem 2xSimulação de Compra Diária com Alavancagem 2x
Simulação de Compra Diária com Alavancagem 2xSimulação de Compra Diária com Alavancagem 2xSimulação de Compra Diária com Alavancagem 2xSimulação de Compra Diária com Alavancagem 2xSimulação de Compra Diária com Alavancagem 2xSimulação de Compra Diária com Alavancagem 2xSimulação de Compra Diária com Alavancagem 2xSimulação de Compra Diária com Alavancagem 2x
MalcolmXxc xc xbsjhydygf shdbfklhsbdklasdbfa dfsabdfhibsadkhfbsadfsad fsad fas dfas dfsa dfsadfsad fsa df asdfnput for lunch session time
lunchStartHour = input.int(12, title="Lunch Start Hour", minval=0, maxval=23, group="Session")
lunchStartMinute = input.int(0, title="Lunch Start Minute", minval=0, maxval=59, group="Session")
lunchEndHour = input.int(13, title="Lunch End Hour", minval=0, maxval=23, group="Session")
lunchEndMinute = input.int(0, title="Lunch End Minute", minval=0, maxval=59, group="Session")
// STYLE
colorTwo = input.color(color.new(color.black, 65), title="Lunch:", inline="s_2", group="Style")
colorTwoFill = input.color(color.new(color.orange, 90), title="-", inline="s_2", group="Style")
lineStyleTwo = input.string(title="-", defval=line.style_solid, options= , inline="s_2", group="Style")
// Get current bar time in the specified timezone
barHour = hour(time, i_tz)
barMinute = minute(time, i_tz)
// Check if current bar is within the lunch time range
in_lunch = (barHour > lunchStartHour or (barHour == lunchStartHour and barMinute >= lunchStartMinute)) and
(barHour < lunchEndHour or (barHour == lunchEndHour and barMinute < lunchEndMinute))
// PLOTTING LUNCH SESSION
var line lunchOpen = na, var line lunchCl sad fasdfasdfasdfsad fsadfs
JM-DAILY-H&L-V5Previous Daily Highs and Lows Indicator
This custom indicator highlights the high and low of the previous day, providing crucial reference points for intraday traders. The displayed levels act as key support and resistance zones, helping you gauge potential price reversals or breakouts. While this indicator can be used on multiple timeframes it is especially useful on 4-hour to 1-hour timeframes for intraday trading. By using these levels, traders can refine their entries and exits within the day, identifying price action patterns that align with the prior days market dynamics.
Smoothed MACDMACD Line Calculation: The MACD is calculated as the difference between the fast and slow exponential moving averages (EMAs).
Smoothed MACD: The regular MACD line is smoothed using a simple moving average (SMA).
Signal Line: The signal line is calculated using the smoothed MACD, with its own smoothing factor.
Histogram: The histogram is plotted as the difference between the smoothed MACD and the signal line, to visualize momentum.
Dominan Break Detector barathis dominan break
Dominan Candle Stick
-Dominan CS merupakan pengantara CS samada untuk meneruskan trend atau membuat reversal
-Ianya merupakan penentu untuk retracement didalam trend
-Dominan CS juga amat berkait rapat dengan hidden engulfing
ZelosKapital Weekly/Monthly HLThe ZelosKapital Weekly/Monthly high low indicator is designed to display the weekly and monthly high and low levels directly on the price chart. It helps traders easily identify key support and resistance zones by marking the highest and lowest points of the current week and month. The indicator automatically updates these levels as the price moves, providing a clear visual reference for intraday trading strategies.
Ideal for both Day Trading and Swing Trading, this tool offers valuable insights into potential reversal points, breakout areas, and zones of consolidation. By monitoring these significant price levels, traders can make more informed decisions, timing their entries and exits with greater precision. Whether you're looking for short-term price action or longer-term trends, the weekly and monthly highs and lows serve as critical levels to guide your trades.
ANIL's OHCL, VWAP and EMA CrossPrevious Week High and Low:
This part calculates the previous week's high and low values and plots them as continuous blue lines. The plot.style_line ensures the lines are drawn continuously.
Previous Day Open, High, Low, Close:
The script uses request.security to get the previous day's open, high, low, and close values. These are plotted as continuous lines in different colors:
Open: Green
High: Red
Low: Orange
Close: Purple
VWAP (Volume Weighted Average Price):
The VWAP is calculated using ta.vwap(close) and plotted with a thick black line.
Exponential Moving Averages (EMAs):
The script calculates two EMAs: one with a 9-period (fast) and one with a 21-period (slow).
The EMAs are plotted as continuous lines:
Fast EMA: Blue
Slow EMA: Red
EMA Cross:
The script checks for EMA crossovers and crossunders:
A crossover (fast EMA crossing above slow EMA) triggers a buy signal (green label below the bar).
A crossunder (fast EMA crossing below slow EMA) triggers a sell signal (red label above the bar).
Customization:
You can adjust the fastLength and slowLength variables to change the period of the EMAs.
You can modify the line colors and line thickness to match your preferred style.
The buy and sell signals can be customized further with different shapes or additional conditions for signal generation.
This script provides a comprehensive and visually distinct indicator with the previous week's and day's levels, VWAP, and EMA crossover signals.
Binary Options Pro Helper By Himanshu AgnihotryThe Binary Options Pro Helper is a custom indicator designed specifically for one-minute binary options trading. This tool combines technical analysis methods like moving averages, RSI, Bollinger Bands, and pattern recognition to provide precise Buy and Sell signals. It also includes a time-based filter to ensure trades are executed only during optimal market conditions.
Features:
Moving Averages (EMA):
Uses short-term (7-period) and long-term (21-period) EMA crossovers for trend detection.
RSI-Based Signals:
Identifies overbought/oversold conditions for entry points.
Bollinger Bands:
Highlights market volatility and potential reversal zones.
Chart Pattern Recognition:
Detects double tops (sell signals) and double bottoms (buy signals).
Time-Based Filter:
Trades only within specified hours (e.g., 9:30 AM to 11:30 AM) to avoid unnecessary noise.
Visual Signals:
Plots buy and sell markers directly on the chart for ease of use.
How to Use:
Setup:
Add this script to your TradingView chart and select a 1-minute timeframe.
Signal Interpretation:
Buy Signal: Triggered when EMA crossover occurs, RSI is oversold (<30), and a double bottom pattern is detected.
Sell Signal: Triggered when EMA crossover occurs, RSI is overbought (>70), and a double top pattern is detected.
Timing:
Ensure trades are executed only during the specified time window for better accuracy.
Best Practices:
Use this indicator alongside fundamental analysis or market sentiment.
Test it thoroughly with historical data (backtesting) and in a demo account before live trading.
Adjust parameters (e.g., EMA periods, RSI thresholds) based on your trading style.
Close Within Top or Bottom 10%For all the boys that like to see 10% candles and require them for more in depth backtesting purposes
Trident FinderIntroduction to the Trident Finder
The Trident Finder is a Pine Script indicator that identifies unique bullish and bearish patterns called Tridents. These patterns are based on specific relationships between consecutive candles, combined with a simple moving average (SMA) filter for added precision. By spotting these patterns, traders can potentially identify high-probability reversal points or trend continuations.
Core Logic
The indicator identifies two patterns:
Bullish Trident
A bullish Trident forms when:
Candle (two candles back) has its High-Low range entirely above Candle (the preceding candle).
Candle (the current candle) has its Open-High-Low-Close (OHLC) above the Low of Candle .
Candle closes higher than it opens and higher than Candle ’s close.
Candle closes below the SMA, indicating a potential upward breakout against the trend.
Bearish Trident
A bearish Trident forms when:
Candle has its High-Low range entirely below Candle .
Candle has its OHLC below the High of Candle .
Candle closes lower than it opens and lower than Candle ’s close.
Candle closes above the SMA, indicating a potential downward breakout against the trend.
Visual Representation
Bullish Tridents are marked with green "Up" labels below the candle.
Bearish Tridents are marked with red "Down" labels above the candle.
The SMA is plotted as a maroon line to serve as a filter for the Trident patterns.
WPR45789This indicator helps in identifying trend to catch moves in intraday and gains decent moves in stocks and index as well as futures and options
This indicator helps in identifying trend to catch moves in intraday and gains decent moves in stocks and index as well as futures and options