MTNMTN Buy/TP/SL/Sell - Guaranteed ExitBuy Sell indicator.. Take a Profit in True Time.Take a Healty Signal for your trade..
Indicators and strategies
Mua Bán//@version=6
//@author = MUA BÁN
import yashgode9/signalLib_yashgode9/2 as signalLib
indicator('Mua Bán', 'Mua Bán', true, format.price, max_labels_count = 200, max_lines_count = 50)
//--------------------- Prerequisites of script ---------------------// `, ` `, and `
DEPTH_ENGINE = input.int(30, 'DEPTH_ENGINE', minval = 1, step = 1, group = 'signalLib Config')
DEVIATION_ENGINE = input.int(5, 'DEVIATION_ENGINE', minval = 1, step = 1, group = 'signalLib Config')
BACKSTEP_ENGINE = input.int(5, 'BACKSTEP_ENGINE', minval = 2, step = 1, group = 'signalLib Config')
labels = input(0, 'Labels Transparency', group = 'Labels')
buycolor = input(#03ff85, 'Buy-Color', group = 'Colors')
sellcolor = input(#fc0808, 'Sell-Color', group = 'Colors')
buycolor1 = #000000
sellcolor1 = #000000
lines = 0
labelsize__0 = input.int(3, 'Label size', minval = 1, maxval = 5, group = 'Labels')
labelsize = switch labelsize__0
1 => size.tiny
2 => size.small
3 => size.normal
4 => size.large
5 => size.huge
repaint = true
extend = false
//--------------------- Main Logic of Script ---------------------//
= signalLib.signalLib(low,high,DEPTH_ENGINE,DEVIATION_ENGINE,BACKSTEP_ENGINE)
string nowPoint = ''
// Define variables in global scope
var float lastPoint = na
var float field_1 = na
var float field_2 = na
var float field_3 = na
field_0 = zee1.price
if bool(ta.change(direction))
field_1 := zee1.price
lastPoint := field_1
lastPoint
line zeezee = na
label point = na
if repaint
nowPoint := direction < 0 ? zee2.price < lastPoint ? 'Mua' : 'Mua' : zee2.price > lastPoint ? 'Bán' : 'Bán'
point := label.new(zee2, nowPoint, xloc.bar_time, yloc.price, color.new(direction < 0 ? buycolor : sellcolor, labels), direction > 0 ? label.style_label_down : label.style_label_up, color.new(direction > 0 ? buycolor1 : sellcolor1, labels), labelsize)
if direction == direction
line.delete(zeezee )
label.delete(point )
else
line.set_extend(zeezee , extend.none)
else
if direction != direction
field_2 := zee2.price
field_3 := zee2.price
nowPoint := direction < 0 ? field_2 < lastPoint ? 'Buy-point' : 'Buy-point' : field_3 > lastPoint ? 'Sell-point' : 'Sell-point'
point := label.new(zee2 , nowPoint, xloc.bar_time, yloc.price, color.new(direction < 0 ? buycolor : sellcolor, labels), direction > 0 ? label.style_label_down : label.style_label_up, color.new(direction > 0 ? buycolor1 : sellcolor1, labels), labelsize)
point
// Alert function for direction change
if bool(ta.change(direction)) // Convert to boolean
if direction > 0
alert("Sell signal generated!!!", alert.freq_once_per_bar_close)
else
alert("Buy signal generated!!!", alert.freq_once_per_bar_close)
//========================================================================== The End Of Drama =========================================================================//
RSI Pro+ (Bear market, financial crisis and so on EditionIn markets defined by volatility, fear, and uncertainty – the battlegrounds of bear markets and financial crises – you need tools forged in resilience. Introducing RSI Pro+, a strategy built upon a legendary indicator born in 1978, yet engineered with modern visual clarity to remain devastatingly effective even in the chaotic financial landscapes of 3078.
This isn't about complex algorithms predicting the unpredictable. It's about harnessing the raw, time-tested power of the Relative Strength Index (RSI) to identify potential exhaustion points and capitalize on oversold conditions. RSI Pro+ cuts through the noise, providing clear, actionable signals when markets might be poised for a relief bounce or reversal.
Core Technology (The 1978 Engine):
RSI Crossover Entry: The strategy initiates a LONG position when the RSI (default period 11) crosses above a user-defined low threshold (default 30). This classic technique aims to enter when selling pressure may be waning, offering potential entry points during sharp downturns or periods of consolidation after a fall.
Modern Enhancements (The 3078 Cockpit):
RSI Pro+ isn't just about the signal; it's about providing a professional-grade visual experience directly on your chart:
Entry Bar Highlight: A subtle background flash on the chart signals the exact bar where the RSI crossover condition is met, alerting you to potential entry opportunities.
Trade Bar Coloring: Once a trade is active, the price bars are subtly colored, giving you immediate visual confirmation that the strategy is live in the market.
Entry Price Line: A clear, persistent line marks your exact average entry price for the duration of the trade, serving as a crucial visual anchor.
Take Profit Line: Your calculated Take Profit target is plotted as a distinct line, keeping your objective clearly in sight.
Custom Entry Marker: A precise shape (▲) appears below the bar where the trade entry was actually executed, pinpointing the start of the position.
On-Chart Info Table (HUD): A clean, customizable Heads-Up Display appears when a trade is active, showing vital information at a glance:
Entry Price: Your position's average cost basis.
TP Target: The calculated price level for your Take Profit exit.
Current PnL%: Real-time Profit/Loss percentage for the open trade.
Full Customization: Nearly every aspect is configurable via the settings menu:
RSI Period & Crossover Level
Take Profit Percentage
Toggle ALL visual enhancements on/off individually
Position the Info Table wherever you prefer on the chart.
How to Use RSI Pro+:
Add to Chart: Apply the "RSI Pro+ (Bear market...)" strategy to your TradingView chart. Ensure any previous versions are removed.
Access Settings: Click the cogwheel icon (⚙️) next to the strategy name on your chart.
Configure Inputs (Crucial Step):
RSI Crossover Level: This is key. The default (30) targets standard oversold conditions. In severe downturns, you might experiment with lower levels (e.g., 25, 20) or higher ones (e.g., 40) depending on the asset and timeframe. Observe where RSI(11) typically bottoms out on your chart.
Take Profit Percentage (%): Define your desired profit target per trade (e.g., enter 0.5 for 0.5%, 1.0 for 1%). The default is a very small 0.11%.
RSI Period: While default is 11, you can adjust this (e.g., the standard 14).
Visual Enhancements: Enable or disable the visual features (background highlights, bar coloring, lines, markers, table) according to your preference using the checkboxes. Adjust table position.
Observe & Backtest: Watch how the strategy behaves on your chosen asset and timeframe. Use TradingView's Strategy Tester to analyze historical performance based on your settings. No strategy works perfectly everywhere; testing is essential.
Important Considerations:
Risk Management: This specific script version focuses on a Take Profit exit. It does not include an explicit Stop Loss. You MUST manage risk through appropriate position sizing, potentially adding a Stop Loss manually, or by modifying the script.
Oversold ≠ Reversal: An RSI crossover is an indicator of potential exhaustion, not a guarantee of a price reversal.
Fixed TP: A fixed percentage TP ensures small wins but may exit before larger potential moves.
Backtesting Limitations: Past performance does not guarantee future results.
RSI Pro+ strips away complexity to focus on a robust, time-honored principle, enhanced with modern visuals for the discerning trader navigating today's (and tomorrow's) challenging markets
High-Win Trend & Momentum StrategyStrategy created by team Narayan Ventures. Details are below for reference.
✅ Trend-Following (EMA-Based Entries)
✅ Momentum Confirmation (RSI & MACD)
✅ ATR-Based Dynamic Stop-Loss
✅ Risk-Reward Ratio (1:1, 1:2 or 1:3, adjustable)
✅ Backtest Results Display
Market Sessions [APIDEVs]Description
The 🐸 Market Sessions 👑 indicator is an advanced and highly customizable tool designed for traders who want to visualize and manage market sessions directly on their TradingView charts. With support for up to four configurable sessions (by default: Sydney, Tokyo, London, and New York), this indicator allows you to adjust times, time zones, day filters, and display styles to suit your trading strategy.
In addition to displaying active sessions on the chart using dotted lines or colored backgrounds, it includes an interactive table that provides a quick overview of each session's status, active hours, and the current date adjusted to your time zone. Ideal for intraday traders, forex traders, or anyone needing precise control over market periods.
Main Features
Customizable Sessions: Define up to four sessions with unique names, times (HHMM-HHMM format), and colors.
Time Zone Adjustment: Select your time zone (UTC-12 to UTC+12) to align the sessions with your local time.
Day Filter: Enable or disable sessions by day of the week (Monday to Sunday).
Flexible Visualization: Choose between dotted lines ("Line"), colored background ("Background"), or no visual representation ("None").
Information Table: Displays session status (🟢 active / 🔴 inactive), active hours, and the current date in a compact and configurable format (adjustable size and position).
Daily Dividers: Optionally, add vertical lines and labels to mark the change of day (useful on timeframes ≤ 4 hours).
How to Use
Add the indicator to your chart.
Configure the sessions in the settings menu:
Enable/disable sessions and define their names, times, and colors.
Select your time zone to synchronize the times.
Choose the days of the week you want the sessions to be visible.
Customize the display:
Decide if you prefer lines, background, or no representation on the chart.
Adjust the size and position of the table according to your needs.
Analyze the sessions in real-time using the table and the chart.
天-2个MACD组合macd, current_signal) ? current_signal : na, title="当前周期交叉点", style=circles, linewidth=4, color=current_macd_color)plot(input_show_custom_macd and outCustomMacD ? outCustomMacD : na, title="自定义周期MACD", color=custom_macd_color, linewidth=4) plot(input_show_custom_
111D SMA / (350D SMA * 2)Indicator: Pi Cycle Ratio
This custom technical indicator calculates a ratio between two moving averages that are used for the PI Cycle Top indicator. The PI Cycle Top indicator triggers when the 111-day simple moving average (111D SMA) crosses up with the 350-day simple moving average (350D SMA *2).
The line value is ratio is calculated as:
Line Value = 111DSMA / (350D SMA × 2)
When the 111D SMA crosses with the 350D SMA triggering the PI Cycle Top, the value of the ratio between the two lines is 1.
This visualizes the ratio between the two moving averages into a single line. This indicator can be used for technical analysis for historical and future moves.
Volume Delta Average by Periods OscillatorVDAP Oscillator (Volume-Delta Average by Periods Oscillator) is a supercharged trading tool that helps you spot trends and assess their strength with ease! 🚀🔍 It's like a VZO on steroids—giving you an even more powerful and clear understanding of market shifts. By using the average volume delta across custom periods, it shows how market sentiment shifts, giving you a crystal-clear view of buying and selling pressures. With 12 vibrant color-coded zones, it’s like a rainbow for your charts! 🌈📊
Along with the colorful zones, this oscillator has an intuitive table that breaks down the trend, its strength, percentage, and visual rating using emojis. Whether you're a rookie or a seasoned pro, it’s designed to be ultra-accessible and easy to read! 📈✨ The table lets you see the trend's strength at a glance, so you can make quick decisions without any confusion. 🧠✅
Key Features:
✅ 12 color-coded zones for clear trend direction and strength 🌈
✅ Customizable periods to fit your analysis needs ⏳
✅ Trend strength table with easy-to-understand metrics 💪
✅ Change percentage 📉📈
✅ Emoji-based visual ratings ⭐️
✅ User-friendly interface for effortless reading 👀
✅ Accurate and efficient for better decision-making ⚡
What We're Missing:
❌ No overly complicated settings – keeping it simple, no unnecessary clutter ⚙️
❌ No complex back-testing options for deep strategy testing 📉
❌ No built-in real-time alerts for instant notifications ⏰
❌ Doesn’t overcomplicate things with endless features – it’s focused, and that’s a good thing! 🎯
In short, the VDAP Oscillator is your go-to, colorful tool for analyzing market trends quickly and accurately. Whether you're trading stocks 📉, crypto 💎, or forex 💱, this indicator will keep you in the loop and ahead of the game!
综合EMA和MACD信号指标ema8_length = input.int(8, "EMA8周期", minval=1, group="EMA线设置")
ema55_length = input.int(55, "EMA55周期", minval=1, group="EMA线设置")
ema220_length = input.int(220, "EMA220周期", minval=1, group="EMA线设置")
ema8_color = input.color(color.yellow, "EMA8颜色", group="EMA线设置")
ema55_color = input.color(color.blue, "EMA55颜色", group="EMA线设置")
ema220_color = input.color(color.purple, "EMA220颜色", group="EMA线设置")
Fixed AVWAP (Weekly/Monthly) + Continuous 5D SMAThis Pine Script combines two key indicators into one overlay:
Fixed Anchored VWAP (AVWAP) levels for Weekly and Monthly periods
A Continuous Adaptive 5-Day Simple Moving Average (SMA)
RSI STRATEGY WITH TRENDLINE & BUY SELL SIGNALSCore Concepts:
* Relative Strength Index (RSI):
* The RSI is a momentum oscillator that measures the speed and change of price movements.
* It oscillates between 0 and 100.
* Typically, RSI values above 70 are considered overbought, and values below 30 are considered oversold.
* We use the RSI to identify potential reversals and overbought/oversold conditions.
* Trendlines:
* Trendlines are lines drawn on a chart to connect a series of price highs (downtrend) or lows (uptrend).
* They help identify the prevailing trend's direction and potential support/resistance levels.
* Trendlines are used to confirm the signals generated by the RSI.
RSI Strategy with Trendline Confirmation:
This strategy aims to combine the momentum insights of the RSI with the trend confirmation provided by trendlines.
Buy Signal:
* RSI Oversold: The RSI dips below a specified oversold level (e.g., 30).
* Uptrend Confirmation:
* An uptrend line is drawn connecting a series of rising lows.
* The price breaks above the uptrend line, or the price bounces from the uptrend line.
* RSI Crossover: The RSI crosses back above the oversold level, indicating a potential upward momentum shift.
* Buy Entry: Enter a long position when all three conditions are met.
Sell Signal:
* RSI Overbought: The RSI rises above a specified overbought level (e.g., 70).
* Downtrend Confirmation:
* A downtrend line is drawn connecting a series of falling highs.
* The price breaks below the downtrend line, or the price bounces from the downtrend line.
* RSI Crossover: The RSI crosses back below the overbought level, indicating a potential downward momentum shift.
* Sell Entry: Enter a short position when all three conditions are met.
TradingView Indicator
SMA Crossover + MACD Zero Filter by AaronEscaThis indicator combines Simple Moving Average crossovers with a MACD zero-line filter to provide reliable buy/sell signals with momentum confirmation.
Toggle between:
20/50 SMA crossover – classic trend confirmation
9/20 SMA crossover – early reversal signals
Includes:
Visual fill between SMAs
MACD filter to confirm momentum
Instant BUY/SELL labels
Alerts for bullish and bearish entries
Created by AaronEsca to help traders reduce noise and act with confidence. Great for swing traders and intraday setups on the 15m–4H timeframes.
Global M2 Money Supply with Correlation TableThis script visualizes the Global M2 Money Supply on your chart and analyzes its correlation with the active asset across multiple timeframes. Designed for macro-focused traders and analysts, it provides a clear view of how changes in global liquidity relate to price movements.
Features:
• Displays the Global M2 Money Supply as an overlay or separate pane.
• Calculates correlation coefficients between the active asset and M2 over custom timeframes (e.g., 30D, 60D, 1Y).
• Highlights the strongest correlation value for easy interpretation.
This tool is ideal for assessing the macroeconomic backdrop of markets and identifying trends influenced by global monetary expansion or contraction.
Econometrica by [SS]This is Econometrica, an indicator that aims to bridge a big gap between the resources available for analysis of fundamental data and its impact on tickers and price action.
I have noticed a general dearth of available indicators that offer insight into how fundamentals impact a ticker and provide guidance on how they these economic factors influence ticker behaviour.
Enter Econometrica. Econometrica is a math based indicator that aims to co-integrate and model indicator price action in relation to critical economic metrics.
Econometrica supports the following US based economic data:
CPI
Non-Farm Payroll
Core Inflation
US Money Supply
US Central Bank Balance Sheet
GDP
PCE
Let's go over the functions of Econometrica.
Creating a Regression Cointegrated Model
The first thing Econometrica does is creates a co-integrated regression, as you see in the main chart, predicting ticker value ranges from fundamental economic data.
You can visualize this in the main chart above, but here are some other examples:
SPY vs Core Inflation:
BA vs PCE:
QQQ vs US Balance Sheet:
The band represents the anticipated range the ticker should theoretically fall in based on the underlying economic value. The indicator will breakdown the relationship between the economic indicator and the ticker more precisely. In the images above, you can see how there are some metrics provided, including Stationairty, lagged correlation, Integrated Correlation and R2. Let's discuss these very briefly:
Stationarity: checks to ensure that the relationship between the economic indicator and ticker is stationary. Stationary data is important for making unbiased inferences and projections, so having data that is stationary is valuable.
Lagged Correlation: This is a very interesting metric. Lagged correlation means whether there is a delay in the economic indicator and the response of the ticker. Typically, you will observed a lagged correlation between an economic indicator and price of a ticker, as it can take some time for economic changes to reach the market. This lagged correlation will provide you with how long it takes for the economic indicator to catch up with the ticker in months.
Integrated Correlation: This metric tells you how good of a fit the regression bands are in relation to the ticker price. A higher correlation, means the model is better at consistent and accurate information about the anticipated range for the ticker in relation to the economic indicator.
R2: Provides information on the variance and degree of model fit. A high R2 value means that the model is capable of explaining a large amount of variance between the economic indicator and the ticker price action.
Explaining the Relationship
Owning to the fact that the indicator is a bit on the mathy side (it has to be to do this kind of task), I have included ability for the indicator to explain and make suggestions based on the underlying data. It can assess the model's fit and make suggestions for tweaking. It can also explain the implications of the data being presented in the model.
Here is an example with QQQ and the US Balance Sheet:
This helps to simplify and interpret the results you are looking at.
Forecasting the Economic Indicator
In addition to assessing the economic indicator's impact on the ticker, the indicator is also capable of forecasting out the economic indicator over the next 25 releases.
Here is an example of the CPI forecast:
Overall use of the indicator
The indicator is meant to bridge the gap between Technical Analysis and Fundamental Analysis.
Any trader who is attune to fundamentals would benefit from this, as this provides you with objective data on how and to what extent fundamental and economic data impacts tickers.
It can help affirm hypothesis and dispel myths objectively.
It also omits the need from having to perform these types of analyses outside of Tradingview (i.e. in excel, R or Python), as you can get the data in just a few licks of enabling the indicator.
Conclusion
I have tried to make this indicator as user friendly as possible. Though it uses a lot of math, it is fairly straight forward to interpret.
The band plotted can be considered the fair market value or FMV of the ticker based on the underlying economic data, provided the indicator tells you that the relationship is significant (and it will blatantly give you this information verbatim, you don't have to interpret the math stuff).
This is US economic data only. It does not pull economic data from other countries. You can absolutely see how US economic data impacts other markets like the TSX, BANKNIFTY, NIFTY, DAX etc. but the indicator is only pulling US economic data.
That is it!
I hope you enjoy it and find this helpful!
Thanks everyone and safe trades as always 🚀🚀🚀
FiveFactorEdgeUses ATR14, TSI, RSI, Fast Stochastic and Slow Stochastic information to determine potential high and low price, trend strength and direction. The information ia easy to read, self-descriptive and color coded for quick reference. Since it incorporates 5 different elements it could be used by itself but as with any indicator it's highly recommended to use it with other tried and true indicators.
百万哥ORBorb the simplest indicator for breakout,
ORB stands for opening range breakout, often used by traders
Relative Strength IndexI just added buy and sell signals.
Flags : They can be interpreted as an entry into a dangerous zone. If the price is rising, you can interpret it as an alert for a possible sell or take advantage of it as a pullback to buy, if the market is trending. It works the same way when selling, if the market is falling and enters this zone, you can be alert for a possible buy or take advantage of it as a pullback and sell.
Labels : They are the entries for buying (if the market is falling) and selling (if the market is rising).
Use at your own risk. I am not responsible for any losses. Use other indicators for entry confirmations .