Dr. Fib - FGBAB - Automatic Fibonacci Levels v2.0This indicator draws automatic Fibonacci retracements and projections on the chart.
Fibonacci levels are full customizable (color, line, width) once added into the chart it will calculate the higher high and lower lows based on the NumberOfBars input parameter (100 bars by default) so you can use in any timeframe to know possible retracements levels and target projection levels.
Excellent tool for trading stocks, crypto and futures.
Feel free to follow on X @FGBAB.
Thanks for using it.
Dr. Fib – FGBAB.
Chart patterns
ORB Breakouts with AlertsORB Breakout indicator with alerts. Lets you select which candles to set alerts and highlights on.
Multi-Timeframe SMTSummery
The Multi-Timeframe SMT indicator is designed to identify and visualize Higher Timeframe (HTF) data on a Lower Timeframe (LTF) chart, allowing traders to see the broader market context without changing their current chart's resolution. It accurately draws pivots and SMT divergences from higher timeframes on the corresponding candles of your current lower timeframe chart.
Its core features include:
Multi-Timeframe Analysis: Configure and monitor pivots on up to four independent timeframes, from intraday to monthly.
Customizable Pivot Detection: Define the strength of pivots by adjusting the number of bars to the left and right.
SMT Divergence: Automatically identifies bullish and bearish SMT divergences by comparing the price action of the main chart symbol with a chosen correlated asset.
Early SMT Detection: A unique feature that monitors a lower "detection timeframe" to provide early warnings of potential SMT setups before they're confirmed on the main timeframe. Note that this early detection is only shown on timeframes equal to or lower than the "Detection timeframe" you have set.
Visual Cues & Alerts: Clear on-chart labels, lines, and fully customizable alerts notify you of confirmed pivots and SMT divergences, ensuring you don't miss key opportunities.
Important Nuance Regarding Pivot Label Display
Due to a self-imposed limit within this script's drawing management logic, the indicator might quickly reach its drawing capacity if you enable pivot crosses for multiple timeframes simultaneously. When this internal drawing limit is exceeded, the script is designed to automatically remove the oldest drawings to make space for new ones.
Therefore, to ensure optimal performance and visibility of the most recent and relevant pivots, it's highly recommended to only enable the "Show Pivot Crosses" option for one timeframe at a time. If you wish to view pivots for a different timeframe, simply disable the pivot crosses for the currently active timeframe and then enable them for your desired one. This approach prevents the rapid cycling and disappearance of pivot labels, providing a clearer and more stable visual experience.
In-Depth Explanation of the Logic
This script is built on two primary concepts: pivot points and Smart Money Technique (SMT) divergence. It systematically collects historical data on multiple timeframes, identifies pivots, and then compares them between two assets to find divergences.
Pivot Point Identification
A pivot is a turning point in the market. A pivot high is a candle that has a higher high than the candles to its immediate left and right. Conversely, a pivot low is a candle with a lower low than its neighbors.
How it Works in the Script:
The script tracks the highest high and lowest low for each period of the selected timeframe (e.g., for each 4-hour candle). When a new high-timeframe candle closes, it stores that high/low value and its bar index in an array. The checkForPivot() function then checks if a recently stored high or low qualifies as a pivot.
Key Inputs:
Left Strength (leftBars1): The number of candles to the left that must have a lower high (for a pivot high) or higher low (for a pivot low).
Right Strength (rightBars1): The number of candles to the right that must meet the same criteria.
For example, with Left Strength and Right Strength both set to 3, a pivot high is only confirmed when its high is greater than the highs of the 3 previous high-timeframe candles and the 3 subsequent high-timeframe candles. Increasing these values will identify more significant, longer-term pivots.
Smart Money Technique (SMT) Divergence
SMT Divergence is a concept popularized by The Inner Circle Trader (ICT). It occurs when two closely correlated assets fail to move in sync. For instance, if Asset A makes a higher high but Asset B fails to do so and instead makes a lower high, this creates a bearish SMT divergence. It suggests that the "smart money" may not be supporting the move in Asset A, signaling a potential reversal.
Bearish SMT: Main asset makes a higher high, while the correlated asset makes a lower high. This is a potential sell signal.
Bullish SMT: Main asset makes a lower low, while the correlated asset makes a higher low. This is a potential buy signal.
How it Works in the Script:
Data Request: For each timeframe, the script uses the request.security() function to fetch the high and low data for both the main chart symbol (syminfo.tickerid) and the chosen Comparison Asset.
Pivot Comparison: When a new pivot is confirmed on the main asset, the script checks if a corresponding pivot also formed on the comparison asset at the same time.
Divergence Check: It then compares the direction of the pivots. For a bearish SMT, it checks if the main asset's new pivot high is higher than its previous pivot high, while the comparison asset's new pivot high is lower than its previous one. The logic is reversed for bullish SMT.
Visualization: If a divergence is found, the script draws a red (bearish) or green (bullish) line connecting the two pivots on your chart and places an "SMT" label.
Early SMT Detection
This is a proactive feature designed to give you a heads-up. Waiting for a 4-hour or daily pivot to form can take a long time. The early detection system looks for SMT divergences on a much smaller, user-defined Detection timeframe (e.g., 15-minute).
How it Works in the Script:
Awaiting Setup: After a primary pivot (Pivot A) is formed on the main timeframe (e.g., a Daily pivot high), the script begins monitoring.
Intraday Monitoring: It then watches the Detection timeframe (e.g., 15-minute) for smaller intraday pivots.
Potential Divergence: It looks for an intraday pivot that forms a divergence against the primary Pivot A.
Watchline & Alert: When this "potential" divergence occurs, the script draws a dashed white line and triggers a "Potential SMT" alert. This isn't a confirmed SMT on the main timeframe yet, but it's a powerful early warning that one may be forming.
Drawing & Object Management
To keep the chart clean and prevent performance issues, the script manages its drawings (lines and labels) efficiently. It stores them in arrays and uses a drawing limit to automatically delete the oldest drawings as new ones are created, ensuring your TradingView remains responsive.
How to Use the Indicator
Configuration
Enable Timeframes: Use the checkboxes (Enable Timeframe 1, Enable Timeframe 2, etc.) to activate the timeframes you want to monitor. It's often best to start with one or two to keep the chart clean.
Select Timeframes: Choose the higher timeframes you want to analyze (e.g., 240 for 4-hour, D for Daily, W for Weekly).
Set Pivot Strength: The default of 3 for Left/Right strength is a good starting point. Increase it to find more significant market structure points or decrease it for more frequent, shorter-term pivots.
Configure SMT:
Check Enable SMT for the timeframes where you want to detect divergence.
Enter a Comparison Asset . This is crucial. Ensure the assets are correlated.
To use the early warning system, check Enable early SMT detection and select an appropriate Detection timeframe (e.g., 15 or 60 minutes for a Daily analysis).
🌊 Reinhart-Rogoff Financial Instability Index (RR-FII)Overview
The Reinhart-Rogoff Financial Instability Index (RR-FII) is a multi-factor indicator that consolidates historical crisis patterns into a single risk score ranging from 0 to 100. Drawing from the extensive research in "This Time is Different: Eight Centuries of Financial Crises" by Carmen M. Reinhart and Kenneth S. Rogoff, the RR-FII translates nearly a millennium of crisis data into practical insights for financial markets.
What It Does
The RR-FII acts like a real-time financial weather forecast by tracking four key stress indicators that historically signal the build-up to major financial crises. Unlike traditional indicators based only on price, it takes a broader view, examining the global market's interconnected conditions to provide a holistic assessment of systemic risk.
The Four Crisis Components
- Capital Flow Stress (Default weight: 25%)
- Data analyzed: Volatility (ATR) and price movements of the selected asset.
- Detects abrupt volatility surges or sharp price falls, which often precede debt defaults due to sudden stops in capital inflow.
- Commodity Cycle (Default weight: 20%)
- Data analyzed: US crude oil prices (customizable).
- Watches for significant declines from recent highs, since commodity price troughs often signal looming crises in emerging markets.
- Currency Crisis (Default weight: 30%)
- Data analyzed: US Dollar Index (DXY, customizable).
- Flags if the currency depreciates by more than 15% in a year, aligning with historical criteria for currency crashes linked to defaults.
- Banking Sector Health (Default weight: 25%)
- Data analyzed: Performance of financial sector ETFs (e.g., XLF) relative to broad market benchmarks (SPY).
- Monitors for underperformance in the financial sector, a strong indicator of broader financial instability.
Risk Scale Interpretation
- 0-20: Safe – Low systemic risk, normal conditions.
- 20-40: Moderate – Some signs of stress, increased caution advised.
- 40-60: Elevated – Multiple risk factors, consider adjusting positions.
- 60-80: High – Significant probability of crisis, implement strong risk controls.
- 80-100: Critical – Several crisis indicators active, exercise maximum caution.
Visual Features
- The main risk line changes color with increasing risk.
- Background colors show different risk zones for quick reference.
- Option to view individual component scores.
- A real-time status table summarizes all component readings.
- Crisis event markers appear when thresholds are breached.
- Customizable alerts notify users of changing risk levels.
How to Use
- Apply as an overlay for broad risk management at the portfolio level.
- Adjust position sizes inversely to the crisis index score.
- Use high index readings as a warning to increase vigilance or reduce exposure.
- Set up alerts for changes in risk levels.
- Analyze using various timeframes; daily and weekly charts yield the best macro insights.
Customizable Settings
- Change the weighting of each crisis factor.
- Switch commodity, currency, banking sector, and benchmark symbols for customized views or regional focus.
- Adjust thresholds and visual settings to match individual risk preferences.
Academic Foundation
Rooted in rigorous analysis of 66 countries and 800 years of data, the RR-FII uses empirically validated relationships and thresholds to assess systemic risk. The indicator embodies key findings: financial crises often follow established patterns, different types of crises frequently coincide, and clear quantitative signals often precede major events.
Best Practices
- Use RR-FII as part of a comprehensive risk management strategy, not as a standalone trading signal.
- Combine with fundamental analysis for complete market insight.
- Monitor for differences between component readings and the overall index.
- Favor higher timeframes for a broader macro view.
- Adjust component importance to suit specific market interests.
Important Disclaimers
- RR-FII assesses risk using patterns from past crises but does not predict future events.
- Historical performance is not a guarantee of future results.
- Always employ proper risk management.
- Consider this tool as one element in a broader analytical toolkit.
- Even with high risk readings, markets may not react immediately.
Technical Requirements
- Compatible with Pine Script v6, suitable for all timeframes and symbols.
- Pulls data automatically for USOIL, DXY, XLF, and SPY.
- Operates without repainting, using only confirmed data.
The RR-FII condenses centuries of financial crisis knowledge into a modern risk management tool, equipping investors and traders with a deeper understanding of when systemic risks are most pronounced.
EMA BUY/SELLEMA
Buy/sell using ema cross over for making trading simple.
you even have the option to change the EMAs when needed
Prev Day High/Low + 15min Range Boxes//@version=5
indicator("Prev Day High/Low + 15min Range Boxes (Next Day Display)", overlay=true, dynamic_requests=true)
rth_tz = "America/New_York"
rth_start = timestamp(rth_tz, year, month, dayofmonth, 9, 30)
rth_end = timestamp(rth_tz, year, month, dayofmonth, 16, 0)
// Get 15-minute data
= request.security(syminfo.tickerid, "15", )
// Define yesterday's RTH
curr = time("15")
prev = curr - 24 * 60 * 60 * 1000
yesterday_start = timestamp(rth_tz, year(prev), month(prev), dayofmonth(prev), 9, 30)
yesterday_end = timestamp(rth_tz, year(prev), month(prev), dayofmonth(prev), 16, 0)
// Collect yesterday's RTH extremes
var float prevHigh = na
var float prevLow = na
var int prevHighTime = na
var int prevLowTime = na
var float prevHighBody = na
var float prevLowBody = na
inRTH_yesterday = time15 >= yesterday_start and time15 <= yesterday_end
if inRTH_yesterday
if na(prevHigh) or hi15 > prevHigh
prevHigh := hi15
prevHighTime := time15
prevHighBody := na
if na(prevLow) or lo15 < prevLow
prevLow := lo15
prevLowTime := time15
prevLowBody := na
// Capture the body of the next 15m candle after the extremes
highNextCond = not na(prevHighTime) and time15 == prevHighTime + 15 * 60 * 1000
lowNextCond = not na(prevLowTime) and time15 == prevLowTime + 15 * 60 * 1000
if highNextCond
prevHighBody := math.max(op15, cl15)
if lowNextCond
prevLowBody := math.min(op15, cl15)
// ⏱ Today’s RTH
today_start = timestamp(rth_tz, year, month, dayofmonth, 9, 30)
today_end = timestamp(rth_tz, year, month, dayofmonth, 16, 0)
inRTH_today = time >= today_start and time <= today_end
// Draw the yellow boxes on current RTH using previous day’s high/low
var box highBox = na
var box lowBox = na
if inRTH_today and not na(prevHigh) and not na(prevHighBody)
if na(highBox)
highBox := box.new(left=today_start, right=today_end, top=prevHigh, bottom=prevHighBody,
xloc=xloc.bar_time, border_color=color.yellow, bgcolor=color.new(color.yellow, 70), border_width=1)
if inRTH_today and not na(prevLow) and not na(prevLowBody)
if na(lowBox)
lowBox := box.new(left=today_start, right=today_end, top=prevLowBody, bottom=prevLow,
xloc=xloc.bar_time, border_color=color.yellow, bgcolor=color.new(color.yellow, 70), border_width=1)
Supertrend StrategySupertrend Strateg BTCUSD
This is a trend-following strategy using the Supertrend indicator to identify market direction shifts. Here's the core logic:
Indicator Calculation:
Uses Supertrend with:
10-period ATR (volatility measurement)
3.0 multiplier (determines distance from price)
Entry Signals:
Long Entry: When Supertrend flips from downtrend (-1) to uptrend (1)
Short Entry: When Supertrend flips from uptrend (1) to downtrend (-1)
Position Management:
15% of equity risked per trade
Only 1 active position allowed (no pyramiding)
Auto-exits previous position on reversal signal
Visualization:
Price chart: Green/red Supertrend line showing current trend
Separate pane: Purple equity curve tracking performance
In essence:
The strategy goes long when a new uptrend is confirmed, goes short when a new downtrend starts, and holds only one position at a time. It aims to capture sustained trends while minimizing false signals through confirmed reversals.
New chat
WLD Estrategia Compra/Venta Multi IndicadoresA BUY signal is only triggered when all the following are true:
RSI < 30
Indicates oversold territory—potential for a bounce.
MACD crossover upward
The MACD line crosses above the signal line, a bullish momentum shift.
MA50 > MA200
Confirms an overall bullish trend (Golden Cross).
Price below lower Bollinger Band
Shows price is at an extreme low (potential reversal zone).
Stochastic RSI < 20
Adds confirmation of short-term oversold condition.
When all are true simultaneously, a BUY signal is triggered.
A SELL signal is triggered when all the following are true:
RSI > 70
Indicates the asset is overbought—risk of pullback.
MACD crossover downward
The MACD line crosses below the signal line—bearish shift.
MA50 < MA200
Confirms a bearish trend (Death Cross).
Price above upper Bollinger Band
Suggests price is at an extreme high—potential exhaustion.
Stochastic RSI > 80
Confirms short-term overbought momentum.
When all conditions align, a SELL signal is triggered.
Bitcoin_1min_TF V1This indicator should be applied only to Bitcoin chart at 1minute Time Frame. It can be used on higher timeframe, however, it's accuracy has been tested only on 1 minute time frame.
For any other chart, it will not work.
Basics of this indicator comes from Price Action which then modulated with ATR, EMAs, Machine Learning from previous data and risk management to give higher accuracy and low capital drawdown.
Since this indicator gives n number of opportunities within a day, it is important to understand the impact of overtrading. So, it is advised to do a disciplined trading and set trading hours in a day to grabs the profits impactfully in a disciplined way and avoid overtrading.
Keep greed away from trading.
Thanks for using the indicator. If you find it good, support me with your positive comments and do share this indicator within your friend/family circle.
I am working on similar indicator for other chart types. Stay in touch until then.
How to use the Indicator-
1. It gives you an indication (up/down arrow) of possible entry and also draws SL & TP line & entry line. Don't enter at the current candle when SL/TP/Entry line are moving since this is only possible entry signal.
2. On the next candle, once price reaches/crossed entry line drawn, take entry.
3. Monitor your trade and exit at SL/TP.
4. Please note, SL can trail if required.
Happy Trading.
Hanglock SuiteIntroducing the Hanglock Trading Price Action Suite!
The HLT Price Action Suite is an all-in-one analysis indicator incorporating elements of SMC and also ideas extending beyond the trading methodology!
Features;
1.Internal structures
2.External structures
3.Customizable Sensitivities
4.BoS/CHoCH
5.Order Blocks
6.HH/LH/LL/LH Areas
7.Rolling TF highs/lows
8.Rolling Volume Comparisons
9.Auto Fibs
And more!
Institutional Order Block Indicator [IOB]🔍 Detects Institutional Activity
Identifies bullish and bearish order blocks based on:
High volume spikes (volume > 2× average)
EMA crossovers
Significant price movements
📊 Plots Order Blocks
Draws green rectangles for bullish blocks (demand zones)
Draws red rectangles for bearish blocks (supply zones)
🎯 Generates Trading Signals
Long Entry: Institutional impact shifts from negative to positive
Short Entry: Impact shifts from positive to negative
Uses a cumulative impact score to measure pressure over time
💰 Risk Management
Automatically calculates stop-loss (ATR-based) and take-profit (1.5× RR)
Plots TP/SL lines and entry price
📈 Visual Trend Line
Tracks institutional pressure direction with a color-coded line
🔔 Alerts
Sends alerts for:
New order block formation
Long/Short entry signals
✅ Suitable for: Intraday & swing trading
📉 Works best on: 15m, 1H, 4H timeframes
🎯 Goal: High-probability trades based on smart money activity.
走過灬today - 零滞后交叉 V250723(三重指数移动平均)构建,并进行了零滞后处理。它通过计算两条不同周期(一条快线和一条慢线)的交叉来产生交易信号。
主要特点:
1. 使用零滞后来减少传统移动平均线的滞后性。
2. 提供多种数据源选择,包括常规价格、Heikin-Ashi(HA)价格以及经过平滑处理的Heikin-Ashi(HAB)价格。
3. 可以设置快速周期和慢速周期,当快线上穿慢线时产生买入信号,下穿时产生卖出信号。
4. 在图表上以不同颜色显示两条线,并且可以根据交叉情况为K线着色。
5. 可以显示交易信号(三角形标记)和设置警报。
使用步骤:
1. 将指标添加到图表。
2. 在设置中调整参数:
- 数据源设置:选择计算TEMA的价格来源(例如收盘价、HA收盘价等)和HAB计算类型(AMA、T3、Kaufman)。
- 基本设置:设置快速周期(默认22)和慢速周期(默认144)。
- 移动平均输入:根据选择的HAB计算类型,可能需要设置相关参数(如KAMA的快速端和慢速端,T3的热值等)。
- 界面选项:选择是否着色K线,是否显示信号。
3. 观察图表上的两条线(快线和慢线)以及出现的信号标记。
信号规则:
- 当快线(绿色)上穿慢线(白色)时,出现一个黄色的“多”字三角形(在K线下方),表示买入信号。
- 当快线下穿慢线时,出现一个粉色的“空”字三角形(在K线上方),表示卖出信号。
此外,该指标还设置了警报条件,可以在满足信号条件时触发警报。
(Triple Exponential Moving Average) with zero lag. It generates trading signals by calculating the crossover of two different periods (a fast line and a slow line).
Main features:
1. Use zero lag to reduce the lag of traditional moving averages.
2. Provide a variety of data source options, including regular prices, Heikin-Ashi (HA) prices, and smoothed Heikin-Ashi (HAB) prices.
3. Fast and slow periods can be set, and a buy signal is generated when the fast line crosses the slow line, and a sell signal is generated when it crosses below.
4. Display two lines in different colors on the chart, and the K-line can be colored according to the crossover situation.
5. Trading signals (triangle marks) can be displayed and alerts can be set.
Steps to use:
1. Add the indicator to the chart.
2. Adjust parameters in the settings:
- Data source settings: Select the price source for calculating TEMA (such as closing price, HA closing price, etc.) and the HAB calculation type (AMA, T3, Kaufman).
- Basic settings: Set the fast period (default 22) and slow period (default 144).
- Moving average input: Depending on the selected HAB calculation type, you may need to set relevant parameters (such as the fast and slow ends of KAMA, the heat value of T3, etc.).
- Interface options: Choose whether to color the K-line and whether to display the signal.
3. Observe the two lines (fast and slow) on the chart and the signal mark that appears.
Signal rules:
- When the fast line (green) crosses the slow line (white), a yellow "long" triangle appears (below the K-line), indicating a buy signal.
- When the fast line crosses the slow line, a pink "empty" triangle appears (above the K-line), indicating a sell signal.
In addition, the indicator also sets alarm conditions, which can trigger alarms when the signal conditions are met.
EMA + MACD 综合信号带止盈止损//@version=5
indicator("EMA + MACD 综合信号带止盈止损", overlay=true)
// 输入参数
fastEMA = input.int(12,"快速EMA")
slowEMA = input.int(26,"慢速EMA")
signalEMA = input.int(9,"MACD信号")
mainEMA = input.int(50,"趋势EMA")
rsiLen = input.int(14,"RSI周期")
rsiOverB = input.int(70,"RSI超买")
rsiOverS = input.int(30,"RSI超卖")
stopATR = input.float(1.5,"止损ATR倍数")
// 核心指标计算
emaTrend = ta.ema(close, mainEMA)
= ta.macd(close, fastEMA, slowEMA, signalEMA)
rsiVal = ta.rsi(close, rsiLen)
atrVal = ta.atr(14)
// 买卖条件
longCond = (close > emaTrend) and (macdLine > signalLine) and (rsiVal < rsiOverS)
shortCond = (close < emaTrend) and (macdLine < signalLine) and (rsiVal > rsiOverB)
// 画买入卖出点
plotshape(longCond, title="Buy", location=location.belowbar, color=color.green, style=shape.labelup, text="BUY")
plotshape(shortCond, title="Sell", location=location.abovebar, color=color.red, style=shape.labeldown, text="SELL")
// 止损线(举例为ATR止损)
longStop = close - stopATR * atrVal
shortStop = close + stopATR * atrVal
plot(longCond ? longStop : na, color=color.orange, style=plot.style_linebr, linewidth=2, title="多头止损")
plot(shortCond ? shortStop : na, color=color.purple, style=plot.style_linebr, linewidth=2, title="空头止损")
// 主要参考线
plot(emaTrend, title="趋势EMA", color=color.blue)
FG_Index v1.5.3 Pro (Multi-Asset Time4H) === FG_Index 4H Sentiment Indicator ===
// 多品种4小时情绪评分指标,适用于黄金、比特币、美股、原油等。
// 分数范围 0~100:
// - score > 70:贪婪,考虑减仓
// - score < 30:恐慌,关注低吸
// - score > 80:极度贪婪,注意风险
// - score < 20:极度恐慌,可能超卖
// 建议搭配趋势/结构指标一起使用
// 图表自动显示主因子解释,辅助判断情绪来源
//
// === English Usage ===
// FG_Index is a 4H sentiment score indicator for multi-assets (Gold, BTC, SPX, Oil, etc.).
// Score scale: 0–100
// - score > 70: Greed – consider reducing positions
// - score < 30: Fear – potential buy zone
// - score > 80: Extreme greed – risk warning
// - score < 20: Extreme fear – may be oversold
// Recommended to use with trend/structure filters
// Top factor contributions are displayed on chart
Zone Levels (Final 888)📌 Zone Levels Indicator – Buy & Sell Zones with Alerts
This script plots clearly defined buy and sell zones on the chart, with custom top/bottom price inputs for each zone. Ideal for traders who want to visually track high-probability reversal or entry areas.
✅ Key Features:
🔧 Fully customizable zones via settings
📏 Extends zones 240 bars to the left and 40 bars to the right
🏷️ Auto-labeled zones with proper price formatting (e.g. 3385–3390)
🔔 Built-in alerts when price enters any zone
🎯 Mid-zone line for key reference level
🟢 Buy Zones:
Buy Z1: 3415–3412
Buy Z2: 3405–3402
Buy Z3: 3400–3397
Buy Z4: 3390–3385
🔴 Sell Zones:
Sell Z1: 3430–3431
Sell Z2: 3434–3436
Sell Z3: 3439–3441
Sell Z4: 3445–3450
This indicator helps discretionary traders who rely on clean visual zones and precise price levels to act confidently without clutter.
Feel free to modify zone values in the settings to match your own strategy or market conditions.
Remark: This script created by AI
Bottom hunterBottom hunter Indicator is a technical analysis tool designed to identify potential low points (bottoms) in the market where price reversals may occur.it detects buy signals when momentum shifts upward from market lows. This helps traders spot high-probability entry points for bullish reversals. The indicator displays clear visual cues on the chart (e.g., green triangles) marking these bottoms, enabling better timing of trades. It is useful for recognizing early reversal zones and improving market entry decisions.
Candle Revers Indicator by MathbotThe Candle Reverse is a universal indicator designed to detect potential reversal candles as they form on the market. It analyzes candle structure, wicks, and body ratios to highlight key moments when price may be preparing to change direction.
🔁 Suitable for crypto, forex, indices, and commodities — works on any market and any timeframe.
✅ Great for spotting short-term turning points
✅ Can be used alone or as part of your trading system
✅ Clear visual alerts for fast and confident decisions
📺 Want to learn how to use it effectively?
We’ve created a full video guide on our YouTube channel.
🛠 If you're interested in developing your own bot or custom indicator, visit our official website — all the details are there:
🌐 www.mathbot-ea.pro
RK Vashist - RangeRK Vashist - Range
This versatile Pine Script is designed for traders who want to visually track key price levels across multiple timeframes. It combines several powerful features into a single, easy-to-use chart overlay:
### 🔷 **Custom Candle High/Low Marker**
- Marks the high and low of a specific candle (e.g., 9:15 AM), with editable **date and time input**
- Displays horizontal lines extending to the right from that candle
- Helps define intraday breakout levels or session ranges
### 📈 **Customizable EMAs**
- Includes **five Exponential Moving Averages**: EMA 5, 10, 20, 50, and 200
- Each EMA has editable **length and color**, giving full flexibility
- Useful for identifying trends, dynamic support/resistance, and crossovers
### 📊 **Previous Session Highs & Lows**
- Automatically plots horizontal lines for:
- **Previous Day**
- **Previous Week**
- **Previous Month**
- Each level has adjustable **color** and **line style** (solid, dashed, dotted)
- Great for spotting key historical support/resistance and potential reversal zones
### 🎛️ **Customization Highlights**
- All inputs are available in the settings panel
- Colors and styles are editable to match your charting preferences
- No repainting or delays—levels are calculated and drawn reliably
💡 Whether you're a scalper, swing trader, or trend follower, this script offers a visually rich toolkit to guide your analysis. Want to take it further with labels, breakout alerts, or zone shading? I’d love to help with that too!
DowFi Indicator by MathbotThis new custom indicator is built on one of the core principles of the market: Dow’s Law, which states that a trend is more likely to continue than to reverse. This simple yet powerful idea is the foundation of our tool.
To help you understand how to use this indicator effectively, we’ve created dedicated lessons available on our YouTube channel.
If you have any questions or want to build your own trading bot, you’ll find all the contact information on our official website:
🌐 www.mathbot-ea.pro
CBC scalping indicator SonGohanscript using the cbc flip scalping method.
this is best used on the shorten timeframes (like 2, 5, 10 minutes)
HSS Value ZoneValue zone is where supply and demand exists . this will help you in identifying support and resistance for price if price is above and under this zone. no trade if price in in between this zone
Vortex Hunter X - Strategy | 2 Symbol Signal (Binance)⚙️ Vortex Hunter X - Strategy | 2 Symbol Signal (Binance)
🚨 To test the strategy and get more guidance, contact me via my communication channels!
👉 For more details, please refer to the contact sections in my profile.
This strategy is designed for trading the WIF/USDT and PEPE/USDT pairs in the Binance Futures market on the TradingView platform.
However, trades can be executed on any preferred exchange.
💡 This strategy is fully optimized and configured and requires no additional settings!
All parameters are pre-optimized, and you only need to follow the instructions to run the strategy.
For each position:
🎯 Take Profit (TP): Exactly 4% profit
❌ Stop Loss (SL): Exactly 2% loss
These values are fixed in the code (not dynamic).
🔎 Signal Accuracy | No Repainting (No Repaint)
Signals are completely non-repainting; once issued, they do not change.
Backtesting and live execution on TradingView are exactly the same, demonstrating the strategy’s high reliability.
🔁 Note on Replay Mode
In Replay mode on TradingView, discrepancies may occur compared to live or backtesting mode.
These differences arise due to how data is processed in Replay mode and the limitation of some filters accessing past data.
✅ However, this is NOT a sign of repainting;
Signals in live and backtesting modes are issued exactly the same.
🔄 Important Note: Correct Script Loading
Due to complex logic and multi-layer filters, sometimes the browser cache may prevent the script from fully loading.
✅ To ensure accurate execution:
Before first run and every few days:
🧹 Clear your browser cache
or
Use Ctrl + F5 for a full page refresh.
⚠️ Important Usage Notes
This strategy is designed ONLY for the following conditions:
🔹 Symbol: PEPEUSDT, WIFUSDT
🔹 Exchange: Binance
🔹 Market: Futures
🔹 Timeframe: 3 minutes
🔹 Chart Type: Candlestick
To receive valid signals, be sure to run it only on the PEPEUSDT or WIFUSDT chart with the above specifications on TradingView.
⚠️ Very Important Warning:
Signals are valid ONLY on the chart and settings specified in TradingView.
However, real trades can be executed on any preferred exchange (such as Binance, Bybit, OKX, etc.).
⚡️ Signal generation must be done only on TradingView with exact settings,
but order execution and trading can be done on any exchange without restriction.
⚠️ Running the strategy on the wrong symbol or timeframe will lead to incorrect signals.
✅ Signal reception and strategy execution must be done exactly with the above settings on TradingView, but trading is free on any exchange.
ℹ️ Strategy Naming Convention
Vortex Hunter X - Strategy | 1 Symbol Signal (Binance) → for 1 currency
Vortex Hunter X - Strategy | 2 Symbol Signal (Binance) → for 2 currencies
Vortex Hunter X - Strategy | 3 Symbol Signal (Binance) → for 3 currencies
Vortex Hunter X - Strategy | 4 Symbol Signal (Binance) → for 4 currencies
Vortex Hunter X - Strategy | ... Symbol Signal (Binance) → for …currencies
📌 Currently, this is active for two pairs:
PEPEUSDT (Futures – Binance)
WIFUSDT (Futures – Binance)
✅ Summary of Settings
🔧 Required settings on TradingView (by user):
⏱️ Timeframe: 3 minutes
📈 Chart Type: Candlestick
🧪 Market: Futures – Symbol: PEPEUSDT or WIFUSDT – Exchange: Binance
⚠️ Final and Very Important Note:
Due to complex logic and multi-layer filters used in this strategy, sometimes the number of signals, performance stats, or other details may not display correctly.
These changes may be caused by browser cache or incomplete page loading, preventing accurate data display.
✅ If you notice such an issue, please follow these steps:
Remove the strategy from the chart
Fully refresh the page using Ctrl + F5
Apply the strategy on the chart again
This method ensures all data and filters load correctly and full information is displayed.
❗️ Note: This issue is NOT related to repainting.
Signals remain fixed and unchanged; sometimes they may display incorrectly due to cache or incomplete loading.
❗️ Important Note for Smoother Strategy Execution:
If you are using non-Basic TradingView accounts and your chart covers more than 15 days of data,
it is recommended to activate the Signal Date Filter in the strategy settings
and set the start date to 10 or 15 days before today’s date.
This improves strategy performance, reduces processing load, and allows faster and more accurate signal display.