Miyagi STrendMiyagi: The attempt at mastering something for the best results.
Miyagi indicators combine multiple trigger conditions and place them in one toolbox for traders to easily use, produce alerts, backtest, reduce risk and increase profitability.
Miyagi STrend was created to allow traders the ability to both scalp and swing trade from as singular indicator. STrend aims to help traders catch more of the move.
STrend starts with the native TradingView SuperTrend indicator and adds in extra filtering in the form of the SuperTrend Oscillator (ST OSC), and an Adaptive Moving Average (AMA) - all of which are adjustable.
Entry conditions start with the following:
Long Entry: SuperTrend must be green (candles above SuperTrend), price above the Adaptive Moving Average (AMA), and lastly the SuperTrend Oscillator (ST OSC) at maximum +100.
Short Entry: SuperTrend must be red (candles below SuperTrend), price below the Adaptive Moving Average (AMA), and lastly the SuperTrend Oscillator (ST OSC) at maximum -100.
Exits are provided for both directions, long and short, when the SuperTrend Oscillator (ST OSC) hits maximum (+100/-100).
Please note the SuperTrend Oscillator (ST OSC) is not shown on the chart however is used for the final calculation to confirm entries.
We have added an "Entry on Exit" selector which allows users to enable entries on exit candles. This may allow more trades, however will incur more risk.
With "Entry on Exit" selected entry and exit alerts CAN fire in same candle and may require delays if using STrend as a swing indicator.
Without "Entry on Exit" selected entry and exit alerts CANNOT fire in same candle. This will produce less signals overall however may be safer for traders to use.
It would be best suited to utilize a stoploss when trading with Miyagi STrend to minimize risk.
Alerts are meant to fire on "Once per Bar Close" to confirm entry and exit signals.
Happy Trading!
Komut dosyalarını "supertrend" için ara
Fixed Straddle with dynamic Res/Sup [BlueChip Algos]Fixed Straddle/Strangle with Dynamic Resistance and Support indicator is designed for options traders focusing on combined straddle and strangle premiums of particular strikes (without rolling). This script offers dynamic charting capabilities with integrated technical indicators, making it a valuable tool for traders in the Indian options market.
About the Indicator
This indicator allows traders to analyze straddle and strangle positions using pre-set strike prices. It dynamically plots resistance and support levels based on price movements using swing HIGHs and LOWs, plots potential stop-loss levels using ATR Stop Loss combined with other customizable indicators like Moving Averages, SuperTrend and VWAP
Features
Straddle and Strangle Analysis: Users can analyze options straddle or custom strangle positions by specifying the exact strike prices for both CE (Call) and PE (Put) options. Please note that one needs to give required strike in all 3 fields mandatorily (Fixes staddle, CE and PE) irrespective of whether you select straddle or strangle in the dropdown.
Dynamic Resistance and Support: The script dynamically adjusts support and resistance levels based on price movements, providing insights into potential price reversal points.
Comprehensive Indicator Suite: Includes popular indicators like Moving Averages, SuperTrend, ATR Stop Loss, and VWAP, each customizable to fit the trader's strategy.
Input Parameters
Chart Type: Choose between "Fixed Straddle" and "Fixed Strangle" for the analysis.
Symbol Selection: Select from various Indian indices such as NIFTY, BANKNIFTY, MIDCAP, FINNIFTY, SENSEX, BANKEX, or input a custom symbol.
Strike Prices: Set the exact strike prices for the fixed straddle or strangle analysis. Note to enter value in all 3 strike fields irrespective of straddle or strangle selection.
Expiry Date: Select the expiry date for the options.
Indicator Settings: Customize each indicator’s parameters, including Moving Averages, SuperTrend, ATR Stop Loss, VWAP, and Swing High/Low levels.
Understanding the Indicator
1. Dynamic Resistance and Support Levels using swing H/Ls
Purpose: This indicator identifies significant swing highs and lows, which are key levels for potential price reversals or continuation.
Parameters:
Swing Length: Number of bars used to confirm swing highs and lows.
How It Works: The Swing High/Low Levels are plotted based on past price action, marking the areas where the price has previously reversed, helping traders set their stop-loss or take-profit levels.
2. VWAP (Volume Weighted Average Price)
Purpose: VWAP provides the average price weighted by volume over a specified period. It is widely used by traders to identify the true average price of a security.
How It Works: VWAP is plotted as a line on the chart, which helps in understanding the price direction in relation to the day's volume-weighted average price.
3. ATR Stop Loss
Purpose: The ATR Stop Loss dynamically adjusts stop-loss levels based on the market’s volatility, calculated through the ATR.
Parameters:
ATR Period: Number of periods over which ATR is calculated.
Multiplier: Factor that determines the distance of the stop-loss from the current price.
How It Works: This indicator adjusts the stop-loss level to protect against large market swings, moving closer or further away based on the ATR value.
4. Moving Average (MA)
Purpose: The Moving Average smooths price data to help identify trends and reversals. It is useful for understanding the overall market direction.
Parameters:
MA Source: Data source for the Moving Average calculation (e.g., Close price).
MA Length: The number of periods used to calculate the Moving Average.
MA Smoothing: The type of smoothing applied, such as SMA, EMA, WMA, or RMA.
5. SuperTrend
Purpose: SuperTrend is a trend-following indicator that helps traders identify the prevailing market trend and potential entry/exit points.
Parameters:
Factor: The multiplier applied to the ATR (Average True Range) for calculating the SuperTrend bands.
ATR Period: The number of periods used for calculating the ATR.
How It Works: The SuperTrend line acts as a support or resistance level. A price above the SuperTrend line indicates a bullish trend, while a price below it indicates a bearish trend.
Band-Zigzag Based Trend FollowerWe defined new method to derive zigzag last month - which is called Channel-Based-Zigzag . This script is an example of one of the use case of this method.
🎲 Trend Following
Defining a trend following method is simple. Basic rule of trend following is Buy High and Sell Low (Yes, you heard it right). To explain further - methodology involve finding an established trend which is flying high and join the trend with proper risk and optimal stop. Once you get into the trade, you will not exit unless there is change in the trend. Or in other words, the parameters which you used to define trend has reversed and the trend is not valid anymore.
Few examples are:
🎯 Using bands
When price breaks out of upper bands (example, Bollinger Band, Keltener Channel, or Donchian Channel), with a pre determined length and multiplier, we can consider the trend to be bullish and similarly when price breaks down the lower band, we can consider the trend to be bearish.
Here are few examples where I have used bands for identifying trend
Band-Based-Supertrend
Donchian-Channel-Trend-Filter
🎯 Using Pivots
Simple logic using zigzag or pivot points is that when price starts making higher highs and higher lows, we can consider this as uptrend. And when price starts making lower highs and lower lows, we can consider this as downtrend. There are few supertrend implementations I have published in the past based on zigzags and pivot points.
Adoptive-Supertrend-Pivots
Zigzag-Supertrend
Drawbacks of both of these methods is that there will be too many fluctuations in both cases unless we increase the reference length. And if we increase the reference length, we will have higher drawdown.
🎲 Band Based Zigzag Method
Band Based Zigzag will help overcome these issues by combining both the methods.
Here we use bands to define our pivot high and pivot low - this makes sure that we are identifying trend only on breakouts as pivots are only formed on breakouts.
Our method also includes pivot ratio to cross over 1.0 to be able to consider it as trend. This means, we are waiting for price also to make new high high or lower low before making the decision on trend. But, this helps us ignore smaller pivot movements due to the usage of bands.
I have also implemented few tricks such as sticky bands (Bands will not contract unless there is breakout) and Adaptive Bands (Band will not expand unless price is moving in the direction of band). This makes the trend following method very robust.
To avoid fakeouts, we also use percentB of high/low in comparison with price retracement to define breakout.
🎲 The indicator
The output of indicator is simple and intuitive to understand.
🎯 Trend Criteria
Uptrend when last confirmed pivot is pivot high and has higher retracement ratio than PercentB of High. Else, considered as downtrend.
Downtrend when last confirmed pivot is pivot low and has higher retracement ratio than PercentB of High. Else, considered as uptrend.
🎯 Settings
Settings allow you to select the band type and parameters used for calculating zigzag and then trend. Also has few options to hide the display.
Golden Swing StrategyBuying Conditions
RSI should be 50 or above
Stochastic %K should be above %D
Day Low Should be below SuperTrend
SuperTrend should remain green before & EOD
SuperTrend should be below Mid Bollinger
Buy next day at open or within 0.5xATR(previous day) of SuperTrend with 1.1ATR SL & 2.2 ATR target
Selling Conditions
RSI should be 50 or below.
Stochastic %K should be below %D
Day high Should be above SuperTrend
SuperTrend should remain Red before & EOD
SuperTrend should be above Mid Bollinger
Sell next day at open or within 0.5xATR (previous day) of SuperTrend with 1.1xATR SL & 2.2x ATR target
BO(strategy)The indicator is easy to use and gives an accurate reading about an ongoing trend. It is constructed with two parameters, namely period and multiplier. The default values used while constructing a superindicator are 10 for average true range or trading period and three for its multiplier.
The average true range (ATR) plays an important role in 'Supertrend' as the indicator uses ATR to calculate its value. The ATR indicator signals the degree of price volatility .
The buy and sell signals are generated when the indicator starts plotting either on top of the closing price or below the closing price. A buy signal is generated when the ‘Supertrend’ closes above the price and a sell signal is generated when it closes below the closing price.
It also suggests that the trend is shifting from descending mode to ascending mode. Contrary to this, when a ‘Supertrend’ closes above the price, it generates a sell signal as the colour of the indicator changes into red.
A ‘Supertrend’ indicator can be used on equities, futures or forex, or even crypto markets and also on daily, weekly and hourly charts as well, but generally, it fails in a sideways-moving market.
Chỉ báo rất dễ sử dụng và đưa ra đọc chính xác về một xu hướng đang diễn ra. Nó được xây dựng với hai tham số, đó là thời gian và số nhân. Các giá trị mặc định được sử dụng trong khi xây dựng một siêu máy tính là 10 cho phạm vi trung bình hoặc thời gian giao dịch trung bình và ba cho hệ số nhân của nó.
Phạm vi trung bình thực (ATR) đóng vai trò quan trọng trong 'Supertrend' khi chỉ báo sử dụng ATR để tính giá trị của nó. Chỉ báo ATR báo hiệu mức độ biến động giá.
Các tín hiệu mua và bán được tạo ra khi chỉ báo bắt đầu âm mưu trên đỉnh của giá đóng cửa hoặc thấp hơn giá đóng cửa. Tín hiệu mua được tạo khi ‘Supertrend giá đóng cửa trên giá và tín hiệu bán được tạo khi đóng cửa dưới giá đóng cửa.
Nó cũng gợi ý rằng xu hướng đang chuyển từ chế độ giảm dần sang chế độ tăng dần. Trái ngược với điều này, khi ‘Supertrend giá đóng cửa trên giá, nó sẽ tạo ra tín hiệu bán khi màu của chỉ báo chuyển sang màu đỏ.
Chỉ báo Sup Supertrend xông có thể được sử dụng trên các cổ phiếu, tương lai hoặc ngoại hối, hoặc thậm chí là thị trường tiền điện tử và cả trên các biểu đồ hàng ngày, hàng tuần và hàng giờ, nhưng nói chung, nó thất bại trong một thị trường đi ngang.
Kalman Step Signals [AlgoAlpha]Take your trading to the next level with the Kalman Step Signals indicator by AlgoAlpha! This advanced tool combines the power of Kalman Filtering and the Supertrend indicator, offering a unique perspective on market trends and price movements. Designed for traders who seek clarity and precision in identifying trend shifts and potential trade entries, this indicator is packed with customizable features to suit your trading style.
Key Features
🔍 Kalman Filter Smoothing : Dynamically smooths price data with user-defined parameters for Alpha, Beta, and Period, optimizing responsiveness and trend clarity.
📊 Supertrend Overlay : Incorporates a classic Supertrend indicator to provide clear visual cues for trend direction and potential reversals.
🎨 Customizable Appearance : Adjust colors for bullish and bearish trends, along with optional exit bands for more nuanced analysis.
🔔 Smart Alerts : Detect key moments like trend changes or rejection entries for timely trading decisions.
📈 Advanced Visualization : Includes optional entry signals, exit bands, and rejection markers to pinpoint optimal trading opportunities.
How to Use
Add the Indicator : Add the script to your TradingView favorites. Customize inputs like Kalman parameters (Alpha, Beta, Period) and Supertrend settings (Factor, ATR Period) based on your trading strategy.
Interpret the Signals : Watch for trend direction changes using Supertrend lines and directional markers. Utilize rejection entries to identify price rejections at trendlines for precision entry points.
Set Alerts : Enable the built-in alert conditions for trend changes or rejection entries to act swiftly on trading opportunities without constant chart monitoring.
How It Works
The indicator leverages a Kalman Filter to smooth raw price data, balancing responsiveness and noise reduction using user-controlled parameters. This refined price data is then fed into a Supertrend calculation, combining ATR-based volatility analysis with dynamic upper and lower bands. The result is a clear and reliable trend-detection system. Additionally, it features rejection markers for bullish and bearish reversals when prices reject the trendline, along with exit bands to visualize potential price targets. The integration of customizable alerts ensures traders never miss critical market moves.
Add the Kalman Step Signals to your TradingView charts today and enjoy a smarter, more efficient trading experience! 🚀🌟
Auto Signal Buy/SellAuto Signal Buy/Sell with Time Filter and Dynamic ZLEMA (GMT+2) 🌟
Are you looking for an indicator that combines efficiency and simplicity while integrating advanced elements like SuperTrend, ZLEMA (Zero Lag EMA), and a MACD DEMA for clear and precise buy/sell signals? 📈 Introducing Auto Signal Buy/Sell, the ultimate indicator designed for intraday and swing traders, optimized for market hours in GMT+2.
🛠️ Key Features:
- **Advanced SuperTrend**: Follow the dominant trend with a robust SuperTrend, adjustable to your preferences (customizable multiplier and period).
- **Dynamic ZLEMA**: Get a zero-lag EMA curve with a visual signal. Additionally, the ZLEMA turns blue when it’s nearly flat, helping you easily spot market consolidation phases.
- **MACD DEMA**: An enhanced version of the traditional MACD, using the Double EMA to capture more responsive buy/sell cross signals. 📊
- **Buy/Sell Signals**: Visual arrows clearly indicate potential entry and exit points on your chart, filtered by MACD crossovers and the SuperTrend trend.
- **Smart Time Filter (GMT+2)**: This script adapts to trading hours (customizable) and only displays signals during trading hours. The background turns light blue when the market is closed, preventing confusion during inactivity periods. 🕒
⚙️ Full Customization:
- Adjustable trading hours (default 9 AM to 5 PM in GMT+2) with dynamic background indicating when markets are closed.
- Flexible settings for SuperTrend, ZLEMA, and MACD DEMA to suit any strategy.
🎯 Why Choose This Indicator?
- Optimized for maximum precision with advanced algorithms like ZLEMA and DEMA.
- Easy to use: it provides clear, visual signals directly on the chart—no need to decipher complex indicators.
- A complete intraday and swing indicator that combines trend analysis and signal filtering with precise market hours.
🚀 Boost Your Trading!
Add this indicator to your toolkit and enhance your decision-making. Thanks to its intuitive interface and clear visual signals, you can trade with confidence. 💡
Don't forget to like 👍 and comment if you find this indicator useful! Your feedback helps us continue improving such tools. 🚀
📌 How to Use:
1. Add the indicator to your chart.
2. Adjust the SuperTrend and ZLEMA settings to suit your needs.
3. Follow the buy/sell signals and watch for the light blue background outside of trading hours.
4. Trade effectively and stay in control, even during consolidation phases.
MidnightQuant Buy/Exit SignalsThe MidnightQuant Indicator is a sophisticated trend-following tool designed for traders seeking an edge in market analysis through a multi-symbol, multi-timeframe approach. Built on an enhanced Supertrend algorithm, this indicator goes beyond traditional trend-following methods by integrating advanced features that cater to both novice and experienced traders. Its unique design provides comprehensive market insights, empowering traders to make informed decisions with confidence.
Keep in mind that it was tested mainly with higher timeframes, 4H, 1D, 1W.
Overview:
MidnightQuant is specifically engineered to simplify the complexity of market analysis by monitoring and analyzing multiple currency pairs simultaneously. It combines trend detection, reversal signals, and a user-friendly dashboard to present a holistic view of market conditions. Whether you're trading a single asset or managing a portfolio, MidnightQuant delivers actionable insights in real-time.
Key Features:
Multi-Symbol Trend Analysis:
MidnightQuant's most distinguishing feature is its ability to track and analyze up to ten different currency pairs simultaneously. Unlike traditional indicators that focus on a single asset, this multi-symbol capability provides a broader view of market dynamics, allowing traders to identify correlations and divergences across various pairs. This is particularly useful for traders who want to confirm the strength of a trend across different markets before making a trading decision.
Enhanced Supertrend Algorithm:
At the core of MidnightQuant lies an optimized Supertrend algorithm that has been fine-tuned for both accuracy and responsiveness. The algorithm calculates trend directions by factoring in average true range (ATR) data, which helps in identifying significant price movements while filtering out market noise. This results in more reliable trend detection and fewer false signals, making it a powerful tool for trend-following strategies.
Intuitive Dashboard Display:
The MidnightQuant dashboard is designed to centralize critical information, making it accessible at a glance. It displays four key columns: Potential Reversals, Confirmed Reversals, Bullish Trends, and Bearish Trends. Each column provides a quick summary of the current market state for all tracked symbols, allowing traders to see where potential opportunities lie. This streamlined presentation reduces the need for constant chart monitoring and helps traders focus on the most promising setups.
Visual Signals and Candlestick Integration:
MidnightQuant enhances chart readability by incorporating visual signals directly on the price chart. Buy and sell signals are clearly marked at points where trend reversals are detected, providing immediate entry and exit cues. Additionally, the indicator color-codes candlesticks according to the current trend direction—purple for bullish and light lavender for bearish—enabling traders to instantly gauge market sentiment.
Customizable Alerts:
The indicator includes flexible alert conditions that can be customized according to your trading preferences. Alerts are triggered for trend direction changes, providing timely notifications for potential buy or sell opportunities. This feature is invaluable for traders who need to stay informed of market movements even when they are not actively monitoring their charts.
Trend Reversal Detection:
One of MidnightQuant's core functionalities is its ability to detect and signal trend reversals. The indicator monitors changes in the trend direction with precision, helping traders to identify potential turning points in the market. This feature is particularly useful for swing traders and those who aim to capitalize on shifts in market momentum.
Customizable Settings:
The indicator comes with various settings that allow traders to tailor it to their specific needs. From selecting which symbols to track to adjusting the sensitivity of the Supertrend algorithm, users have full control over how the indicator behaves. This customization ensures that MidnightQuant can be adapted to different trading styles and strategies.
How It Works:
MidnightQuant uses a proprietary calculation based on the Supertrend algorithm, which leverages ATR to dynamically adjust to market volatility. The indicator tracks the midpoint of each trading range and applies a factor that defines the threshold for trend changes. When the closing price crosses this threshold, a new trend is identified, and corresponding signals are generated.
The multi-symbol feature is powered by the request.security function, which allows MidnightQuant to pull in data from multiple symbols and timeframes. This data is then processed through the Supertrend algorithm to determine the trend direction for each symbol, which is subsequently displayed on the dashboard.
The indicator also includes a built-in dashboard that provides a summarized view of market conditions, including potential and confirmed reversals, as well as current trend directions. This dashboard updates in real-time, giving traders a continuously updated snapshot of market sentiment across multiple assets.
Use Cases:
Swing Traders: The trend reversal detection and real-time alerts help swing traders identify potential entry and exit points, making it easier to capitalize on market swings.
Multi-Timeframe (MTF) Dashboard by RiTzMulti-Timeframe Dashboard
Shows values of different Indiactors on Multiple-Timeframes for the selected script/symbol
VWAP : if LTP is trading above VWAP then Bullish else if LTP is trading below VWAP then Bearish.
ST(21,1) : if LTP is trading above Supertrend (21,1) then Bullish , else if LTP is trading below Supertrend (21,1) then Bearish.
ST(14,2) : if LTP is trading above Supertrend (14,2) then Bullish , else if LTP is trading below Supertrend (14,2) then Bearish.
ST(10,3) : if LTP is trading above Supertrend (10,3) then Bullish , else if LTP is trading below Supertrend (10,3) then Bearish.
RSI(14) : Shows value of RSI (14) for the current timeframe.
ADX : if ADX is > 75 and DI+ > DI- then "Bullish ++".
if ADX is < 75 but >50 and DI+ > DI- then "Bullish +".
if ADX is < 50 but > 25 and DI+ > DI- then "Bullish".
if ADX is above 75 and DI- > DI+ then "Bearish ++".
if ADX is < 75 but > 50 and DI- > DI+ then "Bearish+".
if ADX is < 50 but > 25 and DI- > DI+ then "Bearish".
if ADX is < 25 then "Neutral".
MACD : if MACD line is above Signal Line then "Bullish", else if MACD line is below Signal Line then "Bearish".
PH-PL : "< PH > PL" means LTP is trading between Previous Timeframes High(PH) & Previous Timeframes Low(PL) which indicates Rangebound-ness.
"> PH" means LTP is trading above Previous Timeframes High(PH) which indicates Bullish-ness.
"< PL" means LTP is trading below Previous Timeframes Low(PL) which indicates Bearish-ness.
Alligator : If Lips > Teeth > Jaw then Bullish.
If Lips < Teeth < Jaw then Bearish.
If Lips > Teeth and Teeth < Jaw then Neutral/Sleeping.
If Lips < Teeth and Teeth > Jaw then Neutral/Sleeping.
Settings :
Style settings :-
Dashboard Location: Location of the dashboard on the chart
Dashboard Size: Size of the dashboard on the chart
Bullish Cell Color: Select the color of cell whose value is showing Bullish-ness.
Bearish Cell Color: Select the color of cell whose value is showing Bearish-ness.
Neutral Cell Color: Select the color of cell whose value is showing Rangebound-ness.
Cell Transparency: Select Transparency of cell.
Column Settings :-
You can select which Indicators values should be displayed/hidden.
Timeframe Settings :-
You can select which timeframes values should be displayed/hidden.
Note :- I'm not a pro Developer/Coder , so if there are any mistakes or any suggestions for improvements in the code then do let me know!
Note :- Use in Live market , might show wrong values for timeframes other than current timeframe in closed market!!
Nifty / Banknifty Dashboard by RiTzNifty / Banknifty Dashboard :
Shows Values of different Indicators on current Timeframe for the selected Index & it's main constituents according to weightage in index.
customized for Nifty & Banknifty (You can customize it according to your needs for the markets/indexes you trade in)
Interpretation :-
VWAP : if LTP is trading above VWAP then Bullish else if LTP is trading below VWAP then Bearish.
ST(21,1) : if LTP is trading above Supertrend (21,1) then Bullish , else if LTP is trading below Supertrend (21,1) then Bearish.
ST(14,2) : if LTP is trading above Supertrend (14,2) then Bullish , else if LTP is trading below Supertrend (14,2) then Bearish.
ST(10,3) : if LTP is trading above Supertrend (10,3) then Bullish , else if LTP is trading below Supertrend (10,3) then Bearish.
RSI(14) : Shows value of RSI (14) for the current timeframe.
ADX : if ADX is > 75 and DI+ > DI- then "Bullish ++".
if ADX is < 75 but >50 and DI+ > DI- then "Bullish +".
if ADX is < 50 but > 25 and DI+ > DI- then "Bullish".
if ADX is above 75 and DI- > DI+ then "Bearish ++".
if ADX is < 75 but > 50 and DI- > DI+ then "Bearish+".
if ADX is < 50 but > 25 and DI- > DI+ then "Bearish".
if ADX is < 25 then "Neutral".
MACD : if MACD line is above Signal Line then "Bullish", else if MACD line is below Signal Line then "Bearish".
PDH-PDL : "< PDH > PDL" means LTP is trading between Previous Days High(PDH) & Previous Days Low(PDL) which indicates Rangebound-ness.
"> PDH" means LTP is trading above Previous Days High(PDH) which indicates Bullish-ness.
"< PDL" means LTP is trading below Previous Days Low(PDL) which indicates Bearish-ness.
Alligator : If Lips > Teeth > Jaw then Bullish.
If Lips < Teeth < Jaw then Bearish.
If Lips > Teeth and Teeth < Jaw then Neutral/Sleeping.
If Lips < Teeth and Teeth > Jaw then Neutral/Sleeping.
Settings :
Style settings :-
Dashboard Location: Location of the dashboard on the chart
Dashboard Size: Size of the dashboard on the chart
Bullish Cell Color: Select the color of cell whose value is showing Bullish-ness.
Bearish Cell Color: Select the color of cell whose value is showing Bearish-ness.
Neutral Cell Color: Select the color of cell whose value is showing Rangebound-ness.
Cell Transparency: Select Transparency of cell.
Columns Settings :-
You can select which Indicators values should be displayed/hidden.
Rows Settings :-
You can select which Stocks/Symbols values should be displayed/hidden.
Symbol Settings :-
Here you can select the Index & Stocks/Symbols
Dashboard for Index : select Nifty/Banknifty
if you select Nifty then Nifty spot, Nifty current Futures and the stocks with most weightage in Nifty index will be displayed on the Dashboard/Table.
if you select Banknifty then Banknifty spot, Banknifty current Futures and the stocks with most weightage in Banknifty index will be displayed on the Dashboard/Table.
You can Customise it according to your needs, you can choose any Symbols you want to use.
Note :- This is inspired from "RankDelta" by AsitPati and "Nifty and Bank Nifty Dashboard v2" by cvsk123 (Both these scripts are closed source!)
I'm not a pro Developer/Coder , so if there are any mistakes or any suggestions for improvements in the code then do let me know!
[blackcat] L5 Banker Fund Flow Trend Oscillator X Level: 5
Background
The large funds or banker fund are often referred to as Whale. Whale can have a significant impact on the price movements in various markets, especially in cryptocurrency . Therefore, how to monitor Whale trends is of great significance both in terms of fundamentals and technical aspects. I had published (blackcat1402) L3 Banker Fund Flow Trend Oscillator as open sourced version. Since this indicator is one of the most popular indicators in my collections. Many requested advanced features and improvements on accuracy. Here is the link of free version of L3 Banker Fund Flow Trend Oscillator:
Function
L5 Banker Fund Flow Trend Oscillator X can give you a model of complete banker fund flow operation in cycles. Compared to L3 free and open source version, it contains more advanced algorithms to provide entries. It is comprehensive to disclose the price trend with dynamic overbought and oversold tables. Compared to L4, which is also powerful, but they are using different banker fund engines. L4 is more suitable for those who have been used to L3 already. L5 is slightly different in visual effect and algorithm core, which is much different to L4 and L3. It can depict much clearer trajectory of banker fund as an oscillator. That is the reason why I list this as Level 5, which is closed source and invited-only. Unlike L4, whose cycle of banker fund flow may have 5 steps in max as entry, increase position, decrease position, exit, and weak rebound for exit, L5 only have buy and sell signal with a customized entry signal filter to filter out crowded entry signals.
This indicator derives from "(blackcat) L3 Banker Fund Flow Trend Oscillator". Therefore, it is an oscillator indicator with overbought and oversold threshold levels. However, it combine several novel indicators together but mainly focus on Whale Jump (Whale Pump and Whale Dump), Blackcat1402 featured supertrend indicator (entry signal = supertrend && oscillator signal), trading risk assessment indicator.
In case you are not familiar my indicators:
(blackcat) L5 Whales Jump Out of Ocean X:
(blackcat) L1 Trading Risk Assessment Indicator (I inverted it in this indicator here):
(blackcat) L4 Banker Fund Flow Trend Oscillator:
Indicator Set
Banker Fund Flow Trend Oscillator X, providing swing oscillator and entry signal.
Blackcat1402 Featured Supertrend, providing colors (green for bull and red for bear) on CurrentSafetyLevel of "Trading Risk Assessment Indicator".
Whales Jump Out of Ocean X, whale pumps and dumps
Trading Risk Assessment Indicator, output CurrentSafetyLevel, which is a large time frame oscillator ranging from overbought and oversold zones.
Inputs
EntryFiltPeriod --> Entry Signal Filter Period, default value is 5, which means crowded entry signal in future 5 bars will be ignored.
Safe Bottom --> User defined safe bottom threshold.
Risky Top --> User defined risky top threshold.
Oscillator Center --> define the center value of Oscillator X, which will influence long entry signal generation
Whale Scaler --> A scaling factor input to see whale dumps and pump more clearly in vision.
The other inputs --> Oscillator divergence inputs.
Golden Cross --> According to community feedbacks, popular L3 Yellow Candles for Banker Fund Entry are added Now. It is represented as a Yellow Cross and You can activate and deactivate them in indicator settings.
Dynamic OS/OB tables --> They are hidden commonly but appear only when OB or OS is happening on top right corner or bottom right corner respectively. Values are visiable for you to judge instant trend reversals.
Key Signal
Yellow bars --> Oscillator long
Fuchsia bars --> Oscillator short
Green columns --> CurrentSafetyLevel values and Supertrend long
Red columns --> CurrentSafetyLevel values and Supertrend short
Fuchsia Zone --> Overbought region
Yellow Zone --> Oversold region
Buy-Sell Labels --> "AND" output of Supertrend and Oscillator Entry Signal: Green for "Buy" and Red for "Sell".
Bull-Bear Labels --> Oscillator divergence signal: Yellow for "Bull" and Fuchsia for "Bear".
Long Whales / Banker Pump--> fuchsia and red stick bars (Motive waves with fuchsia color; corrective waves with red color)
Short Whales / Banker Dump --> yellow and red green stick bars (Motive waves with yellow color; corrective waves with green color)
Pros and Cons
Suitable for discretionary trading and auto trading with alerts.
Intuitive and effective, the output signal is more reliable after multi-indicator resonance.
Remarks
My first L5 indicator published
Closed-source
Invite-only
Subscription
500 Tradingview Coins per Monthly Sub.
500X10 Tradingview Coins per Yearly Sub.
ATR Stop-Loss & TargetsATR and Supertrend-based SL/TP & Trailing System
This indicator combines Average True Range (ATR) and Supertrend logic to help traders define precise stop-loss, first target, and trailing stop-loss (TSL) levels.
⚙️ Key Features:
📏 ATR-based Stop-Loss & Target Lines:
Uses ATR (default period: 5) based on the previous day's candle for more stable risk management.
Traders can choose the price source: Close, Open, or enter a manual price.
SL and first target are calculated using multipliers:
Multiplier 1 = Stop Loss
Multiplier 2 = First Target
📉 Supertrend for Trailing Stop:
Built-in Supertrend logic for trailing stop-loss management.
Uses ATR(10) with a multiplier of 2.1, based on HL2.
Supertrend can be toggled ON/OFF from the settings.
Falcon SignalsThis script is a TradingView Pine Script for a trading strategy called "Falcon Signals." It combines multiple technical indicators and strategies to generate buy and sell signals. Here’s a breakdown of what the script does:
1. Supertrend Indicator:
The script calculates the Supertrend indicator using the Average True Range (ATR) and a specified multiplier (factor). The Supertrend is used to define the trend direction, with a green line for an uptrend and a red line for a downtrend.
2. EMA (Exponential Moving Average):
Two EMAs are used: a fast EMA (9-period) and a slow EMA (21-period). The script checks for crossovers of the fast EMA above or below the slow EMA as a basis for buying and selling signals.
3. RSI (Relative Strength Index):
The RSI (14-period) is used to measure the momentum of the price. A buy signal is generated when the RSI is less than 70, while a sell signal is generated when it’s greater than 30.
4. Take Profit (TP) and Stop Loss (SL):
The script allows users to set custom percentages for take profit and stop loss. The take profit is set at a certain percentage above the entry price for buy signals, and the stop loss is set at a percentage below the entry price, and vice versa for sell signals.
5. Trailing Stop:
A trailing stop can be enabled, which dynamically adjusts the stop loss level as the price moves in the favorable direction. If the price moves against the position by a certain trailing percentage, the position will be closed.
6. Engulfing Patterns:
The script checks for bullish and bearish engulfing candlestick patterns, indicating potential reversals. A bullish engulfing pattern is marked with a teal label ("🔄 Reversal Up"), and a bearish engulfing pattern is marked with a fuchsia label ("🔄 Reversal Down").
7. Plotting:
The script plots various indicators and signals:
Entry line: Shows where the buy or sell signal is triggered.
Take profit and stop loss levels are plotted as lines.
EMA and Supertrend lines are plotted on the chart.
Trailing stop line, if enabled, is also plotted.
8. Buy and Sell Labels:
The script places labels on the chart when buy or sell signals are triggered, indicating the price at which the order should be placed.
9. Exit Line:
The script plots an exit line when the trailing stop is hit, signaling when a position should be closed.
10. Alerts:
Alerts are set for both buy and sell signals, notifying the trader when to act based on the strategy's conditions.
This strategy combines trend-following (Supertrend), momentum (RSI), and price action patterns (EMA crossovers and engulfing candlestick patterns) to generate trade signals. It also offers the flexibility of take profit, stop loss, and trailing stop features.
SUPeR TReND 2.718An evolved version of the classic Supertrend, SUPeR TReND 2.718 is built to deliver elegant, high-precision trend detection using Euler's constant (e = 2.718) as its default multiplier. Designed for clarity and visual flow, this indicator brings together smooth line work, intelligent color logic, and a minimalistic tally system that tracks trend persistence — all in a highly customizable, overlay-ready format.
Unlike traditional implementations, this version maintains line visibility regardless of fill opacity, ensuring crisp tracking even in complex environments. Ideal for traders who value both aesthetics and actionable structure.
__________________________________________________________
🔑 Key Features:
- 📐 ATR-based Supertrend with default multiplier = e (2.718)
- 📉 Dynamic trend line with optional fill beneath price
- ⏳ Trend duration tally label (count-only or full format)
- ⬆️ Higher-timeframe Supertrend overlay (optional)
- 🟢 Directional candle coloring for clarity
- 🟡 Subtle anchor line to guide perception without clutter
- ⚙️ PineScript v6 compliant, efficient and modular
__________________________________________________________
🧠 Interpretation Guide:
- The Supertrend line tracks trend support or resistance — beneath price in uptrends, above in downtrends.
- The shaded fill reflects direction with 70% transparency.
- The trend tally label counts how long the current trend has lasted.
- Candle colors confirm direction without overtaking price action.
- The optional HTF line shows higher-timeframe context.
- A soft yellow anchor line stabilizes the fill relationship without distraction.
__________________________________________________________
⚙️ Inputs & Controls:
- ✏️ ATR Length – Volatility lookback
- 🧮 Multiplier – Default = 2.718 (Euler's number)
- 🕰️ Higher Timeframe – Choose your bias frame
- 👁️ Show HTF / Main – Toggle each trend layer
- 🧾 Show Label / Simplify – Show trend duration, with or without arrows
- 🎨 Color Candles – Turn directional bar coloring on or off
- 🪄 Show Fill – Toggle the shaded visual rhythm
- 🎛️ All visuals use tuned colors and transparencies for clarity
__________________________________________________________
🚀 Best Practices:
- ✅ Works on any time frame; shines on 1h v. 1D
- 🔁 Use the HTF line for macro bias filtering
- 📊 Combine with volume or liquidity overlays for edge
- 🧱 Use as a structural base layer with minimalist stacks
__________________________________________________________
📈 Strategy Tips:
- 🧭 MTF Trend Alignment: Enable the HTF line to filter trades. If the HTF trend is up, only take longs on the lower frame, and vice versa.
- 🔁 Pullback Entries: During a strong trend, consider short-term dips below the Supertrend line as possible re-entry zones — only if HTF remains aligned.
- ⏳ Tally for Exhaustion: When the bar count exceeds 15+, look for confluence (volume divergence, key levels, reversal signals).
- ⚠️ HTF Flip + Extended Trend: When the HTF trend reverses while the main trend is extended, that may be a macro exit or fade signal.
- 🚫 Solo Mode: Disable HTF and use the main trend + tally as a standalone signal layer.
- 🧠 Swing Setup Friendly: Especially powerful on 1D or 1h in swing systems or trend-based grid strategies.
Buy Sell Indicator - MicroStrategiesOverview :
The "Buy Sell Indicator - MicroStrategies" is designed to provide traders with dynamic buy and sell signals based on an adaptive channel and supertrend approach. This script is unique as it combines standard supertrend methodology with a custom channel logic to adapt more effectively to market conditions, enhancing the identification of trend reversals.
Key Features:
Adaptive Channel Logic: Utilizes a calculated channel, defined by the highest and lowest prices over a specified period, to adjust the trend sensitivity dynamically. This helps in accurately identifying potential buy and sell zones by incorporating price volatility.
Supertrend Integration: Integrates with a modified supertrend function that uses the adaptive channel to set trend thresholds. This combination allows the script to filter out less significant movements and focus on substantial trends, minimizing false signals.
Signal Alerts: Provides visual and alert-based signals for entering (Buy) and exiting (Sell) trades, enhancing user interaction and trade execution timing.
Usefulness: This indicator is particularly useful for traders who engage in medium to long-term trading strategies. It helps in determining optimal entry and exit points, thereby aiding in risk management and profit maximization.
How It Works:
The script calculates the high and low channel limits over a user-defined length.
It then calculates a range from these limits and sets upper and lower thresholds based on the trend sensitivity input.
Buy signals are generated when the price crosses above the adaptive upper limit, suggesting an upward trend.
Sell signals are triggered when the price crosses below the adaptive lower limit, indicating a potential downward trend.
How to Use:
Apply the indicator to any chart.
Adjust the trendSensitivity, channelLength, and atrLookback parameters according to your trading preferences.
Use the buy (B) and sell (S) labels to guide your trading decisions.
Originality: This script is original in its approach by merging traditional supertrend indicators with a customized channel-based method to refine signal accuracy and responsiveness to market changes. This dual approach helps in better capitalizing on trends and avoiding sideways market phases.
Performance Claims: No unrealistic performance or profitability claims are made about this script. Traders should use this tool as part of a comprehensive trading strategy, considering risk management and market conditions. Past performance does not guarantee future results, and users should test the script in different market environments.
Disclaimer: This script does not guarantee earnings. Traders should use it at their discretion and in conjunction with other analytical tools.
Conclusion: The "Buy Sell Indicator - MicroStrategies" offers an innovative combination of trend detection methodologies tailored to enhance trading strategies through precise signal generation. Its design is focused on providing clear, actionable trading signals to assist in decision-making processes.
CauchyTrend [InvestorUnknown]The CauchyTrend is an experimental tool that leverages a Cauchy-weighted moving average combined with a modified Supertrend calculation. This unique approach provides traders with insight into trend direction, while also offering an optional ATR-based range analysis to understand how often the market closes within, above, or below a defined volatility band.
Core Concepts
Cauchy Distribution and Gamma Parameter
The Cauchy distribution is a probability distribution known for its heavy tails and lack of a defined mean or variance. It is characterized by two parameters: a location parameter (x0, often 0 in our usage) and a scale parameter (γ, "gamma").
Gamma (γ): Determines the "width" or scale of the distribution. Smaller gamma values produce a distribution more concentrated near the center, giving more weight to recent data points, while larger gamma values spread the weight more evenly across the sample.
In this indicator, gamma influences how much emphasis is placed on values closer to the current price versus those further away in time. This makes the resulting weighted average either more reactive or smoother, depending on gamma’s value.
// Cauchy PDF formula used for weighting:
// f(x; γ) = (1/(π*γ)) *
f_cauchyPDF(offset, gamma) =>
numerator = gamma * gamma
denominator = (offset * offset) + (gamma * gamma)
pdf = (1 / (math.pi * gamma)) * (numerator / denominator)
pdf
A chart showing different Cauchy PDFs with various gamma values, illustrating how gamma affects the weight distribution.
Cauchy-Weighted Moving Average (CWMA)
Using the Cauchy PDF, we calculate normalized weights to create a custom Weighted Moving Average. Each bar in the lookback period receives a weight according to the Cauchy PDF. The result is a Cauchy Weighted Average (cwm_avg) that differs from typical moving averages, potentially offering unique sensitivity to price movements.
// Summation of weighted prices using Cauchy distribution weights
cwm_avg = 0.0
for i = 0 to length - 1
w_norm = array.get(weights, i) / sum_w
cwm_avg += array.get(values, i) * w_norm
Supertrend with a Cauchy Twist
The indicator integrates a modified Supertrend calculation using the cwm_avg as its reference point. The Supertrend logic typically sets upper and lower bands based on volatility (ATR), and flips direction when price crosses these bands.
In this case, the Cauchy-based average replaces the usual baseline, aiming to capture trend direction via a different weighting mechanism.
When price closes above the upper band, the trend is considered bullish; closing below the lower band signals a bearish trend.
ATR Stats Range (Optional)
Beyond the fundamental trend detection, the indicator optionally computes ATR-based stats to understand price distribution relative to a volatility corridor centered on the cwm_avg line:
Volatility Range:
Defined as cwm_avg ± (ATR * atr_mult), this range creates upper and lower bands. Turning on atr_stats computes how often the daily close falls: Within the range, Above the upper ATR boundary, Below the lower ATR boundary, Within the range but above cwm_avg, Within the range but below cwm_avg
These statistics can help traders gauge how the market behaves relative to this volatility envelope and possibly identify if the market tends to revert to the mean or break out more often.
Backtesting and Performance Metrics
The code is integrated with a backtesting library that allows users to assess strategy performance historically:
Equity Curve Calculation: Compares CauchyTrend-based signals against the underlying asset.
Performance Metrics Table: Once enabled, displays key metrics such as mean returns, Sharpe Ratio, Sortino Ratio, and more, comparing the strategy to a simple Buy & Hold approach.
Alerts and Notifications
The indicator provides Alerts for key events:
Long Alert: Triggered when the trend flips bullish.
Short Alert: Triggered when the trend flips bearish.
Customization and Calibration
Important: The default parameters are not optimized for any specific instrument or time frame. Traders should:
Adjust the length and gamma parameters to influence how sharply or broadly the cwm_avg reacts to price changes.
Tune the atr_len and atr_mult for the Supertrend logic to better match the asset’s volatility characteristics.
Experiment with atr_stats on/off to see if that additional volatility distribution information provides helpful insights.
Traders may find certain sets of parameters that align better with their preferred trading style, risk tolerance, or asset volatility profile.
Disclaimer: This indicator is for educational and informational purposes only. Past performance in backtesting does not guarantee future results. Always perform due diligence, and consider consulting a qualified financial advisor before trading.
WhalenatorThis custom TradingView indicator combines multiple analytic techniques to help identify potential market trends, areas of support and resistance, and zones of heightened trading activity. It incorporates a SuperTrend-like line based on ATR, Keltner Channels for volatility-based price envelopes, and dynamic order blocks derived from significant volume and pivot points. Additionally, it highlights “whale” activities—periods of exceptionally large volume—along with an estimated volume profile level and approximate bid/ask volume distribution. Together, these features aim to offer traders a more comprehensive view of price structure, volatility, and institutional participation.
This custom TradingView indicator integrates multiple trading concepts into a single, visually descriptive tool. Its primary goal is to help traders identify directional bias, volatility levels, significant volume events, and potential support/resistance zones on a price chart. Below are the main components and their functionalities:
SuperTrend-Like Line (Trend Bias):
At the core of the indicator is a trend-following line inspired by the SuperTrend concept, which uses Average True Range (ATR) to adaptively set trailing stop levels. By comparing price to these levels, the line attempts to indicate when the market is in an uptrend (price above the line) or a downtrend (price below the line). The shifting levels can provide a dynamic sense of direction and help traders stay with the predominant trend until it shifts.
Keltner Channels (Volatility and Range):
Keltner Channels, based on an exponential moving average and Average True Range, form volatility-based envelopes around price. They help traders visualize whether price is extended (touching or moving outside the upper/lower band) or trading within a stable range. This can be useful in identifying low-volatility consolidations and high-volatility breakouts.
Dynamic Order Blocks (Approximations of Supply/Demand Zones):
By detecting pivot highs and lows under conditions of significant volume, the indicator approximates "order blocks." Order blocks are areas where institutional buying or selling may have occurred, potentially acting as future support or resistance zones. Although these approximations are not perfect, they offer a visual cue to areas on the chart where price might react strongly if revisited.
Volume Profile Proxy and Whale Detection:
The indicator highlights price levels associated with recent maximum volume activity, providing a rough "volume profile" reference. Such levels often become key points of price interaction.
"Whale" detection logic attempts to identify bars where exceptionally large volume occurs (beyond a defined threshold). By tracking these "whale bars," traders can infer where heavy participation—often from large traders or institutions—may influence market direction or create zones of interest.
Approximate Bid/Ask Volume and Dollar Volume Tracking:
The script estimates whether volume within each bar leans more towards the bid or the ask side, aiming to understand which participant (buyers or sellers) might have been more aggressive. Additionally, it calculates dollar volume (close price multiplied by volume) and provides an average to gauge the relative participation strength over time.
Labeling and Visual Aids:
Dynamic labels display Whale Frequency (the ratio of bars with exceptionally large volume), average dollar volume, and approximate ask/bid volume metrics. This gives traders at-a-glance insights into current market conditions, participation, and sentiment.
Strengths:
Multifaceted Analysis:
By combining trend, volatility, volume, and order block logic in one place, the indicator saves chart space and simplifies the analytical process. Traders gain a holistic view without flipping between multiple separate tools.
Adaptable to Market Conditions:
The use of ATR and Keltner Channels adapts to changing volatility conditions. The SuperTrend-like line helps keep traders aligned with the prevailing trend, avoiding constant whipsaws in choppy markets.
Volume-Based Insights:
Integrating whale detection and a crude volume profile proxy helps traders understand where large players might be interacting. This perspective can highlight critical levels that might not be evident from price action alone.
Convenient Visual Cues and Labels:
The indicator provides quick reference points and textual information about the underlying volume dynamics, making decision-making potentially faster and more informed.
Weaknesses:
Heuristic and Approximate Nature:
Many of the indicator’s features, like the "order blocks," "whale detection," and the approximate bid/ask volume, rely on heuristics and assumptions that may not always be accurate. Without actual Level II data or true volume profiles, the insights are best considered as supplementary, not definitive signals.
Lagging Components:
Indicators that rely on past data, like ATR-based trends or moving averages for Keltner Channels, inherently lag behind price. This can cause delayed signals, particularly in fast-moving markets, potentially missing some early opportunities or late in confirming market reversals.
No Guaranteed Predictive Power:
As with any technical tool, it does not forecast the future with certainty. Strong volume at a certain level or a bullish SuperTrend reading does not guarantee price will continue in that direction. Market conditions can change unexpectedly, and false signals will occur.
Complexity and Overreliance Risk:
With multiple signals combined, there’s a risk of information overload. Traders might feel compelled to rely too heavily on this one tool. Without complementary analysis (fundamentals, news, or additional technical confirmation), overreliance on the indicator could lead to misguided trades.
Conclusion:
This integrated indicator offers a comprehensive visual guide to market structure, volatility, and activity. Its strength lies in providing a multi-dimensional viewpoint in a single tool. However, traders should remain aware of its approximations, inherent lags, and the potential for conflicting signals. Sound risk management, position sizing, and the use of complementary analysis methods remain essential for trading success.
Risks Associated with Trading:
No indicator can guarantee profitable trades or accurately predict future price movements. Market conditions are inherently unpredictable, and reliance on any single tool or combination of tools carries the risk of financial loss. Traders should practice sound risk management, including the use of stop losses and position sizing, and should not trade with funds they cannot afford to lose. Ultimately, decisions should be guided by a thorough trading plan and possibly supplemented with other forms of market analysis or professional advice.
Risks and Important Considerations:
• Not a Standalone Tool:
• This indicator should not be used in isolation. It is essential to incorporate additional technical analysis tools, fundamental analysis, and market context when making trading decisions.
• Relying solely on this indicator may lead to incomplete assessments of market conditions.
• Market Volatility and False Signals:
• Financial markets can be highly volatile, and indicators based on historical data may not accurately predict future movements.
• The indicator may produce false signals due to sudden market changes, low liquidity, or atypical trading activity.
• Risk Management:
• Always employ robust risk management strategies, including setting stop-loss orders, diversifying your portfolio, and not over-leveraging positions.
• Understand that no indicator guarantees success, and losses are a natural part of trading.
• Emotional Discipline:
• Avoid making impulsive decisions based on indicator signals alone.
• Emotional trading can lead to significant financial losses; maintain discipline and adhere to a well-thought-out trading plan.
• Continuous Learning and Adaptation:
• Stay informed about market news, economic indicators, and global events that may impact trading conditions.
• Continuously evaluate and adjust your trading strategies as market dynamics evolve.
• Consultation with Professionals:
• Consider seeking advice from financial advisors or professional traders to understand better how this indicator can fit into your overall trading strategy.
• Professional guidance can provide personalized insights based on your financial goals and risk tolerance.
Disclaimer:
Trading financial instruments involves substantial risk and may not be suitable for all investors. Past performance is not indicative of future results. This indicator is provided for informational and educational purposes only and should not be considered investment advice. Always conduct your own research and consult with a licensed financial professional before making any trading decisions.
Note: The effectiveness of any technical indicator can vary based on market conditions and individual trading styles. It's crucial to test indicators thoroughly using historical data and possibly paper trading before applying them in live trading scenarios.
OmniSoftwareIntroduction:
The OmniSoftware Indicator is an exclusive, invite-only tool meticulously designed for traders seeking to enhance their market insights and improve their trading strategies. This premium indicator combines multiple advanced techniques to offer users not only clear trend signals and market zones but also cutting-edge features like adaptive oscillators and customizable alerts. By integrating features typically found in various standalone indicators, OmniSoftware becomes a multi-purpose, all-in-one trading tool.
This invite-only script adheres strictly to TradingView's guidelines for invite-only indicators and is designed to provide superior functionality without revealing its underlying code or proprietary logic. If you’re looking for a powerful edge in volatile markets, OmniSoftware is the tool you need in your arsenal.
Key Features:
1. Dual Display Modes: SuperTrend Zones & Deviation Bands
OmniSoftware provides traders with the ability to switch between two key modes:
SuperTrend Zones: This mode dynamically adjusts to market conditions, highlighting areas where the trend is either strengthening or weakening. These zones are ideal for capturing trend continuations and potential reversals with a high degree of confidence. Unlike traditional trend indicators, OmniSoftware's SuperTrend Zones are enhanced with adaptive algorithms that respond to market volatility, ensuring that false signals are minimized.
Deviation Bands: In this mode, the indicator uses custom deviation bands based on statistical deviations from a moving average. These bands help identify extreme price levels, providing insight into potential mean-reversion opportunities. The Deviation Bands mode is particularly useful for identifying overbought and oversold conditions, capturing reversal points that standard deviation-based tools often miss.
2. Adaptive Z-Score Oscillator
At the heart of OmniSoftware is its unique Z-Score Oscillator, which is far more advanced than traditional Z-Score implementations. This oscillator:
Tracks volatility extremes by analyzing price movements relative to their historical averages.
Adapts dynamically to market conditions, automatically adjusting its sensitivity based on recent volatility. This ensures that the oscillator remains accurate even in rapidly changing markets.
Highlights overbought and oversold conditions, signaling potential reversal areas with unprecedented precision.
Unlike typical oscillators, which remain static and fail to adapt to changing market volatility, OmniSoftware's Z-Score Oscillator adjusts itself using advanced mathematical models to ensure relevance and accuracy in both high- and low-volatility environments. This provides users with a real-time gauge of potential turning points in the market, making it an invaluable tool for timing entries and exits.
3. Enhanced Trend Detection
The OmniSoftware Indicator uses a dual VWAP (Volume Weighted Average Price) calculation to gauge market trends. By analyzing volume data alongside price, it effectively filters out noise and delivers a reliable trend assessment. The result is a system that provides:
Clear visual representation of uptrends (blue candles) and downtrends (red candles).
Neutral zones (purple candles) when the market is consolidating or lacks clear direction.
This combination of price and volume ensures that the trends identified by OmniSoftware are robust and meaningful, giving traders the confidence to follow or fade the trend as appropriate.
4. Proprietary Signal Detection System
OmniSoftware’s advanced signal detection system is designed to generate high-confidence buy and sell signals:
Long signals are shown as diamonds below the price when market conditions suggest an optimal buying opportunity.
Short signals appear as diamonds above the price when a short trade may be more favorable.
These signals are backed by a unique blend of volume analysis, trend strength, and the indicator’s proprietary algorithms. The indicator differentiates between "full" and "partial" signals based on whether all conditions align for a high-probability trade. Additionally, the signals are further validated by volume trends, ensuring traders are only notified when significant market movements are expected.
5. Custom Alerts and Conditions
To help traders stay ahead of the market, OmniSoftware includes an extensive range of customizable alerts:
Price In Zone: Alerts are triggered when the price enters key SuperTrend or Deviation Band zones, providing traders with real-time information about critical market levels.
New Trigger Alerts: Automatically alert users when a new buy or sell signal is generated, allowing traders to act immediately on emerging opportunities.
Full Long/Short Signal Alerts: When all criteria are met for a high-probability long or short signal, the indicator triggers an alert, ensuring you’re never out of sync with the market’s most important moves.
These alerts are fully customizable, allowing traders to tailor them according to their specific strategies. Whether you're trading breakouts, reversals, or trend continuations, OmniSoftware’s alert system ensures you won’t miss an opportunity.
Customization & Flexibility
OmniSoftware is designed with the flexibility to suit a wide range of trading styles and preferences. Key customization features include:
Color Schemes: Traders can customize the color schemes for uptrend, downtrend, and neutral zones, allowing for a personalized trading experience.
Transparency Control: Adjust the transparency of plotted zones and bands to enhance chart readability while maintaining focus on essential areas.
Precision and Aesthetic Adjustments: Fine-tune the precision of price levels and zone representations to match your specific requirements.
Use Cases:
Trend Traders:
OmniSoftware is perfect for trend-following strategies, providing clear, reliable signals that help traders identify entry points within established trends. The combination of SuperTrend Zones and VWAP trend analysis ensures that traders can catch both early-stage and continuation trends.
Reversal Traders:
The Deviation Bands and Z-Score Oscillator are invaluable tools for reversal traders. By identifying overbought and oversold conditions with high accuracy, OmniSoftware enables traders to anticipate reversals at extreme price levels, offering prime opportunities for countertrend trades.
Breakout Traders:
With its ability to detect and highlight key price zones, OmniSoftware helps breakout traders identify areas where the price is likely to break out of a consolidation pattern or key level. The inclusion of volume-based confirmations ensures that breakouts are backed by significant market participation.
Compliance with TradingView’s Guidelines:
As per TradingView's rules and guidelines for invite-only scripts:
No Source Code Disclosure: OmniSoftware is an invite-only script, meaning the underlying code and logic are proprietary and are not shared with users.
Detailed Description: The description provided here gives a comprehensive overview of the indicator’s functionality and its unique features without revealing any proprietary formulas or exact coding details.
No Unauthorized Use: Access to this script is restricted to users with permission, maintaining compliance with TradingView's guidelines on intellectual property and the responsible sharing of scripts.
Proper Attribution: OmniSoftware is the intellectual property of OmegaTools, and all usage rights are governed by the terms provided upon invitation. Unauthorized sharing or distribution of this script is prohibited.
Conclusion:
The OmniSoftware Indicator offers an advanced suite of tools that not only track price and volume trends but also provide a comprehensive market view by analyzing volatility extremes, identifying key price zones, and delivering high-accuracy signals for both trend and reversal strategies. This is not your average trading indicator; OmniSoftware combines the best aspects of multiple indicators into a single, cohesive tool designed to give you a competitive edge in any market.
Traders who use OmniSoftware benefit from its robust, adaptive algorithms that adjust to market volatility, ensuring that signals remain relevant and reliable. Whether you are a novice or an experienced trader, the OmniSoftware Indicator is engineered to elevate your trading experience to the next level.
Disclaimer: This script is available on an invite-only basis and is for educational purposes only. Trading carries risk, and users should perform their own due diligence before making any trading decisions. OmegaTools does not guarantee profit and is not responsible for any trading losses that may occur from using this script.
Swiss Knife [MERT]Introduction
The Swiss Knife indicator is a comprehensive trading tool designed to provide a multi-dimensional analysis of the market. By integrating a wide array of technical indicators across multiple timeframes, it offers traders a holistic view of market sentiment, momentum, and potential reversal points. This indicator is particularly useful for traders looking to combine trend analysis, momentum indicators, volume data, and price action into a single, easy-to-read format.
---
Key Features
Multi-Timeframe Analysis : Evaluates indicators on Daily , 4-Hour , 1-Hour , and 15-Minute timeframes.
Comprehensive Indicator Suite : Incorporates MACD , Awesome Oscillator (AO) , Parabolic SAR , SuperTrend , DPO , RSI , Stochastic Oscillator , Bollinger Bands , Ichimoku Cloud , Chande Momentum Oscillator (CMO) , Donchian Channels , ADX , volume-based momentum indicators, Fractals , and divergence detection.
Market Sentiment Scoring : Aggregates signals from multiple indicators to provide an overall sentiment score.
Visual Aids : Displays EMA lines, trendlines, divergence signals, and a sentiment table directly on the chart.
Super Trend Reversal Signals : Identifies potential market reversal points by assessing the momentum of automated trading bots.
---
Explanation of Each Indicator
Moving Average Convergence Divergence (MACD)
- Purpose : Measures the relationship between two moving averages of price.
- Interpretation : A positive histogram suggests bullish momentum; a negative histogram indicates bearish momentum.
Awesome Oscillator (AO)
- Purpose : Gauges market momentum by comparing recent market movements to historic ones.
- Interpretation : Above zero indicates bullish momentum; below zero indicates bearish momentum.
Parabolic SAR (SAR)
- Purpose : Identifies potential reversal points in price direction.
- Interpretation : Dots below price suggest an uptrend; dots above price suggest a downtrend.
SuperTrend
- Purpose : Determines the prevailing market trend.
- Interpretation : Provides buy or sell signals based on price movements relative to the SuperTrend line.
Detrended Price Oscillator (DPO)
- Purpose : Removes trend from price to identify cycles.
- Interpretation : Values above zero suggest price is above the moving average; values below zero indicate it is below.
Relative Strength Index (RSI)
- Purpose : Measures the speed and change of price movements.
- Interpretation : Values above 50 indicate bullish momentum; values below 50 indicate bearish momentum.
Stochastic Oscillator
- Purpose : Compares a particular closing price to a range of its prices over a certain period.
- Interpretation : Values above 50 indicate bullish conditions; values below 50 indicate bearish conditions.
Bollinger Bands (BB)
- Purpose : Measures market volatility and provides relative price levels.
- Interpretation : Price above the middle band suggests bullishness; below the middle band suggests bearishness.
Ichimoku Cloud
- Purpose : Provides support and resistance levels, trend direction, and momentum.
- Interpretation : Bullish signals when price is above the cloud; bearish signals when price is below the cloud.
Chande Momentum Oscillator (CMO)
- Purpose : Measures momentum on both up and down days.
- Interpretation : Values above 50 indicate strong upward momentum; values below -50 indicate strong downward momentum.
Donchian Channels
- Purpose : Identifies volatility and potential breakouts.
- Interpretation : Price above the upper band suggests bullish breakout; below the lower band suggests bearish breakout.
Average Directional Index (ADX)
- Purpose : Measures the strength of a trend.
- Interpretation : DI+ above DI- indicates bullish trend; DI- above DI+ indicates bearish trend.
Volume Momentum Indicators (VolMom, CumVolMom, POCMom)
- Purpose : Analyze volume to assess buying and selling pressure.
- Interpretation : Positive values suggest bullish volume momentum; negative values indicate bearish volume momentum.
Fractals
- Purpose : Identify potential reversal points in the market.
- Interpretation : Up fractals may indicate a future downtrend; down fractals may indicate a future uptrend.
Divergence Detection
- Purpose : Identifies divergences between price and various indicators (RSI, MACD, Stochastic, OBV, MFI, A/D Line).
- Interpretation : Bullish divergences suggest potential upward reversal; bearish divergences suggest potential downward reversal.
- Note : This functionality utilizes the library from Divergence Indicator .
---
Coloring Scheme
Background Color
- Purpose : Reflects the overall market sentiment by combining sentiment scores from all indicators across different timeframes.
- Interpretation :
- Green Shades : Indicate bullish market sentiment.
- Red Shades : Indicate bearish market sentiment.
- Intensity : The strength of the color corresponds to the strength of the sentiment score.
Sentiment Table
- Purpose : Displays the status of each indicator across different timeframes.
- Interpretation :
- Green Cell : The indicator suggests a bullish signal.
- Red Cell : The indicator suggests a bearish signal.
- Percentage Score : Indicates the overall bullish or bearish sentiment on that timeframe.
Exponential Moving Averages (EMAs)
- Purpose : Provide dynamic support and resistance levels.
- Colors :
- EMA 10 : Lime
- EMA 20 : Yellow
- EMA 50 : Orange
- EMA 100 : Red
- EMA 200 : Purple
Trendlines
- Purpose : Visual representation of support and resistance levels based on pivot points.
- Interpretation :
- Upward Trendlines : Colored green , indicating support levels.
- Downward Trendlines : Colored red , indicating resistance levels.
- Note : Trendlines are drawn using the library from Simple Trendlines .
---
Utility of Market Sentiment
The indicator aggregates signals from multiple technical indicators across various timeframes to compute an overall market sentiment score . This comprehensive approach helps traders understand the prevailing market conditions by:
Confirming Trends : Multiple indicators pointing in the same direction can confirm the strength of a trend.
Identifying Reversals : Divergences and fractals can signal potential turning points.
Timeframe Alignment : Aligning signals across different timeframes can enhance the probability of successful trades.
---
Divergences
Divergence occurs when the price of an asset moves in the opposite direction of a technical indicator, suggesting a potential reversal.
- Bullish Divergence : Price makes a lower low, but the indicator makes a higher low.
- Bearish Divergence : Price makes a higher high, but the indicator makes a lower high.
The indicator detects divergences for:
RSI
MACD
Stochastic Oscillator
On-Balance Volume (OBV)
Money Flow Index (MFI)
Accumulation/Distribution Line (A/D Line)
By identifying these divergences, traders can spot early signs of trend reversals and adjust their strategies accordingly.
---
Trendlines
Trendlines are essential tools for identifying support and resistance levels. The indicator automatically draws trendlines based on pivot points:
- Upward Trendlines (Support) : Connect higher lows, indicating an uptrend.
- Downward Trendlines (Resistance) : Connect lower highs, indicating a downtrend.
These trendlines help traders visualize the trend direction and potential breakout or reversal points.
---
Super Trend Reversals (ST Reversal)
The core idea behind the Super Trend Reversals indicator is to assess the momentum of automated trading bots (often referred to as 'Supertrend bots') that enter the market during critical turning points. Specifically, the indicator is tuned to identify when the market is nearing bottoms or peaks, just before it shifts direction based on the triggered Supertrend signals. This approach helps traders:
Engage Early : Enter the market as reversal momentum builds up.
Optimize Entries and Exits : Enter under favorable conditions and exit before momentum wanes.
By capturing these reversal points, traders can enhance their trading performance.
---
Conclusion
The Swiss Knife indicator serves as a versatile tool that combines multiple technical analysis methods into a single, comprehensive indicator. By assessing various aspects of the market—including trend direction, momentum, volume, and price action—it provides traders with valuable insights to make informed trading decisions.
---
Citations
- Divergence Detection Library : Divergence Indicator by DevLucem
- Trendline Drawing Library : Simple Trendlines by HoanGhetti
---
Note : This indicator is intended for informational purposes and should be used in conjunction with other analysis techniques. Always perform due diligence before making trading decisions.
---
ProTrend Adaptive Indicator by TradingClueThe " ProTrend Adaptive " is an innovative trading indicator, aimed at offering traders an advanced method for detecting market trends with higher precision. This tool ingeniously integrates the principles of the Supertrend indicator with adaptive linear regression channels , enhancing its sensitivity to current market dynamics.
▯ Core Features ▯
✅ Trend Detection
At its heart, the ProTrend Adaptive utilizes a dual-approach for identifying trends. The first layer is derived from the Supertrend indicator, known for its effectiveness in highlighting ongoing trends using price average and volatility. This is visually represented by distinct red and green areas above or below the price candles, indicating bearish or bullish trends, respectively.
✅ Adaptive Linear Regression Channels
The second layer employs adaptive linear regression channels, which dynamically adjust their length based on the Average True Range (ATR), a measure of market volatility. This adaptability ensures the indicator remains attuned to changing market conditions, offering more relevant trend lines and signals.
✅ Signal Sensitivity
By leveraging the ATR not just in the Supertrend calculation but also to dynamically adjust the linear regression channels, the ProTrend Adaptive offers heightened sensitivity to market changes, ensuring traders receive timely and accurate signals.
✅ Entry Signals & Trend Strength
Entry points for potential trades are marked by triangles. Additionally, the indicator includes a feature that displays the strength of a trend through transparent bars below the candles, calculated using the Average Directional Index (ADX), providing users with valuable insight into the vigor of the trend.
▯ Importance of Adaptive Approach ▯
The adaptive nature of the ProTrend Adaptive's linear regression channels is crucial for its performance. Traditional linear regression channels are fixed in their period, which can render them less effective during periods of significant volatility shifts. By making the length of these channels responsive to the ATR, the ProTrend Adaptive ensures that the trend lines and signals it generates are always aligned with the current market context, offering traders a dynamic tool that adjusts in real-time to volatility changes.
▯ Supertrend Indicator Explained ▯
The Supertrend Indicator is a popular tool among traders for its simplicity and effectiveness in identifying market trends. It calculates the average price momentum and volatility to determine whether the market is in a bullish or bearish phase. Its visual simplicity, showing clear bullish and bearish zones, makes it an invaluable component of the ProTrend Adaptive, providing a solid foundation for trend detection upon which the adaptive linear regression channels build.
▯ Example ▯
This example illustrates several robust entry signals. These signals can seamlessly integrate into an overarching trading strategy, with exit points determined through a separate calculation. This approach allows traders to tailor their entry and exit strategies to their specific trading objectives, leveraging the ProTrend Adaptive for precise market entry while applying customized criteria for exit decisions.
Caution: Trading carries a significant risk of financial loss, and past performance does not guarantee future results. Signals may be conflicting or ambiguous. Employ risk reduction techniques, such as setting stop losses, to mitigate potential losses.
Multi Timeframe Indicator Signals [pAulseperformance]█ Concept:
In this TradingView Pine Script publication, we introduce a powerful tool that offers extensive capabilities for traders and analysts. With a focus on combining multiple indicators, analyzing various timeframes, and fine-tuning your trading strategies, this tool empowers you to make informed trading decisions.
█ Key Features:
1. Combining Multiple Rules with AND / OR Operations
• Example: You can combine the Relative Strength Index (RSI) with the Moving Average Convergence Divergence (MACD) by selecting the "AND" operation. This ensures that you only get a signal when both indicators generate signals. Alternatively, you can add custom indicators and select "OR" to create more complex strategies.
2. Selecting Multiple Indicators on Different Timeframes
• Analyze the same indicator on different timeframes to get a comprehensive view of market conditions.
3. Reversing Signals
• Reverse signals generated by indicators to adapt to various market conditions and strategies.
4. Extending Signals
• Extend signals by specifying conditions such as "RSI cross AND MA cross WITHIN 2 bars."
5. Feeding Results into Backtesting Engine
• Evaluate the performance of your strategies by feeding the results into a backtesting engine.
█ Available Indicators:
External Inputs
• Combine up to 4 custom indicators to assess their effectiveness individually and in combination with other indicators.
MACD (Moving Average Convergence Divergence)
• Analyze MACD signals across multiple timeframes and customize your strategies.
• Signal Generators:
• Signal 1: 🔼 (+1) MACD ⤯ MACD Signal Line 🔽 (-1) MACD ⤰ MACD Signal Line
• Signal 2: 🔼 (+1) MACD ⤯ 0 🔽 (-1) MACD ⤰ 0
• Filter 1: 🔼 (+1) MACD > 0 🔽 (-1) MACD < 0
RSI (Relative Strength Index)
• Utilize RSI signals with flexibility across different timeframes.
• Signal Generators:
• Signal 1: 🔼 (+1) RSI ⤯ Oversold 🔽 (-1) RSI ⤰ Overbought
• Signal 2: 🔼 (+1) RSI ⤰ Oversold 🔽 (-1) RSI ⤯ Overbought
• Filter 1: 🔼 (+1) RSI <= Oversold 🔽 (-1) RSI >= Overbought
MA1 and MA2 (Moving Averages)
• Choose from various types of moving averages and analyze them across multiple timeframes.
• Signal Generators:
• Filter 1: 🔼 (+1) Source Above MA 🔽 (-1) Source Below MA
• Filter 2: 🔼 (+1) MA Rising 🔽 (-1) MA Falling
• Signal 1: 🔼 (+1) Source ⤯ MA 🔽 (-1) Source ⤰ MA
Bollinger Bands
• Multi Time Frame
• Signal Generators:
• Signal 1: 🔼 (+1) Close ⤯ BBLower 🔽 (-1) Close ⤰ BBUpper
• Signal 2: 🔼 (+1) Close ⤰ BBLower 🔽 (-1) Close ⤯ BBUpper
Stochastics
• Customize your MTF Stochastics analysis between Normal Stochastic and Stochastic RSI.
• Signal Generators:
• Filter 1: 🔼 (+1) K < OS 🔽 (-1) K > OB
• Signal 1: 🔼 (+1) K ⤯ D 🔽 (-1) K ⤰ D
• Signal 2: 🔼 (+1) K ⤯ OS 🔽 (-1) K ⤰ OB
• Signal 3: 🔼🔽 Filter 1 And Signal 1
Ichimoku Cloud
• MTF
• Signal Generators:
• Signal 1: 🔼 (+1) Close ⤯ Komu Cloud 🔽 (-1) Close ⤰ Komu Cloud
• Signal 2: 🔼 (+1) Kumo Cloud Red -> Green 🔽 (-1) Kumo Cloud Green -> Red
• Signal 3: 🔼 (+1) Close ⤯ Kijun Sen 🔽 (-1) Close ⤰ Kijun Sen
• Signal 4: 🔼 (+1) Tenkan Sen ⤯ Kijun Sen 🔽 (-1) Tenkan Sen ⤰ Kijun Sen
SuperTrend
• MTF
• Signal Generators:
• Signal 1: 🔼 (+1) Close ⤯ Supertrend 🔽 (-1) Close ⤰ Supertrend
• Filter 1: 🔼 (+1) Close > Supertrend 🔽 (-1) Close < Supertrend
Support And Resistance
• Receive signals when support/resistance levels are breached.
Price Action
• Analyze price action across various timeframes.
• Signal Generators:
• Signal 1 (Bar Up/Dn): 🔼 (+1) Close > Open 🔽 (-1) Close < Open
• Signal 2 (Consecutive Up/Dn): 🔼 (+1) Close > Previous Close # 🔽 (-1) Close < Previous Close #
• Signal 3 (Gaps): 🔼 (+1) Open > Previous High 🔽 (-1) Open < Previous Low
═════════════════════════════════════════════════════════════════════════
Unlock the full potential of these indicators and tools to enhance your trading strategies and improve your decision-making process. With over 10 indicators and more than 30 different ways to generate signals you can rapidly test combinations of popular indicators and their strategies with ease. If your interested in more indicators or I missed a strategy, leave a comment and I can add it in the next update.
Happy trading!
OrderBlock [kyleAlgo]The principle of this indicator
ATR (Average True Range) Setting: The code uses ATR to help calculate the Supertrend indicator.
Supertrend Trend Direction: Identify bullish and bearish trends with the Supertrend method.
Order Block Recognition: This part of the code recognizes and creates order blocks, visualizing them as boxes on the chart. If the number of blocks exceeds the maximum limit, old blocks will be deleted.
Function to prevent overlapping: check whether the new order block overlaps with the existing order block through the isOverlapping function.
Order block color setting: The code sets the color according to whether the block is bullish or bearish, and whether it breaks above or below. Afterwards the color of the existing order blocks will be updated.
Sensitivity settings: Through the input settings of factor and atrPeriod, the sensitivity of Supertrend and the detection of order blocks can be affected.
Visualization: Use TradingView's box.new function to draw and visualize order blocks on the chart.
Practicality:
Support and Resistance Levels: Order blocks may represent areas of support and resistance in the market. By visualizing these areas, traders can better understand when price reversals are likely to occur.
Trading Signals: Traders may be able to identify trading signals based on the color changes of blocks and price breakouts. For example, if the price breaks above a bullish block, this could be a signal to buy.
Risk Management: By using ATR to adjust the sensitivity of Supertrend, the symbol helps traders to adjust their strategies according to market volatility. This can be used as a risk management tool to help identify stop loss and take profit points.
Multi-timeframe analysis: Although the code itself does not implement multi-timeframe analysis directly, it can be done by applying this indicator on different timeframes. This helps to analyze the market from different angles.
Flexibility and Customization: Through sensitivity settings, traders can customize the indicator according to their needs and trading style.
Reduced screen clutter: By removing overlapping order blocks and limiting the maximum number of order blocks, this code helps reduce clutter on charts, allowing traders to analyze the market more clearly.
Overall, this "Pine Script" can be a powerful analytical tool for trend traders and those looking to improve their trading decisions by visualizing key market areas. It can be used alone or combined with other indicators and trading systems for enhanced functionality.
EMA/MA + Super Trend + BBHere is what this indicator does :
1. EMA+SMA moving average system
1. EMA moving average (five in total)
2. SMA moving average (five in total)
3. deduction price
4. EMA/SMA cross prompt: EMA 12//26 cross, or MA14/MA28 cross
5. EMA/SMA parallel prompt: prompt when EMA 12/26/52 is in parallel, or prompt when MA14/MA28/MA 60 is in parallel
Why use EMA 12/26 cross prompt, and MA14/MA28 cross prompt?
Because I backtested BTC based on the winning rate of EMA and MA crossover, its winning rate is higher.
Why use parallel prompt?
Because after the moving averages cross, they will start to be in parallel mode. If you don't see the moving averages be in parallel, it will be a warning sign.
2. Super Trend:
Super Trend is used to assist in judging the current trend.
3. BB Bollinger Bands:
Use the size of the opening to judge whether the major trend is coming.
How to use this indicator? (see chart)
1. Choose EMA or MA, or mix them at the same time
2. Use the Bollinger Bands to find the potential big trend is coming
3. Confirm the trend with Supertrend
4. Use moving averages to confirm crossover and long or short moving average parallel signals
5. The deduction price is used to judge whether the moving average continues to go up or down
Why to do this, why mix them?
1. When the opening of the Bollinger band is very small, it means that the trend is coming
2. Supertrend can help us confirm whether it is an upward or downward trend
3. The crossing and parallel of moving averages can be used as entry trading signals
4. The deduction price is used to judge whether the moving average continues to go up or down
This's why there is a mix of Moving average, Supertrend and BB.
這是這個指標的功能(instructions in Chinese):
一、EMA+SMA 均線系統
1、EMA 均線(共五條)
2、SMA 均線(共五條)
3、抵扣價:可以五條均線的折扣價位置
4、EMA/SMA 交叉提示:EMA 12/EMA 26交叉 或 MA14/MA28 交叉
5、EMA/SMA 排列提示:EMA 12/26/52 呈排列時提示,或 MA14/MA28/MA 60 排列時提示
交叉定義:
二、Super Trend 超級趨勢:
Super Trend 用來輔助判斷當前趨勢。
三、BB 布林帶:
藉由開口大小判斷大趨勢是否即將來臨。
如何使用這個指標?(見圖表說明)
1、選擇EMA或MA均線,或同時混合使用它們
2、用布林帶尋找潛在大趨勢即將來臨
3、用Supertrend 確認趨勢
4、用均線確認交叉與多頭或空頭均線排列訊號
5、抵扣價用來判斷均線是否持續向上或向下
為什麼要這麼做?
1、當布林帶的開口很小時,說明趨勢即將來臨
2、Supertrend 可以幫助我們確認是向上還是向下趨勢
3、均線的交叉與排列可以作為進場交易訊號
4、抵扣價則用來判斷均線是否持續向上或向下
這就是為什麼要混合使用這幾個指標的原因。