MA Percentage Difference HistogramThis indicator shows the percentage difference between two moving averages (MAs) of your chosen type (EMA or SMA) as a histogram. You can set the lengths of the short and long MAs to suit your trading style. The histogram bars change color based on whether the difference is positive (green/lime) or negative (red/dark red) and whether it's increasing or decreasing. A dashed zero line helps you spot when the difference crosses above or below zero. Alerts are included for key events like zero-line crosses and changes in direction, making it easy to track momentum shifts in price.
Indicators and strategies
Opening Range Box with Highs and LowsThis indicator is designed to use the Time-Based Range of the 9 am candle and the 3 pm candle
This indicator can be used as a zone to take a trade when the price closes bullish or bearish
Another secret is that when the lows or highs are swept, you can find an entry in the opposite direction.
Pillz XtremePillz Indicator. When the blue dot is present and the blue line crosses above the white like its bullish. When the orange dot is present and the orange line crosses above its bearish . should be used with Pillz cloud.
Traffic Light Alert by RUG V7.0A traffic light that helps to keep an eye on the trend to know when to wait for the right moment to take a trade.
Composite Reversal IndicatorOverview
The "Composite Reversal Indicator" aggregates five technical signals to produce a composite score that ranges from -5 (strongly bearish) to +5 (strongly bullish). These signals come from:
Relative Strength Index (RSI)
Moving Average Convergence Divergence (MACD)
Accumulation/Distribution (A/D)
Volume relative to its moving average
Price proximity to support and resistance levels
Each signal contributes a value of +1 (bullish), -1 (bearish), or 0 (neutral) to the total score. The raw score is plotted as a histogram, and a smoothed version is plotted as a colored line to highlight trends.
Step-by-Step Explanation
1. Customizable Inputs
The indicator starts with user-defined inputs that allow traders to tweak its settings. These inputs include:
RSI: Length (e.g., 14), oversold level (e.g., 30), and overbought level (e.g., 70).
MACD: Fast length (e.g., 12), slow length (e.g., 26), and signal length (e.g., 9).
Volume: Moving average length (e.g., 20) and multipliers for high (e.g., 1.5) and low (e.g., 0.5) volume thresholds.
Price Levels: Period for support and resistance (e.g., 50) and proximity percentage (e.g., 2%).
Score Smoothing: Length for smoothing the score (e.g., 5).
These inputs make the indicator adaptable to different trading styles, assets, or timeframes.
2. Indicator Calculations
The script calculates five key indicators using the input parameters:
RSI: Measures momentum and identifies overbought or oversold conditions.
Formula: rsi = ta.rsi(close, rsi_length)
Example: With a length of 14, it analyzes the past 14 bars of closing prices.
MACD: Tracks trend and momentum using two exponential moving averages (EMAs).
Formula: = ta.macd(close, macd_fast, macd_slow, macd_signal)
Components: MACD line (fast EMA - slow EMA), signal line (EMA of MACD line).
Accumulation/Distribution (A/D): A volume-based indicator showing buying or selling pressure.
Formula: ad = ta.accdist
Reflects cumulative flow based on price and volume.
Volume Moving Average: A simple moving average (SMA) of trading volume.
Formula: vol_ma = ta.sma(volume, vol_ma_length)
Example: A 20-bar SMA smooths volume data.
Support and Resistance Levels: Key price levels based on historical lows and highs.
Formulas:
support = ta.lowest(low, price_level_period)
resistance = ta.highest(high, price_level_period)
Example: Over 50 bars, it finds the lowest low and highest high.
These calculations provide the raw data for generating signals.
3. Signal Generation
Each indicator produces a signal based on specific conditions:
RSI Signal:
+1: RSI < oversold level (e.g., < 30) → potential bullish reversal.
-1: RSI > overbought level (e.g., > 70) → potential bearish reversal.
0: Otherwise.
Logic: Extreme RSI values suggest price may reverse.
MACD Signal:
+1: MACD line > signal line → bullish momentum.
-1: MACD line < signal line → bearish momentum.
0: Equal.
Logic: Crossovers indicate trend shifts.
A/D Signal:
+1: Current A/D > previous A/D → accumulation (bullish).
-1: Current A/D < previous A/D → distribution (bearish).
0: Unchanged.
Logic: Rising A/D shows buying pressure.
Volume Signal:
+1: Volume > high threshold (e.g., 1.5 × volume MA) → strong activity (bullish).
-1: Volume < low threshold (e.g., 0.5 × volume MA) → weak activity (bearish).
0: Otherwise.
Logic: Volume spikes often confirm reversals.
Price Signal:
+1: Close near support (within proximity %, e.g., 2%) → potential bounce.
-1: Close near resistance (within proximity %) → potential rejection.
0: Otherwise.
Logic: Price near key levels signals reversal zones.
4. Composite Score
The raw composite score is the sum of the five signals:
Formula: score = rsi_signal + macd_signal + ad_signal + vol_signal + price_signal
Range: -5 (all signals bearish) to +5 (all signals bullish).
Purpose: Combines multiple perspectives into one number.
5. Smoothed Score
A smoothed version of the score reduces noise:
Formula: score_ma = ta.sma(score, score_ma_length)
Example: With a length of 5, it averages the score over 5 bars.
Purpose: Highlights the trend rather than short-term fluctuations.
6. Visualization
The indicator plots two elements:
Raw Score: A gray histogram showing the composite score per bar.
Style: plot.style_histogram
Color: Gray.
Smoothed Score: A line that changes color:
Green: Score > 0 (bullish).
Red: Score < 0 (bearish).
Gray: Score = 0 (neutral).
Style: plot.style_line, thicker line (e.g., linewidth=2).
These visuals make it easy to spot potential reversals.
How It Works Together
The indicator combines signals from:
RSI: Momentum extremes.
MACD: Trend shifts.
A/D: Buying/selling pressure.
Volume: Confirmation of moves.
Price Levels: Key reversal zones.
By summing these into a composite score, it filters out noise and provides a unified signal. A high positive score (e.g., +3 to +5) suggests a bullish reversal, while a low negative score (e.g., -3 to -5) suggests a bearish reversal. The smoothed score helps traders focus on the trend.
Practical Use
Bullish Reversal: Smoothed score is green and rising → look for buying opportunities.
Bearish Reversal: Smoothed score is red and falling → consider selling or shorting.
Neutral: Score near 0 → wait for clearer signals.
Traders can adjust inputs to suit their strategy, making it versatile for stocks, forex, or crypto.
Algo Trade | OIESU OPC PRIVATE LIMITED | SUNNY GUHAAlgo Trade | OIESU OPC PRIVATE LIMITED | SUNNY GUHA
You can automate your trade using this
LCSEMALong candle + Stoch + Ema (sonrau)
Buy: Green arrow appears, price is above ema.
Sell : Red arrow appears, price is below ema
OPR First 15Stupidely simple indicator, It creates a box all around the first 15 minutes of the OPR of London and NY. I'st just boring to do it everyday ... It can be used only in 1 minute timeframe.
SMA 3/14 Crossover with Shaded AreaThis is a momentum indicator that shows the 3/14 SMA with buy and sell signals. The shaded area is blue to indicate a bullish trend and red to indicate a bearish trend.
High / Low (Patron 3 Velas) FXCMThe three-candle pattern explained by Trader Jose B. is used to identify the highest high and the lowest low among the sessions already established in his strategy.
Volume Histogram with ThresholdsVolume Histogram with Thresholds
Description:
This indicator displays a histogram of volume bars with color coding based on customizable volume thresholds. It helps traders quickly identify potential breakouts and breakdowns by comparing current volume against a moving average of past volume.
Features:
Customizable Average Volume Period – Allows you to set a lookback period for calculating average volume.
Color-Coded Bars for Quick Visual Reference:
Gray: Below average volume (low activity)
Blue: Near average volume (normal activity)
Green: Above average volume (potential breakout/breakdown)
Red: Significantly above average volume (high-confidence move)
Plots an Orange Reference Line – Represents the average volume for easy comparison.
Usage:
Adjust "Average Volume Period" to set the moving average length for volume.
Modify "Above Average" and "High Volume" multipliers to fine-tune breakout/breakdown sensitivity.
Look for green and red bars to confirm strong moves in price action.
This indicator can help confirm the validity of breakouts and breakdowns by visually emphasizing volume surges. 🚀
Explanation of Presets in the Indicator
The indicator comes with three user-configurable settings that determine how volume is analyzed and displayed. Here’s what they do and why they matter:
1. Average Volume Period (Default: 50)
This setting controls the number of past bars used to calculate the Simple Moving Average (SMA) of volume.
A larger value (e.g., 100) smooths out fluctuations and gives a broader view of average volume trends.
A smaller value (e.g., 20) makes the average more responsive to recent volume changes.
2. Above Average Threshold (Multiplier, Default: 1.5)
This defines the first level of volume increase that is considered above average.
If the current volume is 1.5 times greater than the moving average volume, the histogram bar turns green.
You can lower this value (e.g., 1.2) to make the indicator more sensitive or increase it (e.g., 2.0) to filter out smaller spikes.
3. High Volume Threshold (Multiplier, Default: 2.5)
This determines the threshold for what is considered significantly above average volume.
If the current volume is 2.5 times greater than the moving average volume, the histogram bar turns red.
This setting helps highlight extremely strong volume surges, which are more likely to indicate high-confidence breakouts or breakdowns.
How to Adjust These Presets for Different Market Conditions
If you trade high-volatility assets, you might want to increase the multipliers (e.g., 2.0 and 3.5) to focus only on the strongest moves.
If you trade low-liquidity assets, you might need to lower the multipliers (e.g., 1.2 and 2.0) to capture smaller but meaningful volume shifts.
Short-term traders (scalping/day trading) may prefer a lower average volume period (e.g., 20) to get faster signals.
By tweaking these settings, you can adapt the indicator to your trading style and the asset you’re analyzing. 🚀
Quantum State HEMA [QComputing]Quantum State HEMA + Multi-Market Scanner
A Next-Generation Trading System Powered by Quantum Computing Principles
📊 OVERVIEW
A cutting-edge multi-dimensional market analysis and scanning system leveraging quantum computing-inspired algorithms. The proprietary HEMA (Heisenberg Enhanced Moving Average) transcends classical technical analysis by integrating quantum physics concepts for enhanced precision and adaptability.
🔬 QUANTUM CORE FEATURES
1. Quantum HEMA Calculation
Planck-scale volatility adaptation
Heisenberg Uncertainty Factor
Quantum Entanglement Optimization (
Superposition Weighting
2. Dynamic Market Adaptation
ATR-based threshold detection
Wave Coherence Tracking
Momentum Quantization
Quantum Wavefunction Collapse
3. Multi-Market Scanner
Top 3 Indicators (MACD, RSI, Bollinger Bands)This script combines three powerful indicators for trading analysis:
### 1️⃣ RSI (Relative Strength Index)
- Purpose: Measures momentum & identifies overbought (70) / oversold (30) levels.
- Best Use: Spot potential reversals & confirm trend strength.
- Accuracy: 70-80% when combined with other indicators.
### 2️⃣ MACD (Moving Average Convergence Divergence)
- Purpose: Detects trend changes & momentum shifts.
- Best Use: Look for MACD line crossovers with the signal line.
- Accuracy: 75% when used with RSI.
### 3️⃣ Bollinger Bands
- Purpose: Measures market volatility & price extremes.
- Best Use: Buy near lower band, sell near upper band in range markets.
- Accuracy: 70-85% when combined with MACD & RSI.
✅ Best Strategy:
Use RSI for momentum, MACD for trend confirmation, and Bollinger Bands for volatility insights to improve accuracy in trading decisions.
Let me know if you need more details!
Note 2It is used to store notes. You can store each of your notes in detail and it will be a useful resource.
MomentumEdge Trading StrategyKey Components
Hypothetical Bravo 9 Indicator:
Since Bravo 9 is a hypothetical indicator, I've implemented it as a weighted combination of RSI, MACD histogram, and momentum components
Generates signals when it crosses above/below its signal line
Trend Filtering:
Uses 200 EMA as the primary trend filter
Only takes long positions above the 200 EMA and short positions below it
Includes 50 and 20 EMAs for additional reference
Volume Confirmation:
Requires volume to be above 1.5x the 20-day average (customizable)
Can be toggled on/off
Volatility and Risk Management:
Uses ATR for stop loss calculation (1.5x ATR below/above entry by default)
Implements a risk-based position sizing (maximum 2% risk per trade)
Fixed risk ratio (2:1 by default)
Additional Confirmations:
ADX for trend strength (minimum 25 by default)
RSI for avoiding overbought/oversold conditions
Basic divergence detection
yun-Advanced Screener In Pine Script, you can use plot() or table to mark stocks that meet specific conditions
MomentumEdge Trading StrategyKey Components
Hypothetical Bravo 9 Indicator:
Since Bravo 9 is a hypothetical indicator, I've implemented it as a weighted combination of RSI, MACD histogram, and momentum components
Generates signals when it crosses above/below its signal line
Trend Filtering:
Uses 200 EMA as the primary trend filter
Only takes long positions above the 200 EMA and short positions below it
Includes 50 and 20 EMAs for additional reference
Volume Confirmation:
Requires volume to be above 1.5x the 20-day average (customizable)
Can be toggled on/off
Volatility and Risk Management:
Uses ATR for stop loss calculation (1.5x ATR below/above entry by default)
Implements a risk-based position sizing (maximum 2% risk per trade)
Fixed risk ratio (2:1 by default)
Additional Confirmations:
ADX for trend strength (minimum 25 by default)
RSI for avoiding overbought/oversold conditions
Basic divergence detection
Ersin Efsanesi Stratejisi v1.0This strategy uses moving averages, RSI, and volume analysis to identify potential buy and sell signals. It aims to find market trends and provide trading opportunities based on specific technical indicators.
MCRTicksRangeThis is the library to get the correct MCR Range in ticks No Matter what the time frame is
Chop ZonesThis indicator plots two "zones" in the form of shaded boxes, one between PMH and PML and one between PDH and PDL, the area that is shaded more has the highest probability of price action to be "choppy", the lesser shaded area has less probability for "choppy" action whilst outside the shaded areas there is high probability of a trend.
This indicator can be used to determine one of the three types of day:
Chop day
Bullish trend day
Bearish trend day
Chop day example today on AMEX:SPY
Bullish trend day example on NASDAQ:DLTR
Bearish trend day example on NASDAQ:UAL
Daily Break IndicatorThis indicator shows the daily trading. This is useful when back testing. To be aware of the end and the start of the day especially UTC +8 Time Zones.