Pro Trading Art - Broadening WedgesThis indicator will create lines on the chart based on last two pivot high and low.
These line will create broadening wedges.
Trader can make trade when price break last wedge point.
Trader can identify breaking point with the help of dotted line.
About the Indicator Input
Pivot Length
This is a pivot look back length for both direction.
Titik Pivot
Support Resistance Channels/Zones Multi Time FrameHello All,
For long time I have been getting a lot of requests for Support/Resistance Multi Time Frame script. Here ' Support Resistance Channels/Zones Multi Time Frame ' is in your service.
This script works if the Higher Time Frame you set is higher than the chart time frame. so the time frame in the options should be higher than the chart time frame.
The script checks total bars and highest/lowest in visible part of the chart and shows all S/R zones that fits according the highest/lowest in visible part. you can see screenshots below if it didn't make sense or if you didn't understand
Let see the options:
Higher Time Frame : the time frame that will be used to get Support/Resistance zones, should be higher than chart time frame
Pivot Period : is the number to find the Pivot Points on Higher time frame, these pivot points are used while calculating the S/R zones
Loopback Period : is the number of total bars on higher time frame which is used while finding pivot points
Maximum Channel Width % : is the percent for maximum width for each channel
Minimum Strength : each zone should contain at least a 1 or more pivot points, you set it here. (Open/High/Low/Close also are considered while calculating the strength)
Maximum Number of S/R : the number of maximum Support/Resistance zones. there can be less S/Rs than this number if it can not find enough S/Rs
Show S/R that fits the Chart : because of we use higher time frame, you should enable this option then the script shows only S/Rs that fits the current chart. if you disable this option, all S/R zones are shown and it may shrink the chart. also you may not see any S/R zone if you don't choose the higher time frame wisely ;)
Show S/R channels in a table : if you enable this option (by default it's enabled) then lower/upper bands of all S/R zones shown in a table ( even if it doesn't fit the chart ). you can change its location. zones are sorted according to their strengths. first one is the strongest.
and the other options is about colors and transparency.
Screenshots before and after zoom-out:
after zoom-out number of visible bars and highest/lowest change and it shows more S/R zones that fits the current chart!
if you see Support Resistance zone like below then you should decrease ' Maximum Channel Width ' or you should set higher time frame better:
You can change colors and transparency:
You can change Table location:
Alerts added :)
P.S. I haven't tested it so much, if you see any issue please drop a comment or send me message
Enjoy!
Gann Square This indicator build by Gann Square of 19.
you select start and end of big trend in daily timeframe and calculate date range.
by draw trend line in Gann square and enter the numbers cross by line in settings input you could recognize future pivot points
remember : first) this tool worked only in daily timeframe. second) better using this in dark theme :)
chart example :
Pivot BreaksThere are built-in and published Pivot Point High Low indicators in Public Library. As far as I see none of them show the breaking candles or the trend.
with the closing price crossing over the previous / current pivot high A bearish breakOut can either indicate the progression of a lower high pattern or a trend reversal
with the closing price crossing under the previous / current pivot low A bullish breakOut can either indicate the progression of a higher low pattern or a trend reversal
This indicator can show the first breaking candle or all breaking candles . It Can also show The Breaking state (Trend) based on the last break.
Alert Mode is included, colour can be customised, Higher TimeFrame can be requested (it Can also cause repainting)
Inputs are optional as possible so have fun with it
Disclaimer: Scripts that I post publicly are experimental. They are not financial advices. Always backtest your ideas using your own methodologies.
Pivot Average [Misu]█ This Indicator is based on Pivot Points.
It aggregates closed Pivot Points to determine a " Pivot Average " line.
Pivot Points here refer to highs and lows.
█ Usages:
Pivot Average can be used as resistance or breakout area.
It is also very usefull to find battle zones.
It can also be used as a trend indicator: when the price is below, trend is down, when price is above, trend is up.
Mixed with momentum/volatility indicator it is very powerfull.
█ Parameters:
Deviation: Parameter used to calculate pivots.
Depth: Parameter used to calculate pivots.
Length: History Lenght used to determine Pivot Average.
Smoothing MA Lenght: MA lenght used to smooth Pivot Average.
Close Range %: Define price percentage change required to determine close pivots.
Color: Color of the Pivot Average.
Cup & HandleHi, here is my take on 'Cup & Handle'
Pivot Points - ph (highest points in a certain period) are stored in an array
When there is a new ph , previous ph's are compared to the latest one.
A temporary test line is drawn between these 2 points.
The script checks if a close (between these 2 points) doesn't break above this test line.
(test line is deleted afterwards)
If it doesn't, and the '% max breaks' are not breached, 2 circle shaped lines are drawn
(Top & Bottom line of the cup) which forms the Cup, together with the Handle.
The red box (Handle) is the maximum 33-50% retracement (% of cup height)
-> Only the latest pattern is shown, enabling 'Show Cup labels' shows the position of cup patterns in history.
They can be visualised by using 'Bar Replay'
'% max breaks' -> 'maximum highs/lows breaking through the Top/Bottom line
(% of bars between left & right extreme points of the Cup)
Settings:
- 'Left', 'Right' -> regulates Pivot Point values
- 'PP back' -> max lookback for Pivot High
More explanation can be found in following print screens,
or by checking the tooltips in the settings
Cheers!
Monthly Returns of a Strategy in a ChartIt's a simple example of how you can present your strategy's monthly performance in a chart.
You maybe know that there is no support of these kind of charts in TradingView so this chart is actually a table object under the hood.
Table visual appearance is customizable, you can change:
Location
Bar Width / High
Colors
Thanks to @MUQWISHI for hard work, for helping me coding it.
It's not about the strategy itself but the way you display returns on your chart. So pls don't critique my choice of the strategy and its performance 🙂
Disclaimer
Please remember that past performance may not be indicative of future results.
Due to various factors, including changing market conditions, the strategy may no longer perform as well as in historical backtesting.
This post and the script don’t provide any financial advice.
Mark StructureMark Structure is building the market swing structure, minor and sub structure and marks all possible insignificant pivots
Building such structure is really complex task to do, that has a lot of obstacles and challenges. I'm doing my best to develop this indicator behaving in absolutely expectable and right way. Fill free to leave any comments or bug reports.
it supports:
- Marking all pivots with labels or join them continuously with trend lines.
- Marking minor and sub structured swings with labels or join them continuously with trend lines. Marking BOS or SMS BOS, which are mbos. Minor and substructure are structures inside swing structure and it can differ from the structure of lower timeframe
- Marking swings of swing structure with labels or join them continuously with trend lines. Marking BOS or SMS BOS of swing structure
- Changing bullish and bearish colors of each kind of structures
- Changing pivot labelings
- Changing colors of BOSs
Remarks:
- As I told you guys before, it has a lot of challenging cases. eg we have swing low and high on the same candle and in order to decide which pivot goes first I take lower time frame data to figure out what pivot is the first, but it happens that on lower time frame the same issue takes place, due to limitation of TradingView I can't go infinitely to lower timeframes to solve this issue, so I mark those cases with labels
- Another issue is very beginning of the trend its hard to detect swing structure there due to missing historical data. so skip a few waves in the very beginning
- Don't expect to have minor and sub structure in each swing waves, its totally fine when you don't have them at all
- Swing structure is the most significant structure and shows real price direction. Trend change is confirmed when for bull->bear the last HLbull LH>HH and HH-HL-HH are confirmed. You can change labelling for unconfirmed swing trend in the settings. By default its already done
Mark LevelsMark Levels is marking liquidity pools by drawing lines on their pivots and labelling them so that you can instantly detect them on your realtime chart
It supports:
- marking previous and current day lows and highs
- marking previous and current week lows and highs
- marking previous and current month lows and highs
- marking equal lows and highs
technically it re-builds them on the last bar or as soon as new realtime bar is updated. it looks with 1k bars back to find higher timeframe ranges and find lows and highs there
Adjustments:
- changing the line style of the group
- changing the lines color and the labels on the groups
- currently pools are split on 2 groups Period Liquidity and Equal Pivots Liquidity.
Unraided Liquidity and S/R PivotsThis indicator is designed to show key pivot points, also known as levels, which could provide good trade entries.
Utilising liquidity concepts, untested pivot levels can be a good place to enter a trade after the pivot is tested, liquidity is taken and the direction reverses.
Alternatively, utilising the option of viewing already tested levels, you can easily see the key support and resistance areas that price is likely to have a strong reaction to, whether it wants to go toward or bounce away from these levels.
The indicator does not give buy and sell signals, it is up to you to use the levels to form your trading plan.
Oorah.
CL PMAPivot moving averages useing SMA's. This study is just a tweak from the study already done by @QUANTCT. I just cleaned it up and used SMAs instead of EMAs so he deserves most credit.
TriexDev - SuperBuySellTrendMinimal but powerful.
Have been using this for myself, so thought it would be nice to share publicly. Of course no script is correct 100% of the time, but this is one of if not the best in my basic tools.
Two indicators will appear, the default ATR multipliers are already set for what I believe to be perfect for this particular (double indicator) strategy.
If you want to break it yourself (I couldn't find anything that tested more accurately myself), you can do so in the settings.
Basic rundown:
A single Buy/Sell indicator in the dim colour; may be setting a direction change, or just healthy movement.
When the brighter Buy/Sell indicator appears; it often means that a change in direction (uptrend or downtrend) is confirmed.
You can see here, there was a (brighter) green indicator which flipped down then up into a (brighter) red sell indicator which set the downtrend. Once you understand the basics of how it works - it can become a very useful tool in your trading arsenal.
Typically I will use this and other indicators to confirm likeliness of a direction change prior to the brighter/confirmation one appearing - but just going by the 2nd(brighter) indicators, have found it to be surprisingly accurate.
Tends to work well on virtually all timeframes, but personally prefer to use it on 5min,15min,1hr, 4hr, daily, weekly. Will still work for shorter/other timeframes, but may be more accurate on mid ones.
Price Pivots for NASDQ 100 StocksPrice Pivots for NASDQ 100 Stocks
What is this Indicator?
• This indicator calculates the price range a Stock can move in a Day.
Advantages of this Indicator
• This is a Leading indicator, not Dynamic or Repaint.
• Helps to identify the tight range of price movement.
• Can easily identify the Options strike price.
• Develops a discipline in placing Targets.
Disadvantages of this Indicator
• The indicator is specifically made for NASDQ 100 stocks. The levels won't work for other stocks.
• The indicator shows nothing for other indexes and stocks other than above mentioned.
• The data need to be entered manually.
Who to use?
Highly beneficial for Day Traders, it can be used for Swing and Positions as well.
What timeframe to use?
• Any timeframe.
• The highlighted levels in Red and Green will not show correct levels in 1 minute timeframe.
• 5min is recommended for Day Traders.
When to use?
• Wait for proper swing to form.
• Recommended to avoid 1st 1 hour or market open, that is 9.15am to 10.15 or 10.30am.
• Within this time a proper swing will be formed.
What are the Lines?
• The concept is the price will move from one pivot to another.
• Entry and Exit can be these levels as Reversal or Retracement.
Gray Lines:
• Every lines with price labels are the Strike Prices in the Option Chain.
• Price moves from 1 Strike Price level to another.
• The dashed lines are average levels of 2 Strike Prices.
Red & Green Lines:
• The Red and Green Lines will appear only after the first 1 hour.
• The levels are calculated based on the 1st 1 hour.
• Red Lines are important Resistance levels, these are strong Bearish reversal points. It is also a breakout level, this need to be figured out from the past levels, trend, percentage change and consolidation.
• Green Lines are important Support levels, these are strong Bullish reversal points. It is also a breakdown level, this need to be figured out from the past levels, trend, percentage change and consolidation.
What are the Labels?
• First Number: Price of that level.
• Numbers in (): Percentage change and Change of price from LTP (Last Traded Price) to that Level.
How to use?
Entry:
• Enter when price is closer to the Red or Green lines.
• Enter after considering previous Swing and Trend.
• Note the 50% of previous Swing.
• Enter Short when price reverse from each level.
• If 50% of swing and the pivot level is closer it can be a good entry.
Exit:
• Use the logic of Entry, each level can be a target.
• Exit when price is closer to the Red or Green lines.
Indicator Menu
Source
• Custom: Enter the price manually after choosing the Source as Custom to show the Pivots at that price.
• LTP: Pivot is calculated based on Last Traded Price.
• Day Open: Pivot is calculated based on current day opening price.
• PD Close: Pivot is calculated based on previous day closing price.
• PD HL2: Pivot is calculated based on previous day average of High and Low.
• PD HLC3: Pivot is calculated based on previous day average of High, Low and Close.
"Time (Vertical Lines)"
• This is a marker of every 1 hour.
• Usually major price movement happen between previous day last 1 hour to today first 1 hour.
• Two swings can happen between first 2 hour of current day.
• At the end of the day last 1 hour another important movement will happen.
• Usually rest of the time won't show any interesting movement.
To the Users
• Certain symbols may show the levels as a single line. For such symbols choose a different Source or Timeframe from the indicator menu.
• Please inform if any of the Symbol's price levels don't react to the pivots , include the Symbol a well.
• Also inform if you notice any wrong values, errors or abnormal behavior in the indicator.
• Feel free to suggest or adding new features and options.
General Tips
• It is good if Stock trend is same as that of Index trend.
• Lots of indicators creates lots of confusion.
• Keep the chart simple and clean.
• Buy Low and Sell High.
• Master averages or 50%.
• Previous Swing High and Swing Low are crucial.
Important Note
• Currently the levels are in testing stage.
• Eventually the levels of certain symbols will be corrected after each update and test.
[KRONOS] DeviationsDescription
This indicator calculates the differences between the current price and the local support or resistance, and normalizes it into a range.
The value basis is calculated from a defined period of time that is then multiplied to get a standard deviations and a max. and min. value subtracted and divided into a final value.
It includes
Extreme zones. This value appears as blue and red lines which deviates from the oversold to overbought range.
Momentum. Lower time frame momentum is represented by a gray histogram as well as a signal line oscillating from a red to blue color.
Strong reversal. Red ( bearish ) and blue ( bullish ) columns will appear on the histogram when our algorithm detects that the strength of momentum is coming to an end indicative of a trend reversal.
Trend confirmation. Red or blue arrows will act as a trend confirmation.
Support and resistance . The zero line will frequently serve as a S/R area.
Divergences. You can use this indicator to detect potential pivot areas.
How to use?
Sell/Short when the histogram shows a red column and the signal line is in or above the overbought area (colored in red).
Buy/Long when the histogram shows a blue column and the signal line is in or below the oversold area (colored in blue).
extra tip: if you entered a trade based on the above conditions, you can partially increase your position each time you see a confirmation arrow.
Average Daily Range (ADR) (Multi Timeframe, Multi Period)Average Daily Range (ADR)
(Multi Timeframe, Multi Period, Extended Levels)
Tips
• Narrow Zones are an indication of breakouts. It can be a very tight range as well.
• Wider Zones can be Sideways or Volatile.
What is this Indicator?
• This is Average Daily Range (ADR) Zones or Pivots.
• This have Multi Timeframe, Multi Period (Up to 3 Levels) and Extended Target Levels.
Advantages of this Indicator
• This is a Leading indicator, not Dynamic or Repaint.
• Helps to identify the reversal points.
• The levels are more accurate and not like the old formulas.
• Can practically follow the Buy Low and Sell High principle.
• Helps to keep minimum Stop Loss.
Who to use?
• Highly beneficial for Day Traders
• It can be used for Swing and Positions as well.
What timeframe to use?
• Any timeframe.
When to use?
• Any market conditions.
How to use?
Entry
• Long entry when the Price reach at or closer to the Green Support zone.
• Long entry when the Price retrace to the Red Resistance zone.
• Short entry when the Price reach at or closer to the Red Resistance zone.
• Short entry when the Price retrace to the Green Support zone.
• Long or Short at the Pivot line.
Exit
• Use past ADR levels as targets.
• Or use the Target levels in the indicator for breakouts.
• Use the Pivot line as target.
• Use Support or Resistance Zones as targets in reversal method.
What are the Lines?
Gray Line:
• It the day Open or can be considered as Pivot.
Red & Green ADR Zones:
• Red Zone is Resistance.
• Green Zone is Support.
• Mostly price can reverse from this Zones.
• Multiple Red and Green Lines forms a Zone.
• These lines are average levels of past days which helps to figure out the maximum and minimum price range that can be moved in that day.
• The default number of days are 5, 7 and 14. This can be customized.
Red & Green Target Lines:
• These are Target levels.
What are the Labels?
• First Number: Price of that level.
• Numbers in (): Percentage change and Change of price from LTP (Last Traded Price) to that Level.
General Tips
• It is good if Stock trend is same as that of the Index trend.
• Lots of indicators creates lots of confusion.
• Keep the chart simple and clean.
• Buy Low and Sell High.
• Master averages or 50%.
50% Strat RetracementThe purpose of this script is to show/alert you when there is a 50% Strat Reversal. It works very well to find possible 3 candles.
The arrows, and line can be turned on and off.
You can change the 50% to say 45% so that you will be alerted before it actually hits the 50% retracement.
The script will only alert if the reversal is a 2up red candle, a 2up green candle which will hopefully turn into a 3 candle.
IPB_PBOThis indicator is called Indian Pivot Boss _ Pivot Based Oscillator.
This is an oscillator based on pivot level of each candle. It is based on the concept outlined in the Secrets of Pivot Boss book.
It is the average of mutual differences between fast moving average, medium moving average and slow moving average of the candle pivots. This is then plotted as an oscillator.
When Pivot based oscillator is sloping upwards, it is suggested NOT TO STAY ON THE SHORT SIDE. Staying long side or Keeping quiet are the desirable options.
When Pivot based oscillator is sloping downwards, it is suggested NOT TO STAY ON THE LONG SIDE. Staying short side or Keeping quiet are the desirable options.
This indicator has to be used in conjunction with other indicators and should not be relied on a solo basis.
Auto Round levels by Script051This indicator is designed to show psychological levels/round levels.
The difference between this version and the others is that :
It will automatically show round levels for each symbol you select without having to enter "tick value" manually.
Settings
Gap : If the value is equal to zero, the round levels will be found automatically, but if you change the value, the gap between the lines will be adjusted based on the value you specified.
X2 and /2 : doubles or halves the distance between round lines
Number of lines : Specifies the number of lines to be displayed
Customizable Pivot Support/Resistance Zones [MyTradingCoder]This script uses the standard pivot-high/pivot-low built-in methods to identify pivot points on the chart as a base calculation for the zones. Rather than displaying basic lines, it displays a zone from the original pivot point to the closest part of the available body on the same candle. The script comes in handy by utilizing Pinescripts available input.source() function to allow for an external indicators output value to be used within the indicator. Make sure to read all of the TOOLTIPS in the indicator settings menu to get a full understanding of what each setting does, and how it can affect the results that end up on the chart.
By enabling the custom filter in the indicator settings, you will notice you have the ability to filter out zones using an external indicator such as an RSI. Maybe you only want zones to be calculated/drawn when the RSI is overbought or oversold, or maybe you only want the zones to calculate/draw if the Supertrend is green or red. The list of possible filters that you can implement is too many to count. Feel free to play around with the indicator however you like, and configure something that you find to be the most useful for your trading.
On top of everything listed above, the indicator has pre-programmed built-in alertconditions so that you can potentially automate trading, or get a notification to your cell phone when a zone is being touched/broken.
CHS Zig ZagCHS ZigZag stands for Changeable Source ZigZag
The original ZigZag indicator offered by TradingView doesn't have the ability to measure the tips and troughs based on closing prices (line chart), however, this indicator is capable of receiving an input from user that determines the price source used for further calculations.
The default inputs of the original ZigZag indicator have been also changed in order to make it adapt to pivots formed on line chart but users can change arbitrarily.
IPB_JPMUPS_2022Introduction :
This indicator serves two purposes
a) It is a multi dimensional floor pivot indicator, which takes its concepts from Secrets of Pivot Boss book of Frank Ochoa. Most of the indicators suggested in the book are packed in one indicator.
b) It also has an inbuilt intraday strategy which identifies trend, direction and momentum based on CPR (Central Pivot Range) concepts and accordingly comes up with trading signals.
How this indicator is different from the published ones :
A). Role as an indicator
This indicator has all the CPR (Central Pivot Range) indicators packed together which provides a ready made solution for CPR based trading. The following are the salient features of this indicator :
1) This indicator plots daily CPR using previous day high, low and close. It also plots Support and Resistance levels based on floor pivots formula.
Moreover, it also plots developing CPR which is based on current day's high, low and close. Apart from that it also plots CPR for next day session as well which is useful for EOD analysis.
2) This indicator plots weekly CPR using previous week high, low and close. It also plots developing CPR which is based on current week's high, low and close.
3) This indicator plots monthly CPR using previous month high, low and close. It also plots developing CPR which is based on current month's high, low and close.
4) This indicator plots pivot EMA which is called PEMA. It uses three different EMAs which are customisable and uses them to plot a moving average web based on pivot points of each candle, which is called as PEMA. This also facilitates PEMA plotting for higher time frame (daily time frame) as well.
5) This indicator plots daily time frame moving average in intraday chart which can be used as a key zone during trading. The period is customisable.
B) Role as a strategy
This indicator also functions as an intraday trading strategy called JPMUPS (JP stands for author's nickname. MUPS stands for Manoj Ultimate Pivot Strategy). This strategy attempts to identify trend, direction and momentum and when all these three align together it gives buy and sell signals. The concepts are as under:
Trend identification :
Whenever a trend is established, the developing CPR starts to widen. Hence this strategy uses the width of the developing CPR and compares it with the MA of the width to identify the trend. If the width of the developing CPR crosses the 34 period MA (can be customised), it assumes a trend is developing.
Direction identification:
Whenever a direction is established, the CPR components, namely BC and TC shifts its position. Hence this strategy uses this concept to identify the direction. It computes MACD sort of histogram of the BC and TC difference and whenever the histogram slops upwards, it assumes bullish direction and vice versa.
Momentum identification :
Whenever momentum is established, the developing CPR starts sloping upwards. Hence this strategy uses this concept to identify the momentum. It computes RSI of the developing CPR and if the RSI is above the 34 period MA (can be customised) of RSI , it assumes momentum is establishing and vice versa.
When all the above are aligned together, it gives buy or sell signals suitably.
How to use it :
a) Indicator usage :
1) CPR zones are key zones which predominantly acts as support and resistance zones. Looking at the price action at these zones, one can look for trading opportunities in live market.
2) Developing CPR acts as pull back zones and is very useful in live trading and also EOD analysis for spotting opportunities by combining price action.
b) Strategy usage :
1). Strategy signals are only indicative. Users are strongly advised not to use the strategy blindly. Users are advised to go though the CPR concepts thoroughly and use this strategy signals only as a supplement for further decision making / analysis.
Markets meant for :
1). This indicator and Strategy is predominantly designed for I ndian stock markets . However it can be customised for other markets as well by changing the timings of the markets in the parameters.
Market conditions meant for :
1). This indicator is meant for all types of market conditions as its predominant role is to plot the key support and resistance zones using CPR concepts.
2). The strategy is mainly found to be effective in trending markets and predominantly indices like Nifty and Bank Nifty . Hence Users are advised to use this only as an indicative feature and not blindly trade based on signals. The strategy is found to be less effective in lower time frames like 1min / 3min, etc. 15 min time frame provides fair performance. However it doesnt mean that it will continue to perform in the same manner in the future.
Swing Points & FVGClassic ITH/ITL
Intermediate Term High - High that has short term high on either of it's side.
Intermediate Term Low - Low that has short term low on either of it's side.
FVG
The indicator also marks Fair Value Gaps which is a very important concept in price action trading. FVGs are formed when there is ineffeciency,or imbalance, in the market.
Rebalanced ITH/ITL
Rebalanced ITH - A short term high that rebalanced the ineffeciency in price can be considered as an Intermediate Term High.
Rebalanced ITL - A short term low that rebalanced the ineffeciency in price can be considered as an Intermediate Term Low.
Use the ITH and ITL points marked by the indicator to determine the structure of the market.
Indicator repaints only when it tries to identify the latest ITH/ITL.
ViVen - EXP - Signals with AlertsHi Friends,
Here the trading made easy with Signals...
The main purpose of this indicator is to identify the Support and Resistance levels well in advance to make ourselves ready for the Entries with confidence..
With this indicator we will be able to identify the Market Structure and Trend to initiate our trades.
Multi Timeframe Concepts are considered in some cases to capture the Golden Zones.
Details of the Indicator:
Method of Trading – Intraday, Positional or Swing – Indices, Stocks and Commodity Markets
Golden Zones : When two or more indicator levels are confluences at one price point which will act as Strong Support and Resistance in the Market. That is called Golden Zone.
CPR & Pivot (Daily / Weekly / Monthly) – Based on the previous Timeframe values, it will automatically calculates the Support and Resistance values for the upcoming Sessions.
BUY / SELL Levels (W-Refers the Weekly levels) – Possible Reversal in the market we can expect at this price level. Depends on the Time frame (Daily/Weekly)
Bull BO / Bear BO (W-Refers the Weekly levels) – Possible Breakout level, If breakout happens price will move to reach the Target 1 and 2 Points based on which side the price breaks ( BULLISH / BEARISH ). We can initiate our BUY/SELL Entries.
Target 1 & Target 2 – Once the Price breaks the Breakout (Bull BO / Bear BO) levels, it will try to reach the Target Points where we can book our profits.
Tomorrow Levels - This will help us to enable the next day trading session Support and Resistance Levels in advance to do pre-analysis to prepare for the Entry and Exits.
Colored Candles : Lime Green and Violet colored candles will indicate the Possible Trend Reversals.
Triangles : Orange and Violet triangles will indicate the Confirmation of Trend Reversal.
BUY / SELL Signal – Considering the momentum and the Trend change it will suggest the possible entry time.
Dashboard :
1. Weekly Trend : This will indicate how the current week trend is going to be – Trending / Sideways
2. Today – Current Session expectation in the Market ( Bullish / Bearish )
3. Sentiment – Indicates the Traders mind set (Positive/Negative Side)
4. Range - This will indicate how the current Day trend is going to be – Trending / Sideways
5. MB / MA Trend – This identifies the major trend (Is the Stock / script in Up Trend or Down Trend)
6. Other Parameters – Will indicates the present situation in the market
7. RSI Values – This is to know and understand the momentum of the particular script
Levels Name Explanations:
1. DPP – Daily Pivot Point
2. WPP – Weekly Pivot Point
3. WTC – Weekly Top Central Pivot
4. WBC – Weekly Bottom Central Pivot
5. PDH – Previous Day High
6. PDL – Previous Day Low
7. PWH – Previous Week High
8. PWL – Previous Week Low
9. PMH – Previous Month High
10. PML - Previous Month Low
11. WR1, WR2 – Weekly Resistance Levels 1 & 2
12. WS1, WS2 – Weekly Support 1 & 2
13. 5m 200 EMA – 5 Minutes 200 Period Exponential Moving Average
14. 15m 200 EMA – 15 Minutes 200 Period Exponential Moving Average
15. 1H 200 EMA – 1 Hour 200 Period Exponential Moving Average
16. 1H 200 SMA – 1 Hour 100 Period Simple Moving Average
17. 1D 200 EMA – Daily TF 100 Period Exponential Moving Average
Settings:
To turn ON and OFF any of these levels if it does not require, Go to Indicator Settings and disable the specific levels.
Alerts:
You can enable the Buy / Sell signal Alerts by creating new alert.
To Access the Indicator:
If you want to know more about the indicator & to access for your trading please check the link in the signature below.
If you have any doubts please mention it in the comment section.
Looking forward your valuable comments and feedbacks to improve further in accuracy of our Trading.
Thanks!!