Trend apa sekarang? Mr.HokageIngat Trend adalah teman Jadi bagi kalian yang tidak tau apa itu trend nah itu jadi bahaya karena trader ilmu dasarnya adalah TREND jadi bagi kalian yang masih pusing trendnya naik atau turun saya punya indikator andalan di sini nah Jika candle kalian Hijau berarti Trend naik kalau Merah berarti Turun kalau merah berganti hijau berarti Beli kalau hijau berganti merah berarti Sell
Cari dalam skrip untuk "trend"
trending script it's trending script, when all the lines on the indicator on closed candle are higher than past value and volume is higher than volume average it's BUY order when all the lines on the indicator on closed value are lower than past value and volume is higher than average it's SELL order, have in mind this script was designed for closed value candles and it's trending script, it will not predict reversals or pivots. it will show you what's really happening on the chart.
Trendy RSI (Selim KMD)BETA!!! Script checks the trend from higher interval and creates signals with lower interval RSI condition.
Trend-based Lindratic RegressionThis is an effective trend-following script that uses a finite volume element, linear regression, quadratic regression and multiple EMAs to define appropriate times to enter and exit the market. It can be applied to any asset that has volume data available for it.
As it follows the trend it's a very low-risk strategy, but it's not made to catch and ride reversals. It would rather close a long at the top and close a short at the bottom, although this means you can expect not to be stopped out on any trade you take.
Works on any timeframe, although I did create this with the intention of scalping, so shorter timeframes are recommended.
Combined with a volatility filter, this would be a very effective script, allowing you to stand away from the market during flat periods and trading with the trend during exciting periods.
Access to the script will be grated for 10$ of most low-fee cryptocurrencies, as well as BTC. If you're interested reach out to me through TradingView or, alternatively, contact @overttheraibow through Telegram.
If there's enough demand for it, I will also create a strategy version of this study which will be given for free to those who purchased the script. As always, maximum 250 places available.
Good luck!
trendline function - JD!EXPERIMENTAL!
As TV doesn't provide a function to draw lines between points, I wrote a function to do this in one my own indicators.
The function itself however can be applied/modified for different use cases, eg. drawing trendlines.
In this (proof of concept) example I used it to draw lines based on past high/low pivot points.
The inputs required:
* an INPUT FUNCTION (in this form, its designed to work with functions that have occasional values and na-values between them, it then connects the non-zero values to form a line)
* a BOOL (to indicate if you want to draw only the rising or falling lines)
* a DELAY (in this case this is the lookback period for the pivot-points function, this is to compensate the calculation of the past and realtime points)
The function returns:
* the function to draw the extension from the BASE-LINE to the current time (here this is the connection of the last pivot-point to the current point to bridge the gap of the lookback period, this is NOT REALTIME!)
* the function to draw the extension for the current time (here this is the continuation of the line until a new pivot-point is valid, this is DRAWN IN REALTIME!!)
* the color of the lines (in this case the lines are only colored (lime or fuchsia) if they either go up or down, else they are invisible, this is to clean up the invalid lines)
these output functions can then simply be plotted using the 'plot' function.
JD.
Trend or RangeA remarkably simple but very useful indicator. Earlier and clearer signals than ADX or VHF. More positive ranging signal than any other indicators.
Old conventional theory says when StdDev above ATR then market trending.
I say this idea may be OK for stocks & commodites but for the harmonics of Forex market we need something quicker and clearer. Also never forget time of day in relation to the pairs main movements.
Yellow = StdDev
Aqua = ATR
Red = Smoothed Moving Average of the StdDev
Usage:
Any pair, any time frame. Best used on majors and M15 period or higher
Yellow breaks above Red when below Aqua = Trend building
Yellow breaks below Red when above Aqua = Trend exhausting
Yellow below Red when below Aqua = Ranging/Sideways market
Trend Cross StrategyMoving average cross strategy with a custom trend line that allows for better positioning when buying and selling.
1. Shorts positions at ideal times to protect from large drops
2. Captures full gains when the price is mooning.
3. Makes small gains while the market is sideways and trending downward
*Intended for Bot Trading, but can be used on larger time frames for manual trading.
**Use Heikin-Ashi Candlesticks
Trend Detection IndexTrend Detection Index indicator script.
This indicator was originally developed by M.H. Pee (Stocks & Commodities V. 19:10 (54-61): Trend Detection Index).
Trend StrengthTrend Analysis and Divergence Filter
This tool helps you to read trend strength and spot divergences, to be ready for a reversal.
All the tool is based on a colorcode:
- bright colors = impulse bars.
- hard colors = consolidation / continuation bars.
- light colors = weakness bars.
=> You can choose to use barcolor, or not, and simply use the indicator. Divergences occured on the histogram, when the price makes a local high/low, but the histogram in the black zone.
Also, the reason why i created is that it is insanely accurate to spot divergences in an established trend.
#In an uptrend:
- If prices makes a higher high,
- But bar color is green light (or histogram is in the blackzone), it's probably the end of the move and a regular bearish divergence is happening.
=> Take profit and open a short.
#In a downtrend :
- If price makes a lower low,
- But bar color is red light (or histogram is in the blackzone), it's probably the end of the move and a regular bullish divergence is happening.
=> Take profit and open a long.
To sum up:
- when you see light bars, or if the histogram is in the blackzone, be prepared for a move.
- To choose the direction, check for divergences before entering.
To get the most benefit of this indicator, use it in a multi timeframe strategy :
The indicator will give you the best results in the subordinate timeframe, considering you trade using a macro trend, a parent and a subordinate one.
Trend FollowerTrend Follower (Follower)
The Trend Follower is a powerful trading tool, which helps us to control our operations.
This tool performs different calculations based on market movements, so it becomes a very versatile and reliable indicator.
This indicator tells us NOT to do and at what time it is prudent to leave an operation or take a share of profits.
If you have any questions, please let me know by private chat.
Regards!
Trend Analysis Index Backtest In essence, it is simply the standard deviation of the last x bars of a
y-bar moving average. Thus, the TAI is a simple trend indicator when prices
trend with authority, the slope of the moving average increases, and when
prices meander in a trendless range, the slope of the moving average decreases.
You can change long to short in the Input Settings
WARNING:
- For purpose educate only
- This script to change bars colors.
Trend Analysis Index Strategy In essence, it is simply the standard deviation of the last x bars of a
y-bar moving average. Thus, the TAI is a simple trend indicator when prices
trend with authority, the slope of the moving average increases, and when
prices meander in a trendless range, the slope of the moving average decreases.
WARNING:
- This script to change bars colors.
io-trend-follow (1.4)Trend Follow script to be used across all market instruments and timeframes.
You can display long only, short only or both signals.
version 1.4 -> Alerts added
version 1.2 -> Only one signal per trend (default) or multiple entry signals per trend
version 1.1 -> White theme option added
io-trend-follow (1.2)Trend Follow script to be used across all market instruments and timeframes.
Now you can display long only, short only or both signals.
version 1.2 -> Only one signal per trend (default) or multiple entry signals per trend
version 1.1 -> White theme option added
io-trend-follow (1.1)Trend Follow script to be used across all market instruments and timeframes.
Now you can display long only, short only or both signals.
version 1.1 -> White theme option added
Trend FilterThe indicator paints the bar colours based on the average open and average close for past N days.
if average close is above average open, the bars are coloured green, otherwise they are coloured red
It can be used as a general trend filter on weekly, daily bars. even on intraday timeframes, this would work well and give a sense of the current trend direction.
Trend Trading With Moving Averages (by ChartArt)This indicator is measuring if three different moving average calculations (EMA,WMA,SMA) with the same period length are aligned in an uptrend. If this is the case then the bar is colored in green. If only one or two of the three moving averages signals an uptrend then the bar is colored in blue. This can mean that the trend is changing.
Save another $999 bucks with this free indicator.
This is the ChartArt optimized version. Original idea: Steve Primo's Robbery Indicator (PET-D).
coded by UCSgears:
Trend Analysis Index In essence, it is simply the standard deviation of the last x bars of a
y-bar moving average. Thus, the TAI is a simple trend indicator when prices
trend with authority, the slope of the moving average increases, and when
prices meander in a trendless range, the slope of the moving average decreases.
Trend Surge Wick SniperTrend Surge Wick Sniper | Non-Repainting Trend + Momentum Strategy with TP1/TP2 & Dashboard
Trend Surge Wick Sniper is a complete crypto trading strategy designed for high-precision entries, smart exits, and non-repainting execution. It combines trend slope, wick rejection, volume confirmation, and CCI momentum filters into a seamless system that works in real-time conditions — whether you're manual trading or sending alerts to multi-exchange bots.
🧩 System Architecture Overview
This is not just a mashup of indicators — each layer is tightly integrated to filter for confirmed, high-quality setups. Here’s a detailed breakdown:
📈 Trend Logic
1. McGinley Dynamic Baseline
A responsive moving average that adapts to market speed better than EMA or SMA.
Smooths price while staying close to real action, making it ideal for basing alignment or trend context.
2. Gradient Slope Filter (ATR-normalized)
Calculates the difference between current and past McGinley values, divided by ATR for normalization.
If the slope exceeds a configurable threshold, it confirms an active uptrend or downtrend.
Optional loosened sensitivity allows for more frequent but still valid trades.
🚀 Momentum Timing
3. Smoothed CCI (ZLEMA / Hull / VWMA options)
Traditional CCI is enhanced with smoothing for stability.
Signals trades only when momentum is strong and accelerating.
Optional settings let users tune how responsive or smooth they want the CCI behavior to be.
🔒 Entry Filtering & Rejection Logic
4. Wick Trap Detection
Prevents entry during manipulated candles (e.g. stop hunts, wick traps).
Measures wick-to-body ratio against a minimum body size normalized by ATR.
Only trades when the candle shows a clean body and no manipulation.
5. Price Action Filters (Optional)
Long trades require price to break above previous high (or skip this with a toggle).
Short trades require price to break below previous low (or skip this with a toggle).
Ensures you're trading only when price structure confirms the breakout.
6. McGinley Alignment (Optional)
Price must be on the correct side of the McGinley line (above for longs, below for shorts).
Ensures that trades align with baseline trend, preventing early or fading entries.
📊 Volume Logic
7. Volume Spike Detection
Confirms that a real move is underway by requiring volume to exceed a moving average by a user-defined multiplier.
Uses SMA / EMA / VWMA for customizable behavior.
Optional relative volume mode compares volume against typical volume at that same time of day.
8. Volume Trend Filter
Compares fast vs. slow EMA of the volume spike ratio.
Ensures volume is not just spiking, but also increasing overall.
Prevents trades during volume exhaustion or fading participation.
9. Volume Strength Label
Classifies each bar’s volume as: Low, Average, High, or Very High
Shown in the dashboard for context before entries.
🎯 Entry Conditions
An entry occurs when all of the following align:
✅ Trend confirmed via gradient slope
✅ Momentum confirmed via smoothed CCI
✅ No wick trap pattern
✅ Price structure & McGinley alignment (if toggled on)
✅ Volume confirms participation
✅ 1-bar cooldown since last exit
💰 TP1 & TP2 Exit System
TP1 = 50% of position closed using a limit order at a % profit (e.g., 2%)
TP2 = remaining 50% closed at a second profit level (e.g., 4%)
These are set as limit orders at the time of entry and work even on backtest.
Alerts are sent separately for TP1 and TP2 to allow bot handling of staggered exits.
🧠 Trade Logic Controls
✅ process_orders_on_close=true ensures non-repainting behavior
✅ 1-bar cooldown after any exit prevents same-bar reversals
✅ Built-in canEnter condition ensures trades are separated and clean
✅ Alerts use customizable strings for entry/exit/TP1/TP2 — ready for webhook automation
📊 Real-Time On-Chart Dashboard
Toggleable, movable dashboard shows live trading stats:
🔵 Current Position: Long / Short / Flat
🎯 Entry Price
✅ TP1 / TP2 Hit Status
📈 Trend Direction: Up / Down / Flat
🔊 Volume Strength: Low / Average / High / Very High
🎛 Size and corner are adjustable via input settings
⚠️ Designed For:
1H / 4H Crypto Trading
Manual Traders & Webhook-Connected Bots
Scalability across volatile market conditions
Full TradingView backtest compatibility (no repainting / no fake signals)
📌 Notes
You can switch CCI smoothing type, volume MA type, and other filters via the settings panel.
Default TP1/TP2 levels are set to 2% and 4%, but fully customizable.
🛡 Disclaimer
This script is for educational purposes only and not financial advice. Use with backtesting and risk management before live deployment.
Trend Signals with TP & SL [Mr Woradet]THIS SCRITP IS FOR A FRIENDS USE ONLY BY BENZ ,
Full Trend Following System
Custom entry/exit signals
Dynamic stop loss calculations
MA Cloud visualization
Multi-timeframe analysis
Trend Matrix Multi-Timeframe Dashboard(TechnoBlooms)Trend Matrix Multi-Timeframe Dashboard is a Minimalist Multi-Timeframe Trend Analyzer with Smart Indicator Integration. Trend Matrix MTF Dashboard is a clean, efficient, and visually intuitive trend analyzer built for traders who value simplicity without compromising on technical depth.
This dashboard empowers you to track trend direction across multiple timeframes using a curated set of powerful technical indicators—all from one compact visual panel. The design philosophy is simple: eliminate clutter, highlight trend clarity, and accelerate your decision-making process.
Key Features
✅ Minimalist Design with Maximum Insight
A compact dashboard view designed for clean charts and focused trading
Optimized layout shows everything you need—nothing you don’t
✅ Multi-Timeframe Access at a Glance
Instantly read the trend direction of selected indicators on multiple timeframes (e.g., 15m, 1h, 4h, 1D)
Customize the timeframe stack to fit scalping, intraday, swing, or positional strategies
✅ Robust Technical Indicators Built In
Each one is hand-picked for trend reliability:
MACD – Momentum and crossover confirmation
RSI – Overbought/oversold and directional shift
EMA – Dynamic support/resistance and trend bias
Bollinger Bands – Volatility structure and trend containment
PVT – Volume-Weighted Trend Confirmation
Supertrend – Price-following trend tracker
✅ Live Updates & Lightweight Performance
Built to update efficiently on every bar close
Minimal performance impact even with multiple timeframes active
By offering multi-timeframe (MTF) access to proven trend-following indicators, Trend Matrix helps you confidently align with the market’s dominant direction—without jumping between charts or analyzing indicators one by one.
This indicator offers customizable settings. The trader can choose the input parameters timeframes as per the choice.
Trend Matrix Multi-Timeframe Dashboard helps traders to identify trend based on technical indications. Trader can refer this while taking trading decisions.
🧠 Ideal For
Scalpers who need higher timeframe confirmation
Swing traders identifying clean entries aligned with the macro trend
Trend followers seeking clarity before committing capital
Price action & SMC traders validating market structure setups
Beginners who want a high-level trend guide without messy indicators
Trend Indicator with ArrowsTrend Indicator with arrows is a NoBrainer indicator to see the trend clearly.
UpTrend is defined as a candle closing above previous high. I
DownTrend is defined as a candle closing below previous low
A consolidation is defined as a candle closing inside previous candle high low.
UpTrend - Indicated with a green arrow below the candle with the current indicator.
DownTrend - ndicated with a red arrow above the candle with the current indicator.
So How to use this Indicator?
Identify zones of consolidation where the indicator doesn't show any arrows. Upon shift from consolidation to UpTrend or DownTrend take a entry. This is one way.
Second and most useful way is wait for Support or resistant hit.
If it's a support. Upon support hit wait for Consolidation, DownTrend and then UpTrend/(Consolidation again with uptrend) for long entry.
If its a resistance. Upon resistance hit wait for Consolidation, Uptrend and then DownTrend/(Consolidation again with DownTrend) for short Entry.