5 EMA/SMA by LookTajChỉ báo 5 đường MA/EMA
- Đường MA dốc lên thể hiện bằng nét liền
- Đường MA dốc xuống thể hiện bằng nét đứt
- Điểm bắt đầu dốc lên đánh dấu bằng dấu + màu trắng
- Điểm bắt đầu dốc xuống đánh dấu bằng dấu . màu vàng
אינדיקטורים ואסטרטגיות
Vikas_RSI Based TradingRSI-Based Trading Strategy with No Trading Zone and ATR Stop Loss
Description of the RSI-Based Trading Strategy with No Trading Zone and ATR Stop Loss
This Pine Script strategy utilizes the Relative Strength Index (RSI) to identify potential entry and exit points for long (buy) and short (sell) positions in a trading instrument. It incorporates a unique "No Trading Zone" feature and an ATR-based stop loss mechanism for risk management.
Supertrend (Close Longs Only)Strategy Description: Supertrend (Close Longs Only)
This strategy uses the Supertrend indicator to manage long positions in the market. The Supertrend is calculated based on the Average True Range (ATR) and a user-defined multiplier (factor) to determine trend direction.
Purpose: The strategy focuses solely on exiting long trades when the trend changes to a downtrend, without taking any short positions.
How It Works:
Uptrend Detection: When the Supertrend is green, it indicates an uptrend suitable for long trades.
Downtrend Detection: When the Supertrend switches to red, it signals the end of the uptrend. At this point, an alert is triggered to close long positions.
Key Features:
Highly configurable with adjustable ATR length and multiplier for sensitivity.
Alerts are designed to notify the user when to exit long positions, ensuring timely actions.
This strategy is ideal for traders who prefer a conservative approach, focusing on managing long entries without engaging in short trades.
EMA Cross with both MinhTuanChiến lược này đơn giản.
Ema 9 cắt 21 trên ema 200 thì long.
Ema 9 cắt 21 dưới ema 200 thì short.
Có tuỳ chỉnh both cho anh em lựa chọn.
Chúc ae sẽ có nhiều may mắn giao dịch.
Vĩnh long =))
Financial Conditions IndicatorThe Financial Conditions Indicator is a custom-built TradingView Pine Script that measures the relative tightness or looseness of financial conditions in the economy. The indicator provides users with actionable insights to assess overall market liquidity and risk conditions by combining four major economic components into a single Composite Z-Score.
How It Works
Credit Spreads:
ICE BofA High Yield Option-Adjusted Spread (BAMLH0A0HYM2).
ICE BofA Corporate Index Option-Adjusted Spread (BAMLC0A0CM).
Volatility Indices:
S&P 500 Implied Volatility Index (CBOE:VIX).
U.S. Treasury Bond Volatility Index (TVC:MOVE).
Z-Score Normalization:
The raw data for each component is normalized into Z-Scores by calculating the deviation of current values from their 50-period Simple Moving Average (SMA), divided by their Standard Deviation (StDev). This process standardizes all four components into a comparable scale.
Formula:
Copy code
Z-Score = (Current Value - SMA(50)) / StDev(50)
Composite Z-Score:
The indicator computes the average of all four Z-Scores to create the Composite Z-Score. This single metric provides a broad snapshot of financial conditions.
Trend Filter:
A background color highlights periods of relative tightness or looseness:
Red (Z-Score > 0): Financial conditions are tight, indicating increased stress or risk-off behavior.
Green (Z-Score < 0): Financial conditions are loose, suggesting favorable liquidity and risk-on sentiment.
Visualization:
The Composite Z-Score is plotted as a blue line on the chart.
A neutral gray line at 0 serves as a benchmark to distinguish between tight and loose conditions.
Why It Matters
The Financial Conditions Indicator is a powerful tool for identifying macroeconomic conditions that influence risk assets such as equities, bonds, and Bitcoin. Periods of loose conditions (green) are generally favorable for asset price increases, while tight conditions (red) often precede pullbacks or heightened volatility.
This indicator enables traders and investors to:
Track the evolution of market liquidity.
Anticipate shifts in risk sentiment.
Align trading strategies with prevailing financial conditions.
Key Features:
Equal-weighted Composite Z-Score: Balances four critical market metrics.
Dynamic Trend Highlighting: Clear visual cues (green/red) for liquidity conditions.
Real-Time Monitoring: Provides actionable insights into the current state of financial markets.
NZX's EMAExponential Moving Averages (EMAs) are widely used tools in technical analysis for identifying trends and potential trading opportunities. EMAs place more weight on recent price data, making them more responsive to price changes compared to simple moving averages (SMAs). Here's a breakdown of different EMA periods and their uses:
### **EMA Descriptions**
1. **EMA 12 (Short-Term)**
- **Purpose**: Captures short-term price trends.
- **Use**: Useful for day traders and scalpers looking for quick entry/exit signals.
- **Behavior**: Reacts quickly to price changes, making it ideal for volatile markets.
2. **EMA 21 (Short to Mid-Term)**
- **Purpose**: Provides a slightly broader view of short-term trends.
- **Use**: Often combined with EMA 12 for crossover strategies. A 12/21 crossover can indicate a potential shift in trend.
- **Behavior**: Less noise than EMA 12 but still responsive.
3. **EMA 50 (Mid-Term)**
- **Purpose**: Identifies medium-term trends and serves as a key support or resistance level.
- **Use**: Often used to confirm trend direction in swing trading.
- **Behavior**: Balances responsiveness with stability, filtering out short-term fluctuations.
4. **EMA 100 (Intermediate)**
- **Purpose**: Highlights longer-term trends compared to EMA 50.
- **Use**: Used by traders to determine stronger levels of support/resistance and trend stability.
- **Behavior**: Smooths out short-term movements, focusing on more stable trends.
5. **EMA 200 (Long-Term)**
- **Purpose**: A critical indicator for long-term trend analysis.
- **Use**: Commonly used by investors and swing traders to identify overall market direction. Price above EMA 200 suggests an uptrend; below it indicates a downtrend.
- **Behavior**: Very stable and reacts slowly, offering a clear view of macro trends.
---
### **Uses and Applications of EMAs**
1. **Trend Identification**
- EMAs help traders identify whether a market is in an uptrend, downtrend, or moving sideways.
2. **Crossover Strategies**
- Common signals include short-term EMA crossing above or below longer-term EMAs, indicating bullish or bearish momentum.
- **Golden Cross**: Short EMA (e.g., 50) crosses above a long EMA (e.g., 200) — bullish signal.
- **Death Cross**: Short EMA crosses below a long EMA — bearish signal.
3. **Dynamic Support and Resistance**
- EMAs act as dynamic levels where price often bounces during trends.
4. **Momentum Strength**
- The slope of an EMA indicates the strength of a trend. A steeper EMA suggests stronger momentum.
5. **Mean Reversion**
- During trends, prices often revert to EMAs before continuing the trend, offering pullback entry points.
6. **Filter for Noise**
- By adjusting the EMA period, traders can filter out noise and focus on significant price movements.
### **Combination Strategy Example**
- Use EMA 12 and 21 for short-term signals.
- Monitor EMA 50 and 100 for trend confirmation.
- EMA 200 can act as a long-term directional guide.
By combining multiple EMAs, traders gain a multi-perspective view of the market, allowing them to adapt strategies to different timeframes and market conditions.
IchimokuMultiTFThis is an extension of the indicator by HPotter. When price is above cloud, and Tenkan is above Kijun it's a pretty high probably setup when looking for a bullish entry. The cloud will act as support. The opposite is true for bullish. The thicker the cloud the healthier the trend and better support. When price is in the cloud stay out. Try not to enter trades away from support lines to keep risk low. Playing a higher tf combined while on a lower tf chart is most ideal. Such as a 4hr indicator timeframe setting in a 30 min chart or 1hr setting while trading a 5 minute chart. The lines within in the cloud will fill at the time of calculation. Green is bullish, red bearish and white is chop. Happy trading! Note this is not a stand alone indicator and should be used in conjunction with a solid trading strategy.
US Market Opening UTC+1Description:
This script highlights the opening time of the US stock market (15:30 UTC+1) on a TradingView chart. It is designed to help traders quickly identify market openings and analyze price movements during this key trading period.
Key Features:
Market Opening Identification:
Automatically detects the exact moment the US stock market opens each day (15:30 UTC+1).
Marks the opening with a vertical line spanning the entire chart and a label for visual clarity.
Custom Indicators:
A blue line is drawn from the lowest to the highest price of the opening candle, extending across the chart to visually indicate the start of the trading day.
A labeled marker reading "US-Opening" is placed at the top of the opening candle for additional clarity.
Ease of Use:
Simple overlay indicator that works seamlessly on any timeframe chart.
Helps traders focus on key opening price action.
Use Case:
This script is particularly useful for day traders and scalpers who want to identify and analyze the price behavior around the opening of the US stock market. It provides a visual cue to help traders develop strategies or make informed decisions during this active trading period.
Note:
Ensure your chart’s timezone is set to match UTC+1 or appropriately adjust for your location to ensure accurate time alignment.
If you have questions or suggestions, feel free to provide feedback!
True CB Premium - USDT/USD adjustedCoinbase Discount/Premium indicator with adjustment for USDT/USD price volatility.
FuTech : IPO Lock-in Ends FuTech: Lock-in Ends - First ever unique Indicator on the TradingView platform
Hello Everyone !
Introducing the first-ever unique indicator on the TradingView platform to track the lock-in period expiry dates for IPOs.
The FuTech Lock-in Ends Indicator is specifically designed to assist traders and investors in identifying the key dates when lock-in periods for IPO shares come to an end.
This provides an edge in preparing for potential market movements driven by buying or selling pressures associated with significant share volumes.
=============================================================
Key Features:
1. Tracks Multiple Lock-in Periods:
- Identifies dates when the 30 days, 90 days, 6 months, and 18 months lock-in periods for IPO shares expire.
- Helps traders anticipate potential market action driven by share releases.
2. IPO Lock-in Ends dates as per Compliance with SEBI Guidelines:
- SEBI (Securities and Exchange Board of India) mandates lock-in periods for IPO shares based on investor categories:
- A) Promoters:
- Lock-in period reduced to 18 months for up to 20% of post-issue paid-up capital (previously 3 years).
- For shareholding exceeding 20%, the lock-in period is further reduced to 6 months (previously 1 year).
- B) Anchor Investors:
- 50% of allotted shares: Lock-in period of 90 days from the date of allotment.
- Remaining 50% of shares: Lock-in period of 30 days from the date of allotment.
- C) Non-promoters:
- Lock-in period reduced to 6 months (previously 1 year).
After these lock-in periods end, investors may buy / sell their shares, which can result in significant market activity.
3. Visual Indicator on Charts:
- The indicator draws vertical lines on the TradingView chart at the respective lock-in expiry dates.
- Alerts users in advance about potential market activity due to the release of locked shares.
- Traders can use these alerts to prepare for positions or adjust their existing holdings accordingly.
4. Customizable Settings:
- Users can modify the color of the labels and width of the lines to suit their preferences and enhance chart visibility.
5. User-defined Allotment Dates:
- If the allotment date is known, users can input this information directly. The indicator will then calculate the lock-in period dates based on the provided allotment date, ensuring precise results.
- If no allotment date is entered, the default calculation assumes the allotment date to be three trading days prior to the listing date .
=============================================================
Important Notes:
- Allotment Date Calculation:
- In the absence of user-defined allotment dates, the indicator estimates the allotment date as three trading days prior to the listing date .
- This approximation may deviate by one to two days from the actual event for certain IPOs.
- Proactive Alerts:
- Most dates are intentionally marked 1-2 days in advance to give traders sufficient time to act, whether for taking new positions or squaring off existing ones to avoid unfavorable losses.
=============================================================
The FuTech Lock-in Ends Indicator is a must-have tool for IPO traders and investors looking to stay ahead of market movements. Use it to track key dates and plan your trading strategy effectively with FuTech : Chart is Art.
=============================================================
Thank you !
Boost, Share, Follow, and Enjoy with FuTech!
Jai Swaminarayan Dasna Das !
He Hari ! Bas Ek Tu Raji Tha !
Critical MA's for Osiris(50, 111, 200)Indicator Name: Critical MAs for Osiris (50, 111, 200)
This indicator plots three critical Simple Moving Averages (SMA) — 50, 111, and 200 periods — directly on the chart. It provides a clear visual representation of these key moving averages, which are widely used for analyzing market trends, identifying potential support and resistance levels, and assessing overall market direction.
Features:
1-Moving Average Calculation:
50-period SMA: Represents the short-term trend.
111-period SMA: Serves as a medium-term trend line.
200-period SMA: Indicates the long-term trend and is often used as a critical benchmark for trend reversals.
2-Visualization:
The 50-period SMA is displayed in blue, providing a quick reference for short-term price movements.
The 111-period SMA is displayed in orange, offering insights into medium-term price behavior.
The 200-period SMA is displayed in red, signifying the long-term market direction.
3-Customizable Parameters:
Each moving average length is defined as a constant, making it easy to adjust the indicator for different strategies.
Use Cases:
-Trend Analysis:
The alignment and slopes of these moving averages help identify the direction of the trend (bullish, bearish, or sideways).
-Support and Resistance:
Price reactions around these moving averages can signal potential support or resistance levels.
-Market Strength:
The position of the price relative to the moving averages can provide insights into the strength or weakness of the current trend.
This indicator is particularly useful for traders seeking to incorporate a multi-timeframe perspective into their trading strategies. It is simple, effective, and applicable across various financial instruments, including stocks, forex, and cryptocurrencies.
FuTech : IPO Lock-in Ends FuTech: Lock-in Ends - First ever unique Indicator in TradingView platform
Introducing the first-ever indicator on the TradingView platform to track the lock-in period expiry dates for IPOs.
The FuTech Lock-in Ends Indicator is specifically designed to assist traders and investors in identifying the key dates when lock-in periods for IPO shares come to an end.
This provides an edge in preparing for potential market movements driven by buying or selling pressures associated with significant share volumes.
=============================================================
Key Features of this FuTech : Lock-in Ends Indicator :
1. Tracks Multiple Lock-in Periods:
- Identifies dates when the 30 days, 90 days, 6 months, and 18 months lock-in periods for IPO shares expire.
- Helps traders anticipate potential market action driven by share releases on the specific dates.
2. IPO Lock-in Ends dates as per Compliance with SEBI Guidelines:
SEBI (Securities and Exchange Board of India) mandates lock-in periods for IPO shares based on investor categories:
A) Promoters:
a) Lock-in period reduced to 18 months for up to 20% of post-issue paid-up capital (previously 3 years).
b) For shareholding exceeding 20%, the lock-in period is further reduced to 6 months (previously 1 year).
B) Anchor Investors:
a) 50% of allotted shares: Lock-in period of 90 days from the date of allotment.
b) Remaining 50% of shares: Lock-in period of 30 days from the date of allotment.
C) Non-promoters:
a) Lock-in period reduced to 6 months (previously 1 year).
After these lock-in periods end, investors may buy / sell their shares, which can result in significant market activity.
3. Visual Indicators on Charts:
- The indicator draws vertical lines on the TradingView chart at the respective lock-in expiry dates.
- Alerts users in advance about potential market activity due to the release of locked shares.
- Traders can use these alerts to prepare for positions or adjust their existing holdings accordingly.
4. Customizable Settings:
- Users can modify the color of the labels and width of the lines to suit their preferences and enhance chart visibility.
=============================================================
Important Notes:
a) IPO Shares Allotment Date Calculation:
- The allotment date, being a pre-listing event, is not available in TradingView's database.
- For accuracy, the indicator estimates the allotment date as three trading days prior to the listing date .
- This approximation may deviate by one to two days from the actual event for certain IPOs.
b) Proactive Alerts:
- Most dates are intentionally marked 1-2 days in advance to give traders sufficient time to act, whether for taking new positions or squaring off existing ones to avoid unfavorable losses.
=============================================================
The FuTech Lock-in Ends Indicator is a must-have tool for IPO traders and investors looking to stay ahead of market movements.
Use it to track key Lock-in Period end dates after the listing of any shares and plan your trading strategy effectively with FuTech : Chart is Art.
=============================================================
Thank you !
Boost, Share, Follow, and Enjoy with FuTech!
Jai Swaminarayan Dasna Das !
He Hari ! Bas Ek Tu Raji Tha !
Construction Cost AnalysisLet me write up the indicator description in a clear, informative way for the TradingView publishing form.
Construction Cost Analysis Indicator
This indicator calculates and visualizes construction costs per square foot using real-time futures data. It combines material prices with customizable multipliers for labor, overhead, profit, and contingency to provide comprehensive cost estimates.
Key Features:
Material cost calculations using commodity futures
Customizable ratios for lumber, steel, copper, and aluminum
Adjustable multipliers for labor, overhead, profit, and contingency
Optional normalization against a baseline period
Daily, weekly, and monthly change tracking
Total project cost calculation based on square footage
Input Parameters:
Material Ratios:
Lumber Ratio (default: 0.50)
Steel Ratio (default: 0.20)
Copper Ratio (default: 0.05)
Aluminum Ratio (default: 0.03)
Cost Multipliers:
Labor Multiplier (default: 1.5 = +50%)
Overhead Multiplier (default: 1.1 = +10%)
Profit Multiplier (default: 1.1 = +10%)
Contingency Multiplier (default: 1.05 = +5%)
Project Settings:
Square Footage (default: 2500)
Normalization Toggle
Baseline Lookback Period
Visualization:
Main cost line in blue
Detailed labels showing current costs and changes
Optional normalized view
Total project cost calculations
Use this indicator to:
Track construction cost trends
Estimate project costs
Monitor material price impacts
Compare costs across different time periods
Analyze cost volatility and changes
Note: Material costs are based on futures contracts and should be considered approximations for estimation purposes.
Customizable EMA 10/20/50/100/200Here is the updated version of the customizable EMAs. You can adjust the EMAs time frame to whatever you want (1D, 1Min etc.) and it will be plotted on your chart at the timeframe you are on. It is all public source code so feel free to make adjustments or let me know if there is anything you would like me change or add. I personally use it while scalping as I have found Daily EMAs tend to be strong levels of support and resistance.
JerrySmart EMA AlgoThis strategy i hope to use it long term and make me money. It is used based on ema and volume it was created using AI i do not know if it will work but it looks promising. Lets see what happens
Construction Cost AnalysisLet me write up the indicator description in a clear, informative way for the TradingView publishing form.
Construction Cost Analysis Indicator
This indicator calculates and visualizes construction costs per square foot using real-time futures data. It combines material prices with customizable multipliers for labor, overhead, profit, and contingency to provide comprehensive cost estimates.
Key Features:
Material cost calculations using commodity futures
Customizable ratios for lumber, steel, copper, and aluminum
Adjustable multipliers for labor, overhead, profit, and contingency
Optional normalization against a baseline period
Daily, weekly, and monthly change tracking
Total project cost calculation based on square footage
Input Parameters:
Material Ratios:
Lumber Ratio (default: 0.50)
Steel Ratio (default: 0.20)
Copper Ratio (default: 0.05)
Aluminum Ratio (default: 0.03)
Cost Multipliers:
Labor Multiplier (default: 1.5 = +50%)
Overhead Multiplier (default: 1.1 = +10%)
Profit Multiplier (default: 1.1 = +10%)
Contingency Multiplier (default: 1.05 = +5%)
Project Settings:
Square Footage (default: 2500)
Normalization Toggle
Baseline Lookback Period
Visualization:
Main cost line in blue
Detailed labels showing current costs and changes
Optional normalized view
Total project cost calculations
Use this indicator to:
Track construction cost trends
Estimate project costs
Monitor material price impacts
Compare costs across different time periods
Analyze cost volatility and changes
Note: Material costs are based on futures contracts and should be considered approximations for estimation purposes.
Experienced traders SignalsDISCLAIMER:
This indicator as my first ever Tradingview indicator, has been developed for my personal trading analysis, consolidating various powerful indicators that I frequently use. A number of the embedded indicators within this tool are the creations of esteemed Pine Script developers from the TradingView community. In recognition of their contributions, the names of these developers will be prominently displayed alongside the respective indicator names. My selection of these indicators is rooted in my own experience and reflects those that have proven most effective for me. Please note that the past performance of any trading system or methodology is not necessarily indicative of future results. Always conduct your own research and due diligence before using any indicator or tool.
===========================================================================
Introducing the ultimate all-in-one Experienced traders indicator, With over 30+ famous indicators (some with custom configuration/settings) indicators included, you now have the power to mix and match to create your own custom strategy for shorter time or longer time frames depending on your trading style. Say goodbye to cluttered charts and manual/visual confirmation of multiple indicators and hello to endless possibilities with this indicator.
What it does
==================
This indicator basically help users to do 2 things:
1) Strategy Builder
With more than 30 indicators available, you can select any combination you prefer and the indicator will generate buy and sell signals accordingly. Alternative to the time-consuming process of manually confirming signals from multiple indicators! This indicator streamlines the process by automatically printing buy and sell signals based on your chosen combination of indicators. No more staring at the screen for hours on end, simply set up alerts and let the indicator do the work for you.
Available indicators that you can choose to build your strategy, are coded to seamlessly print the BUY and SELL signal upon confirmation of all selected indicators:
EMA Filter
2 EMA Cross
3 EMA Cross
Range Filter (Guikroth)
SuperTrend
Ichimoku Cloud
SuperIchi (LuxAlgo)
B-Xtrender (QuantTherapy)
Bull Bear Power Trend (Dreadblitz)
VWAP
BB Oscillator (Veryfid)
Trend Meter (Lij_MC)
Chandelier Exit (Everget)
CCI
Awesome Oscillator
DMI ( Adx )
Parabolic SAR
Waddah Attar Explosion (Shayankm)
Volatility Oscillator (Veryfid)
Damiani Volatility ( DV ) (RichardoSantos)
Stochastic
RSI
MACD
SSL Channel (ErwinBeckers)
Schaff Trend Cycle ( STC ) (LazyBear)
Chaikin Money Flow
Volume
Wolfpack Id (Darrellfischer1)
QQE Mod (Mihkhel00)
Hull Suite (Insilico)
Vortex Indicator
Heikin-ashi candles
Choppiness Index
Detrended Price Oscillator (DPO)
William Fractal
Fair Value Gap (FVG)
Pivots
EMA
Support/Resistance (HeWhoMustNotBeNamed)
Supply/ Demand Zone ( SMC ) (Pmgjiv)
Parabolic SAR
Ichimoku Cloud
Superichi (LuxAlgo)
SuperTrend
Range Filter (Guikroth)
Average True Range (ATR)
VWAP
Schaff Trend Cycle ( STC ) (LazyBear)
PVSRA (TradersReality)
Liquidity Zone/Vector Candle Zone (TradersReality)
Market Sessions (Aurocks_AIF)
how to use this indicator
==============================
Using the indicator is pretty simple, but it depends on your goal, whether you want to use it for overlaying the available indicators or using it to build your strategy or for both.
To use for Building your strategy: Select your LEADING INDICATOR, and then select your CONFIRMATION INDICATOR(s). if on candle close all the indicators generate signal, then this indicator will print SHORT or LONG signal on the chart for your entry. There are plenty of indicators you can use to build your strategy, some indicators are best for longer time frame setups while others are responsive indicators that are best for short time frame.
To use for overlaying the indicators: Open the setting of this indicator and scroll to the SWITCHBOARD section, from there you can select which indicator you want to plot on the chart.
For each of the listed indicators, you have the flexibility to customize the settings and configurations to suit your preferences. simply open indicator setting and scroll down, you will find configuration for each of the indicators used.
BT Custom Moving Averages (410, 130, 150, 770 Days)Custom Moving Averages: This refers to a set of moving averages calculated over specific time periods, tailored to unique analytical needs. The moving averages in this case are based on the following day intervals:
410-Day Moving Average: Tracks the trend over a long-term period of 410 days.
130-Day Moving Average: Represents a medium-term trend, offering insight into shorter fluctuations compared to the 410-day average.
150-Day Moving Average: Similar to the 130-day average but slightly longer, providing a nuanced view of medium-term movements.
770-Day Moving Average: Captures ultra-long-term trends, smoothing out the effects of seasonal or cyclical variations.
These moving averages are customized to provide a comprehensive view of trends across multiple time horizons, often used for specialized analysis in fields like finance, trading, or data science.
Gold SniperA high-performance strategy tailored for XAUUSD trading. Optimized for maximum profitability with adjustable Take Profit and Stop Loss levels. Suitable for traders aiming for precision and consistency.