Dalli CPRMulti-Timeframe CPR Indicator for TradingView
This TradingView Pine Script calculates and displays the Central Pivot Range (CPR) across multiple timeframes, including daily, weekly, monthly, quarterly, half-yearly, and yearly. CPR is a powerful tool used by traders to identify key support and resistance levels, potential trend reversals, and breakout opportunities.
Key Features:
โ
Multi-Timeframe CPR: Calculates CPR levels for six different timeframes to provide a comprehensive market outlook.
โ
Dynamic Updates: CPR levels adjust based on the selected timeframe to ensure accurate and real-time analysis.
โ
Support & Resistance Zones: Displays Pivot Point (PP), Top Central Pivot (TC), and Bottom Central Pivot (BC) to help traders make informed decisions.
โ
Customizable Display: Users can enable/disable specific timeframes and adjust line colors and styles for better visualization.
โ
Ideal for Swing & Intraday Trading: Provides insights into market trends by analyzing CPR levels across different timeframes.
Indicators and strategies
15% Below Daily LowESPP discount pricing (15%) - Line chart that follows the daily low of the chart to show what price you could buy a company stock with the typical discount of 15%.
Hypersonic MAIN Intersection StrategyStrategy that shows the intersection point of two Items of Interest. Backtesting showed the best was Candle (close) & EMA 9.
1. I added 2 auxiliary EMA's that you can view or hide because I know some people like to see the EMA 200.
2. You select the First and Second Item of Interest and it'll plot it in the background. First EMA and Second EMA correspond to whether you select them or not. The BWMA stuff is near the bottom. And in the middle is how you can show/hide the data table in the top-right. If you choose "candle" then it'll use the close of the candle for plotting.
3. you can show/hide different lines in the Style section.
4. on the Style tab of Settings, you can turn off the whole table as well as the Trades, just the signal of the trade, or just the quantity of the trade.
Wave IdentifierThis Pine Script indicator creates a 2x3 table that displays the current wave, target percentage, and timeframe information based on the time of day in Eastern Time. Here's what the indicator does:
It divides the trading day into three waves:
Wave 1: 9:30 AM ET to 11:00 AM ET
Wave 2: 12:00 PM ET to 2:00 PM ET
Wave 3: 3:00 PM ET to 4:00 PM ET
Any other time is labeled as "Between Waves"
It shows the target percentage for each wave:
Wave 1: 40% - 70%
Wave 2: 80% - 200%
Wave 3: 100% - 1000%
It recommends specific timeframes for each wave:
Wave 1: 2-minute candles
Wave 2: 5-minute candles
Wave 3: 10-minute candles
It checks if your current chart timeframe matches the recommended timeframe:
If it matches, it displays the timeframe in green
If it doesn't match, it displays "Timeframe mismatch" in red
The table is positioned in the middle-right of the chart and updates with each new candle. Feedback is always welcome!
Key LevelsI couldn't find an indicator that plotted previous day and intraday key levels like I wanted.
This indicator plots key levels on the chart:
Current session high (HOD) and low (LOD)
Previous day high (PDH), low (PDL), and close (PDC)
Overnight high (ONH) and low (ONL) based on a defined overnight window
At the start of a new session (day), the indicator resets its values and creates a new set of labels.
These labels are positioned in a fixed horizontal column (offset from the current bar) and are updated each bar so that they remain vertically aligned with their corresponding level (with a small vertical offset).
Inputs you can modify:
Futures Mode and session times for equities and futures.
Horizontal label offset (in bars) and vertical offset (price units) for label positioning.
Colors, line widths, and styles for each level (day high, day low, overnight high/low, previous day levels).
Adjust these inputs to match your market hours and desired appearance.
Zero background in coding, but worked with chatGPT to develop this, and it works for me. Would welcome any and all feedback.
3 EMAs with Price Action by Sap KarCombines three EMAs with Price Action. Price action visible as GREEN and RED ARROWS below and above bars.
Buy when bars start forming above 9,21 emas GREEN arrows starts forming below bars.
Sell when bars start forming below 9,21 emas RED arrows starts forming above bars.
Sap Kar 3 EMAs + PA; (P)This script plots 3 EMAs and also shows price action in the form of GREEN ARROWS at the bottom of the bars for LONG trades and RED ARROWS @ top of the bars for SHORT TRADE.
Will be useful for trend and momentum following. The input parameters for price action ae
1. No of Bars for price action calculation:- This should be ideally between 3 to 6.
2. Maximum Close % should preferably be above 75 and should always be above 50.
3. Minimum Close % should preferably be below 25 and should always be below 50.
Should buy when above EMAs and green arrows start forming below bars. Should sell when below EMAs and red arrows start forming above bars.
Cycle Biologique Strategy // (\_/)
// ( โข.โข)
// (")_(")
//@fr33domz
Experimental Research: Cycle Biologique Strategy
Overview
The "Cycle Biologique Strategy" is an experimental trading algorithm designed to leverage periodic cycles in price movements by utilizing a sinusoidal function. This strategy aims to identify potential buy and sell signals based on the behavior of a custom-defined biological cycle.
Key Parameters
Cycle Length: This parameter defines the duration of the cycle, set by default to 30 periods. The user can adjust this value to optimize the strategy for different asset classes or market conditions.
Amplitude: The amplitude of the cycle influences the scale of the sinusoidal wave, allowing for customization in the sensitivity of buy and sell signals.
Offset: The offset parameter introduces phase shifts to the cycle, adjustable within a range of -360 to 360 degrees. This flexibility allows the strategy to align with various market rhythms.
Methodology
The core of the strategy lies in the calculation of a periodic cycle using a sinusoidal function.
Trading Signals
Buy Signal: A buy signal is generated when the cycle value crosses above zero, indicating a potential upward momentum.
Sell Signal: Conversely, a sell signal is triggered when the cycle value crosses below zero, suggesting a potential downtrend.
Execution
The strategy executes trades based on these signals:
Upon receiving a buy signal, the algorithm enters a long position.
When a sell signal occurs, the strategy closes the long position.
Visualization
To enhance user experience, the periodic cycle is plotted visually on the chart in blue, allowing traders to observe the cyclical nature of the strategy and its alignment with market movements.
Doji Breakout 3:1 DetectorFinds a proper doji for you to buy its high or sell its low for a 3:1 reward
Global Liquidity Index with Editable DEMA + 107 Day OffsetGlobal Liquidity DEMA (107-Day Lead)
This indicator visualizes a smoothed version of global central bank liquidity with a forward time shift of 107 days. The concept is based on the macroeconomic observation that markets tend to lag changes in global liquidity โ particularly from central banks like the Federal Reserve, ECB, BOJ, and PBOC.
The script uses a Double Exponential Moving Average (DEMA) to smooth the combined balance sheets and money supply inputs. It then offsets the result into the future by 107 days, allowing you to visually align liquidity trends with delayed market reactions. A second plot (ROC SMA) is included to help identify liquidity momentum shifts.
๐ How to Use:
Add this indicator to any chart (S&P 500, BTC, Gold, etc.)
Compare price action to the forward-shifted liquidity trend
Look for divergence, confirmation, or crossovers with price
Use as a macro timing tool for long-term entries/exits
๐ Included Features:
Editable DEMA smoothing length
ROC + SMA overlay for momentum signals
Fixed 107-day forward projection
Includes main DEMA and ROC SMA both real-time and shifted
Fourier-Inspired Forex PredictorThis strategy aims to using a Fourier-inspired approach to transform non-repetitive forex price patterns into a repetitive signal for predicting future prices
Opal Title: Opal Lines
Short Title: Opal Lines
Description:
Opal Lines is a dynamic overlay indicator that plots horizontal price levels at the open of key market sessions throughout the trading day, based on Eastern Time (ET). Designed for traders who rely on session-based price action, it marks significant intraday events such as the European Open (3:00 AM ET), Gold Open (8:20 AM ET), Regular Market Open (9:30 AM ET), and Globex Open (6:00 PM ET), among others. Each line is color-coded and toggleable via inputs, allowing users to customize which sessions they want to track.
Unlike generic time-based tools, Opal Lines captures the opening price at precise minute intervals and extends these levels across the chart until the daily reset at 5:00 PM ET (except for the Globex line, which persists into the next day). This makes it ideal for identifying support/resistance zones, breakout levels, or reference points tied to major market openings. Traders can use it across forex, futures, equities, or commodities to align their strategies with global session dynamics.
Key Features:
Seven toggleable session lines with distinct colors for easy identification.
Time-specific logic using ET, adaptable to any chart timeframe.
Persistent lines that reset daily, with Globex extending overnight.
Lightweight and overlay-friendly, preserving chart clarity.
How to Use:
Add the indicator to your chart and enable the sessions relevant to your trading style. Watch for price interactions with these levelsโe.g., bounces, breaks, or retestsโespecially during high-volume periods. Combine with other tools like volume or oscillators for confirmation.
Note: Ensure your chartโs timezone is set to โAmerica/New_Yorkโ (ET) for accurate alignment.
Small Range Stocks (ATR 7)This indicator identifies stocks with a small daily range relative to their ATR(7). It plots a small green tick below candles where the daily range is โค 0.9 ร ATR(7), helping traders spot consolidation zones for potential breakouts.
Enhanced 3-Month Reversal Strategy v6 (TSLA)### **Strategy Overview: Enhanced 3-Month Reversal Strategy v6 for TSLA**
This custom-designed strategy is tailored specifically for **Tesla Inc. (TSLA)**, incorporating a multi-factor scoring model to capture short-term mean-reversion opportunities within a broader trend-aware framework.
---
### **Methodology**
The strategy blends **technical reversal signals** with **trend filtering** and **volatility-adjusted risk management**. It assigns dynamic weights to six core technical indicators for both long and short entries:
- **RSI (7-period):** Identifies overbought/oversold conditions based on percentile ranks.
- **MACD (8/17/9):** Captures short-term momentum shifts with trend confirmation.
- **ADX (14):** Ensures trades are taken only in strong trending environments.
- **Volume Spike:** Confirms breakout or reversal intensity.
- **SMA Crossovers (20 & 50):** Filters trend direction on a medium scale.
- **Implied Volatility Rank (126-period HV proxy):** Measures relative volatility levels to confirm timing.
All inputs are scored based on weighted signals, and trades are only entered when the composite score exceeds a defined threshold.
---
### **Features**
- โ
**Volatility-based dynamic stop-loss and take-profit** for adaptive risk management.
- โ
**Intraday trading window filter** to restrict trades to regular market hours (default: 9AMโ4PM EST).
- โ
**Trend filter (200-SMA)** to allow long trades only in bullish markets.
- โ
**Score threshold parameters** are fully adjustable for optimization.
- โ
**Individual trade P&L tracking** via chart annotations.
---
### **Backtest Summary**
- **Time period:** Backtested on TSLA from **January 2022 to March 2025**.
- **Data granularity:** 15-minute and 1-hour timeframes show best performance consistency.
- **Market regime:** Performs well in both trending and volatile mean-reversion phases.
---
### **Best Input Parameters (from hyperparameter tuning)**
**Long Entry Weights:**
- RSI: `0.35`
- IV Rank: `0.10`
- MACD: `0.15`
- SMA Condition: `0.25`
- ADX: `0.15`
- Volume Spike: `0.25`
**Short Entry Weights:**
- RSI: `0.20`
- IV Rank: `0.15`
- MACD: `0.30`
- SMA Condition: `0.00`
- ADX: `0.15`
- Volume Spike: `0.30`
**Other Settings:**
- MACD Signal Period: `9`
- RSI Length: `7`
- IV Period: `126`
- SMA Periods: `20 & 50`
- Trend Filter SMA: `200`
- Stop Loss / Take Profit: `1.0 ร HV` multiplier
---
--- Optuna ไผๅๅฎๆ ---
ๆไฝณ Trial ็ผๅท: 29
ๆไฝณ Total Return : 17927.75678703037
ๆไฝณๅๆฐ:
rsi_length: 13
iv_length: 140
macd_fast: 7
macd_slow: 30
adx_length: 25
sma_short_period: 21
sma_long_period: 78
volume_ma_period: 14
rsi_low_percentile: 21
rsi_high_percentile: 60
iv_low_percentile: 11
iv_high_percentile: 89
take_profit_mult: 4.0
stop_loss_mult: 5.0
bullish_threshold: 0.65
bearish_threshold: 0.9
rsi_bull_weight: 0.5
iv_bull_weight: 0.25
macd_bull_weight: 0.30000000000000004
sma_bull_weight: 0.1
adx_bull_weight: 0.0
volume_bull_weight: 0.3
rsi_bear_weight: 0.5
iv_bear_weight: 0.2
macd_bear_weight: 0.15000000000000002
sma_bear_weight: 0.1
adx_bear_weight: 0.1
volume_bear_weight: 0.15000000000000002
macd_signal: 9
MA Distance (% and ATR) + Threshold CountMA Distance (% & ATR) + Threshold Count
This script visualizes how far price is extended from key moving averages using both percentage and ATR-based distance. It includes a dynamic threshold system that tracks how unusually extended price is, based on historical volatility.
๐ Features:
Calculates distance from:
10 EMA, 20 SMA, 50 SMA, 100 SMA, 200 SMA
Measures both:
% distance from each MA
ATR-multiple distance from each MA
Automatically calculates dynamic upper/lower thresholds using a rolling standard deviation
Plots a colored dot when distance exceeds these thresholds
Dots appear above or below the bar depending on direction
Color-coded summary table displays:
% distance
ATR distance
Threshold extremes
Total number of threshold hits
๐ฏ Customization:
Toggle which MAs to display in the table
Set your own lookback window and threshold sensitivity (via stdev multiplier)
Show/hide dots based on how many thresholds are hit
Use this tool to identify when price is overextended from its moving averages and approaching historically significant levels of deviation. Great for spotting mean reversion setups, parabolic runs, or deep pullbacks.
ProfitPivotProfitPivot dynamically shows the difference between unit cost and current market price of an asset, both in absolute term and in percentage. Traders can ascertain the profit level of a particular asset at a glance. Traders can input or change unit cost of the asset at any time directly through attribute settings. Previous bar close price will be used by default if the unit cost is not supplied.
ProfitPivot is developed by @isarab with the assistance of Copilot. It is licensed under Mozilla Public License Version 2.0.
EMA 5m Nightingale๐ EMA 5m Nightingale Strategy โ Smart Compounding Recovery
This strategy combines classic EMA cross entries with a disciplined Nightingale position sizing system to manage losses and enhance recovery.
๐ Features:
โ
EMA 20/50 crossover entries, confirmed by trend (EMA 200)
๐ Fixed-step Nightingale logic:
Trade sizing steps: $200 โ $200 โ $250 โ $400 โ $800 โ $1600 โ $3200 โ $6000
Automatically resets to $200 after a profitable trade
๐ 2% equity-based stop loss
๐ Trade size increases only after a loss โ never on a win
๐ Built-in buy/sell alerts for automation or notifications
Perfect for testing controlled risk escalation and recovery on volatile 3-minute or 5-minute charts.
TESTING NOW FOR XRP 5M
Global M2 Money SupplyAn indicator looking at the total money, of the largest economies, in circulation. I like to use it to analyze the lag between Bitcoin and liquidity. I think 109 days or a 16 week delay is the most accurate lag when contrasting both charts together (you can manually change the offset in the indicator's settings).
DAMA OSC - Directional Adaptive MA OscillatorOverview:
The DAMA OSC (Directional Adaptive MA Oscillator) is a highly customizable and versatile oscillator that analyzes the delta between two moving averages of your choice. It detects trend progression, regressions, rebound signals, MA cross and critical zone crossovers to provide highly contextual trading information.
Designed for trend-following, reversal timing, and volatility filtering, DAMA OSC adapts to market conditions and highlights actionable signals in real-time.
Features:
Support for 11 custom moving average types (EMA, DEMA, TEMA, ALMA, KAMA, etc.)
Customizable fast & slow MA periods and types
Histogram based on percentage delta between fast and slow MA
Trend direction coloring with โGreenโ, โBlueโ, and โRedโ zones
Rebound detection using close or shadow logic
Configurable thresholds: Overbought, Oversold, Underbought, Undersold
Optional filters: rebound validation by candle color or flat-zone filter
Full visual overlay: MA lines, crossover markers, rebound icons
Complete alert system with 16 preconfigured conditions
How It Works:
Histogram Logic:
The histogram measures the percentage difference between the fast and slow MA:
hist_value = ((FastMA - SlowMA) / SlowMA) * 100
Trend State Logic (Green / Blue / Red):
Green_Up = Bullish acceleration
Blue_Up (or Red_Up, depending the display settings) = Bullish deceleration
Blue_Down (or Green_Down, depending the display settings) = Bearish deceleration
Red_Down = Bearish acceleration
Rebound Logic:
A rebound is detected when price:
Crosses back over a selected MA (fast or slow)
After being away for X candles (rebound_backstep)
Optional: filtered by histogram zones or candle color
Inputs:
Display Options:
Show/hide MA lines
Show/hide MA crosses
Show/hide price rebounds
Enable/disable blue deceleration zones
DAMA Settings:
Fast/Slow MA type and length
Source input (close by default)
Overbought/Oversold levels
Underbought/Undersold levels
Rebound Settings:
Use Close and/or Shadow
Rebound MA (Fast/Slow)
Candle color validation
Flat zone filter rebounds (between UnderSold and UnderBought)
Available MA type:
SMA (Simple MA)
EMA (Exponential MA)
DEMA (Double EMA)
TEMA (Triple EMA)
WMA (Weighted MA)
HMA (Hull MA)
VWMA (Volume Weighted MA)
Kijun (Ichimoku Baseline)
ALMA (Arnaud Legoux MA)
KAMA (Kaufman Adaptive MA)
HULLMOD (Modified Hull MA, Same as HMA, tweaked for Pine v6 constraints)
Notes:
**DEMA/TEMA** reduce lag compared to EMA, useful for faster reaction in trending markets.
**KAMA/ALMA** are better suited to noisy or volatile environments (e.g., BTC).
**VWMA** reacts strongly to volume spikes.
**HMA/HULLMOD** are great for visual clarity in fast moves.
Alerts Included (Fully Configurable):
Golden Cross:
Fast MA crosses above Slow MA
Death Cross:
Fast MA crosses below Slow MA
Bullish Rebound:
Rebound from below MA in uptrend
Bearish Rebound:
Rebound from above MA in downtrend
Bull Progression:
Transition into Green_Up with positive delta
Bear Progression:
Transition into Red_Down with negative delta
Bull Regression:
Exit from Red_Down into Blue/Green with negative delta
Bear Regression:
Exit from Green_Up into Blue/Red with positive delta
Crossover Overbought:
Histogram crosses above Overbought
Crossunder Overbought:
Histogram crosses below Overbought
Crossover Oversold:
Histogram crosses above Oversold
Crossunder Oversold:
Histogram crosses below Oversold
Crossover Underbought:
Histogram crosses above Underbought
Crossunder Underbought:
Histogram crosses below Underbought
Crossover Undersold:
Histogram crosses above Undersold
Crossunder Undersold:
Histogram crosses below Undersold
Credits:
Created by Eff_Hash. This code is shared with the TradingView community and full free. do not hesitate to share your best settings and usage.
Bollinger Band Long & Short Strategy### **Strategy Summary: Bollinger Band Long & Short Strategy**
#### **Bollinger Band Setup:**
- Uses a **20-period Simple Moving Average (SMA)** as the basis.
- **Standard deviation multiplier = 1.5**.
- Calculates **upper** and **lower Bollinger Bands**.
#### **Entry Conditions:**
- **Short Trade:**
- A candle must fully form **above** the upper Bollinger Band.
- The **low of this candle** must be broken by one of the **next four candles**.
- A **short position** is then entered.
- **Long Trade:**
- A candle must fully form **below** the lower Bollinger Band.
- The **high of this candle** must be broken by one of the **next four candles**.
- A **long position** is then entered.
#### **Risk Management:**
- **Stop Loss:**
- **Short Trade:** High of the candle that formed outside the upper Bollinger Band.
- **Long Trade:** Low of the candle that formed outside the lower Bollinger Band.
- **Position Sizing:**
- The number of shares/contracts is calculated such that the **maximum loss per trade is INR 4000**.
- **Risk-to-Reward Ratio:**
- **Target Profit = 3x Risk (1:3 R:R).**
- Once **1:2 profit is reached, the stop loss moves to breakeven**.
- The trade is **closed at 1:3 profit**.
#### **Additional Features:**
- **Trades are only considered if the breakout happens within four candles** after the alert candle.
- **Bollinger Bands are plotted for visibility** on the chart.
Let me know if you need any modifications! ๐
VOLD Ratio Histogram [Th16rry]How to Use the VOLD Ratio Histogram Indicator
The VOLD Ratio Histogram Indicator is a powerful tool for identifying buying and selling volume dominance over a selected period. It provides traders with visual cues about volume pressure in the market, helping them make more informed trading decisions.
How to Read the Indicator:
1. Green Bars (Positive Histogram):
- Indicates that buying volume is stronger than selling volume.
- Higher green bars suggest increasing bullish pressure.
- Useful for confirming uptrends or identifying potential accumulation phases.
2. Red Bars (Negative Histogram):
- Indicates that selling volume is stronger than buying volume.
- Lower red bars suggest increasing bearish pressure.
- Useful for confirming downtrends or identifying potential distribution phases.
3. Zero Line (Gray Line):
- Acts as a neutral reference point where buying and selling volumes are balanced.
- Crossing above zero suggests buying dominance; crossing below zero suggests selling dominance.
How to Use It:
1. Confirming Trends:
- A strong positive histogram during an uptrend supports bullish momentum.
- A strong negative histogram during a downtrend supports bearish momentum.
2. Detecting Reversals:
- Monitor for changes from positive (green) to negative (red) or vice versa as potential reversal signals.
- Divergences between price action and histogram direction can indicate weakening trends.
3. Identifying Volume Surges:
- Sharp spikes in the histogram may indicate strong buying or selling interest.
- Use these spikes to investigate potential breakout or breakdown scenarios.
4. Filtering Noise:
- Adjust the period length to control sensitivity:
- Shorter periods (e.g., 10) are more responsive but may produce more noise.
- Longer periods (e.g., 50) provide smoother signals, better for identifying broader trends.
Recommended Markets:
- Cryptocurrencies: Works effectively with real volume data from exchanges.
- Forex: Useful with tick volume, though interpretation may vary.
- Stocks & Commodities: Particularly effective for analyzing high-volume assets.
Best Practices:
- Combine the VOLD Ratio Histogram with other indicators like moving averages or RSI for confirmation.
- Use different period lengths depending on your trading style (scalping, swing trading, long-term investing).
- Observe volume spikes and divergences to anticipate potential market moves.
The VOLD Ratio Histogram Indicator is ideal for traders looking to enhance their volume analysis and gain a deeper understanding of market dynamics.
Mean Reversion with Volume AnalysisKey Features of This Script:
Adaptive Parameters
RSI thresholds adjust based on market volatility
Uses ATR to measure current volatility
Volume Confirmation
Only enters trades when volume is above average (vol_ratio > vol_threshold)
Volume spike helps confirm potential reversions
Multi-Timeframe Analysis
Optional higher timeframe confirmation
Ensures youโre not fighting against the larger trend
Volatility Filters
Uses normalized ATR to avoid trading in extremely volatile conditions
BB width provides visual indication of current volatility
Visual Feedback
Plots buy/sell signals directly on the chart
Information panel shows key metrics
Customization Tips:
Adjust the length parameter based on the timeframe youโre trading
Modify bb_mult to be more aggressive (lower value) or conservative (higher value)
The vol_threshold can be increased for stricter volume confirmation
Fine-tune the ATR filter (0.03 in the script) based on your risk tolerance
This script provides both visual signals and automated strategy execution. You can use it in TradingViewโs strategy tester to backtest its performance on different assets and timeframes.