Cari dalam skrip untuk "Cycle"
RSI Trend Cycle [JMX]RSI Trend cycle applies fast stochastics and a cyclic component to smooth out RSI movements and make reading of RSI trends dramatically easier.
Works on any timeframe.
Usage:
- LONG on cross from 0 upwards
- SHORT on cross from 100 downwards
Works best if:
traded in the prevailing direction of a market. If the market trend is bullish (like SPY) then you LONG from 0 and step aside on cross down from 100.
Used at an interval lower than the one you want to trade (i.e., 1h for intra-day trends, 1d for weekly trends)
Paired with an exit signal of your choice (i.e., trendline)
Ichimoku BoxIntroducing Ichimoku Box Indicator:
Key Features:
Customizable Box Periods: Adjustable box periods with default settings of 9, 26, and 52.
Shifted Span A and Span B Points: Easily adjustable shifts and colors.
Additional Box Option: Capability to add an extra box for more detailed analysis.
High and Low Markers: Identifies the highest and lowest candle within each box with distinct markers.
Candle Countdown Timer: Displays the remaining candles before a box loses its high or low.
Drag-and-Drop Functionality: Move boxes to any position on the chart with a vertical line.
Automatic Box Drawing: When the indicator is first applied, a vertical line appears on the mouse cursor, and clicking on any point automatically draws the boxes.
How It Works:
The indicator allows users to visualize Ichimoku periods as boxes, highlighting key price levels and shifts in market structure. It simplifies the analysis process by providing visual cues and customizable settings for enhanced flexibility.
Market Bottoms SageDisciplesCM_Williams + Stoch Confirmed Reversal (Multi-TF)
This indicator combines the CM_Williams Vix Fix with Stochastic Oscillator confirmation across two timeframes to identify potential bullish reversals.
Main Signal (Lime Dot Below Bar):
Fires when:
CM_Williams Vix Fix detects a volatility spike.
Stochastic %K > %D on the chart timeframe.
%K is currently or recently in the oversold zone (<20).
Early Signal (Orange Diamond Below Bar):
Based on the same logic, but using a lower timeframe (default: 5 min) for the Stochastic. It provides an early warning before the main signal confirms.
Features:
Adjustable lookbacks and thresholds for Vix Fix and Stoch.
Option to require rising Vix Fix bars.
Toggle to show/hide early signal dots.
Usage:
Look for lime dots as confirmation of a potential reversal.
Use orange diamonds to anticipate signals early.
Market Bottoms SageDisciplesCM_Williams + Stoch Confirmed Reversal (Multi-TF)
This indicator combines the CM_Williams Vix Fix with Stochastic Oscillator confirmation across two timeframes to identify potential bullish reversals.
Main Signal (Lime Dot Below Bar):
Fires when:
CM_Williams Vix Fix detects a volatility spike.
Stochastic %K > %D on the chart timeframe.
%K is currently or recently in the oversold zone (<20).
Early Signal (Orange Diamond Above Bar):
Based on the same logic, but using a lower timeframe (default: 5 min) for the Stochastic. It provides an early warning before the main signal confirms.
Features:
Adjustable lookbacks and thresholds for Vix Fix and Stoch.
Option to require rising Vix Fix bars.
Toggle to show/hide early signal dots.
Usage:
Look for lime dots as confirmation of a potential reversal.
Use orange diamonds to anticipate signals early.
ProfitPulse Calculator (Customizable Colors)Futures Trading Calculator
Enter your entry price, stop loss (SL), and take profit (TP). The calculator will ask for a few additional inputs to perform the calculations accurately.
Open Range ToolOpen Range Tool
You can set which time frame you want to use for the opening interval setting and you can set your own delay time.
Also supports US and London markets
ICT France - TIME-PRICE LEVELS - BASICICT France Time-Price is an indicator designed to automate the plotting of key liquidity levels and session opens. It saves significant time in daily analysis and ensures consistency in technical analysis, especially on pairs like EUR/USD, GBP/USD, and DXY.
It automatically plots the following levels: Asian High and Low (8:00 PM to 12:00 AM), London High and Low (12:00 AM to 5:00 AM), Previous Day High and Low (PDH / PDL), Previous Week High and Low (PWH / PWL), Previous Month High and Low (PMH / PML), Previous Year High and Low (PYH / PYL), True Day Open (TDO), Weekly Open (WO), Monthly Open (MO), Quarterly Open (QTO), Yearly Open (YO).
The 5-day ADR (Average Daily Range) is automatically calculated and displayed in the bottom left of the chart. It’s a very useful tool for day trading.
Time-based separators are added automatically depending on the chart timeframe: in H1 and below, each day is separated; in H4, each week is separated; in D1, each month; in Weekly, each year.
To the right of price, the last 4 daily candles are displayed, including the current one. This allows users to see recent daily price action without switching timeframes.
A customizable watermark is also available, similar to the AGFX watermark indicator: you can add a title and subtitle at the top of the chart.
The indicator has been tested mainly on FX Futures, CFDs: USD major pairs and minor pairs (excluding JPY). On other assets, occasional bugs may occur.
내 스크립트//@version=5
indicator("Support/Resistance Scalping Strategy", overlay=true)
// === 사용자 설정 ===
support_level = input.float(101000, title="지지선", step=10)
resistance_level = input.float(104000, title="저항선", step=10)
rsi = ta.rsi(close, 14)
bb_upper = ta.bb(close, 20, 2).upper
bb_lower = ta.bb(close, 20, 2).lower
// === 조건 ===
// 롱 조건: 지지선 근처 도달 + RSI < 40 + 볼린저 하단 근접
long_condition = (low <= support_level * 1.002) and (rsi < 40) and (close <= bb_lower)
plotshape(long_condition, title="Long Signal", location=location.belowbar, color=color.green, style=shape.labelup, text="LONG")
// 숏 조건: 저항선 근처 도달 + RSI > 60 + 볼린저 상단 근접
short_condition = (high >= resistance_level * 0.998) and (rsi > 60) and (close >= bb_upper)
plotshape(short_condition, title="Short Signal", location=location.abovebar, color=color.red, style=shape.labeldown, text="SHORT")
// 시각적 지지/저항선 표시
hline(support_level, "지지선", color=color.green, linestyle=hline.style_dashed)
hline(resistance_level, "저항선", color=color.red, linestyle=hline.style_dashed)
Box Lunedi BT (Ultimo visibile)Indicator that shows in a box the Monday's movement and marks 50% of it and can be used for a possible intraday strategy
time NYThis TradingView Pine Script plots vertical lines at specific key times throughout the trading day based on the New York timezone (Eastern Time), which aligns with Colombian time during Daylight Saving Time (UTC-4). It also highlights the opening price of the 00:00 candle and shades a specific time range on the chart.
Key Features:
Timezone Configuration:
Uses "America/New_York" to define the trading session times.
Opening Price at 00:00:
Captures and stores the opening price of the candle at exactly 00:00.
Optionally stores the bar index (although it's not used visually here).
Vertical Lines at Key Times:
Draws vertical dashed lines at these specific times each day:
00:00
07:30
08:30
09:45
10:00
10:15
10:30
10:45
11:00
13:30
16:30
These lines extend above and below the chart range, from the highest to the lowest price over the last 500 bars.
Background Highlight:
Shades the time interval between 11:00 and 13:30 with a semi-transparent gray background, but only for the current day.
UTC Day SeparatorsGlobally consistent back-tests: When you anchor indicators (VWAP, ADR, supply/demand boxes) to daily boundaries, basing them on UTC avoids daylight-saving mismatches between exchanges.
Quick regime inspection: You can eyeball overnight gaps or Asia/Europe/US session overlaps by seeing how price behaves relative to successive UTC days.
Chart cleanliness: Because the line is dotted and low-contrast, it gives a subtle reference grid without overwhelming candles or other plots.
10% Drop & Maximum Further Fall Detector (High & Low Considered)Max % High and Low. AN indicator to see how much % fall in a month
COT Bias-Zone Doppel-Divergenz USDJPYTraders use the COT indicator to spot extremes—when commercials are heavily long and speculators are heavily short,
for example—to anticipate price turning points and gauge the strength or weakness of ongoing trends.
@khaicao| APB HistogramIntroducing the APB Histogram Indicator
A Powerful Tool for Visualizing Price Momentum
The APB Histogram (Average Price Bar Histogram) is a unique and insightful indicator designed to help traders identify price momentum and potential trend reversals. By calculating a smoothed average of price action and plotting the difference between the APB Close and APB Open as a histogram, this indicator provides a clear visual representation of bullish and bearish pressure in the market.
Key Features:
✅ Smoothed Price Calculation – Uses a recursive formula to generate a dynamic average price bar, reducing noise and highlighting meaningful trends.
✅ Intuitive Histogram Display – Positive (green) bars indicate bullish momentum, while negative (red) bars signal bearish momentum.
✅ Customizable Colors – Adjust the bullish and bearish colors to match your trading style.
✅ Non-Overlay Design – Plotted in a separate panel for clear visualization without cluttering the main chart.
How to Use the APB Histogram:
Bullish Signals: When the histogram bars are green and rising, it suggests increasing buying pressure.
Bearish Signals: When the histogram bars are red and falling, it indicates growing selling pressure.
Trend Confirmation : Use alongside other indicators, recommended to use with Stochastic (8,3,3) to confirm trend strength.
Perfect For:
Swing Traders looking for momentum shifts
Day Traders needing quick visual cues on price direction
Trend Followers confirming entry and exit points
Try the APB Histogram today and enhance your trading strategy with a cleaner, more intuitive view of market momentum!
🔹 Like & Follow for more unique indicators!
🔹 Comment below if you have any questions or improvement suggestions!
Happy Trading! 🚀
BBMASimpleTest123The 90-day pause on the U.S. "Liberation Day" tariffs is set to expire on July 8, 2025. This pause was announced on April 9, 2025, delaying the implementation of higher "reciprocal tariffs" that were initially scheduled to take effect on April 9. During this pause, a universal baseline tariff of 10% remains in effect for most countries, including Singapore
Henry Hub Verfallstermine 2025This Pine Script plots vertical lines on your TradingView chart at each 2025 Henry Hub Natural Gas futures expiry date. Each line:
Appears from top to bottom of the chart.
Is labeled with the exact expiry date (e.g., 2025-06-26).
Has a customizable color via the script settings.
This helps you visually track key contract rollover points directly on your chart.
Multi-Timeframe Horizontal LinesMulti-Timeframe Horizontal Lines - User Guide
This indicator draws horizontal support/resistance lines based on opening prices at specific New York times, regardless of your chart's timezone.
How to Use:
Enter up to 4 custom times in NY timezone using HH:MM format (e.g., "09:30", "14:00", "20:00")
Lines automatically capture the opening price when each specified time hits
Toggle the After-Hours Day Open line (6 PM NY start) on/off as needed
Key Features:
Evening Times (16:00-23:59): Lines extend overnight until next day 3:59 PM NY
Morning/Day Times (00:00-15:59): Lines extend until same day 3:59 PM NY
Timezone Independent: Always uses NY time regardless of chart timezone
Clean Visualization: Lines appear with breaks during inactive periods
Perfect For:
Marking key session opens (Asian, London, NY)
Tracking overnight levels and gaps
Setting reference levels that persist across trading sessions
Simply input your desired NY times and let the indicator automatically manage when lines appear and disappear based on market sessions.
Time HighlightHow This Works:
Time Conversion: The script converts the current time to HHMM format (e.g., 9:16 becomes 916) for easy comparison.
Timeframe Detection: It checks the current chart's timeframe:
For 1-minute charts: Exactly matches the target times
For 5-minute charts: Checks if the target time falls within the 5-minute window
For 15-minute charts: Checks if the target time falls within the 15-minute window
Highlighting: When the condition is met, it highlights the candle with a semi-transparent yellow color.
Note:
The script will work on 1-minute, 5-minute, and 15-minute timeframes only
The highlight appears on the candle that contains the specified time
The transparency is set to 70% so you can still see the candle through the highlight
You can adjust the transparency level by changing the transp parameter (0 = fully opaque, 100 = fully transparent).
make a pine script which change the color of the candle in yellow color in 1,5,15 timeframe at the time of 9:16, 9:31, 9:46