Previous Levels With Custom TimeZoneThe Previous Levels With Custom TimeZone indicator shows to users specifics price area which can be liquidity to take.
Users can determine the desired time zone to retrieve the correct daily, weekly and monthly values.
Several price area are shown with with indicator which are :
Daily Open Price
Daily Low Price
Daily High Price
Previous Daily Low Price
Previous Daily High Price
Previous Weekly Low Price
Previous Weekly High Price
Previous Monthly Low Price
Previous Monthly High Price
All price area are configurable to let user have specific color or line style for each area.
Here's some example :
Daily Open / High / Low
Previous Daily High / Low
Previous Weekly High / Low
Previous Monthly High / Low
Pesquisar nos scripts por "weekly"
(CF|DB) Caruso Financial DashboardThe Caruso Financial Dashboard brings a rich amount of company financial data straight to your TradingView chart along with additional vital stock-related information. At a glance, you can see EPS (Diluted), Sales, growth rates, and EPS/Sales surprises either quarter by quarter on the daily chart or for Fiscal Years on the weekly chart.
On the daily chart, the financial table also has helpful highlights to visually display if a quarter’s EPS or Sales are higher than the same quarter a year ago. Also, EPS and Sales data has a helpful green shading when a new record high number has been achieved for the metric. Additional stock-based metrics include the stock’s Up/Down volume ratio, Beta, Average Daily Volume in terms of shares traded or dollar value traded, the percentage distance to a moving average of choice, as well as the stock’s 52-week high and low.
The weekly chart shows financial data for fiscal years. It also has additional stock-based metrics from those available on the daily chart. These include; Market Cap, Shares in Float and the Float as a percentage of all shares outstanding, the distance from the stock’s 52-week high, the distance to a moving average of choice (10 sma by default), the P/E and P/S ratios.
To further help an investor understand a company’s growth rates, the CF|DB allows a user to hide all or part of the table and plot EPS, EPS TTM (Trailing Twelve Months), and Sales TTM lines on the chart. This can be applied to either the daily or weekly chart.
The CF|DB provides financial and market data for international markets (US, EU, Canada, Australia, Hong Kong, Japan, and more), making its applicability global.
Features On Daily Chart
· Quarterly EPS
· Quarterly EPS growth rate YoY
· Quarterly EPS Surprise vs consensus estimate
· Quarterly Sales
· Quarterly Sales growth rate YoY
· Quarterly Sales Surprise vs consensus estimate
· Green/Red dot highlighting YoY growth or decline
· EPS/Sales green highlight for 8 quarter high or record high numbers
· Up/Down Volume Ratio
· Beta
· Average Daily Volume (shares trade). Period for the average can be configured
· Average Daily Volume (dollar value traded). Period for the average can be configured
· Distance to a moving average. The average can be configured. 21 ema by default
· 52-week high and low
· New 52-week highs and lows are highlighted by a red or green box shading
· Ability to plot EPS, EPS TTM, Sales lines
· Ability to hide part or all of the financial data table
Features On Weekly Chart
· FY EPS
· FY EPS growth rate YoY
· FY EPS Surprise vs consensus estimate
· FY Sales
· FY Sales growth rate YoY
· FY Sales Surprise vs consensus estimate
· EPS/Sales green highlight for 8-year high or record high numbers
· Market Cap
· Shares in float
· Share in float as a percentage of all shares outstanding
· Distance to new 52-week highs
· Distance to a moving average. The average can be configured. 10 sma by default
· Ability to plot EPS, EPS TTM, Sales lines
· Ability to hide part or all of the financial data table
Trend Tracer IndexThis is the first iteration of an effort to make multiple well-known analytical tools collaborate to help give an objective consensus to the current market conditions.
This indicator ONLY works on a 1 Day Bitcoin Chart!
It contains the following indicators:
Puell Multiple (ours: )
Hash ribbons (by capriole_charles: )
Weekly moving average
Logaritmic growth curve (by quantadelic: )
Stock to flow model (ours: )
Each indicator can be viewed one at a time as either an overlay or oscillator version of itself. Make sure to read the tooltip (the little "i") on how to switch between them since you need to manually move it between the oscillator pane and the chart pane.
A global index was added which will take the average of all these indicators to show the final consensus.
You can assign weights to each indicator, this will affect the Global index. They can be viewed as a 0 to 1 or a 0 to 100 scale, it should work the same.
For example if you don't want the stock to flow index as part of your equation leave that at 0, maybe you want the weekly moving average at half it's weight you can put it at 0.5. This way the global index average will primarily be decided by the other 3 indicators, and slightly be affected by the weekly moving average.
There is a table that contains all the index values of each indicator for a quick overview.
Finally, alerts have been added for each indicator and the global index.
I will maintain this indicator with updates and perhaps even add more analytical tools based on any suggestions.
Key Levels Importer (blockFlow)Introduction
This script was inspired by the Chart Champions team who generously share the key levels that they are monitoring with the group.
It provides a way for TradingView users to import the levels from a text file (known as the “dataset”) which can also be shared with the community.
The script will plot the levels with different colours depending on whether they are daily, weekly, monthly. volume or fibs.
It will also calculate and draw the high/low for the previous day.
The dataset
The format for the dataset is as follows:
:=::
The type value can be:
D - Daily level
W - Weekly level
M- Monthly level
V - Volume level (eg. VAH, POC, VAL)
F - Fib level
Alternatively you can use freeform text for the type but it may not be colour-coded as you wish
Note, lines and fields without an “=“ are ignored.
Example dataset
:#BTCUSD
:
:---------------------------
:Daily levels
:---------------------------
:
:D=57220:
:D=47724:
:D=40711:
:D=38190:
:D=29775.5:
:
:---------------------------
:Weekly levels
:---------------------------
:
:W=65560.5:
:W=50776:
:W=43190:
:W=31773:
:
:---------------------------
:Monthly levels
:---------------------------
:
:M=61421.5:
:M=43800:
:M=35027:
:
:---------------------------
:Fib levels MTF/HTF
:---------------------------
:
:F=59693.5:
:F=58521.5:
:F=44180.5:
:F=42481.5:
:F=28773:
:F=25984:
:
:---------------------------
:Other levels
:---------------------------
:
:nPOC=47980.5:
:nPOC=48340:
:Global_VAH=63775:
:Global_POC=57364.5:
:Global_VAL=40217:
:MTF_POC=47174:
:MTF_POC=34125.5:
How to import the dataset
It is recommended to create the dataset with a text editor.
To import it:
Open the indicator settings
Click the ‘Import Dataset’ field, press Control-A and Delete to clear out the contents
Copy/paste the dataset into the field
Click Ok
Additional settings
You can choose the line colour for each type of level
Show imported datarows - Check this box to displays the imported dataset values in tabular format on the bottom-left of the chart
Show yellow dots - Show yellow diamonds when price touches a level - see alerting below.
Hide levels > N% from current price - Levels more than 20% away from the current price will be hidden if this box is checked. The percentage value can be changed.
Alerting
The script can raise alerts when the price touches any of the levels.
This is visually represented on the chart by a yellow dot when the "show yellow dots option" is checked.
To avoid duplicate alerts when price repeatedly touches the level, the following criteria must be satisfied before an alert is raised (or a yellow dot printed).
1) Price first touches the level (open,high,low or close)
2) Price did not touch the level in the previous 10 candles
Boom Hunter XBoom Hunter X is built to target breakouts and explosive moves. The strength of this indicator is in slower timeframes like daily, weekly and monthly but it also works great on 4 hour timeframes. It is a modified version of Boom Hunter XL designed to be simple and easy to use. There are minimal settings available, aside from being able to choose the length of the oscillator there are 3 presets available. Preset 1 is the fastest and is great for targeting entries. Preset 3 is the slowest and is perfect for highlighting trends and setting up big moves. Preset 2 is somewhere in the middle and works great for entries and trend. To get a full picture of price action it is recommended to use all three indicators on your chart. The indicator will automatically adjust lengths when using weekly and monthly charts. If using faster timeframes try adjust the length to 6 or 9.
To get best results use Preset 3 to identify the trend of price action. When Preset 3 is in teal look for long entries on Presets 1 and 2. Likewise, when in red look for shorts. The best entries come from the first pullbacks. Below is an example of entering with the trend.
Using slow charts like weekly and monthly makes it easy to see what is happening with the markets. Below is an example of how easy it is to stay ahead of the curve and identify booms.
First pullbacks are signalled with outlined triangles: ▵▿
These signals are only available on preset 2 and 3. First pullbacks are picked up after price action breaks its median or dynamic median also known as OSC3 (OSC3 is hidden and works in the background), The strongest long pullbacks are when the oscillator is above the median and in the teal. Likewise the strongest short entries are when the oscillator is below the median and in the red. First pullback signals often signal the start of a new trend. Below is an example on a daily chart.
Breaks in support and resistance are signalled with white arrows: ˰˅
Preset 3 highlights the biggest breakouts while preset 1 will show the breaks within the breaks. Preset 2 provides a nice blend between the both and works great for targeting breakouts. It is not recommended to enter on the break as price action will come back to test. The first pullback after the break is typically the best and safest entry for breakouts. Below is an example of the break signal using preset 2 on weekly chart.
Breakout entries are signalled with teal and red triangles. Breakout signals filter price action for safe confirmed pullback entries. The slower the timeframe the bigger the breakout. Presets 2 and 3 are best for finding these entries.
Booms are signalled with this explosive icon: 💥
Simply put booms are polarity flips within the ticker signal. They are fast and explosive moves that can be detected using several different methods. Some of these boom signals are picked up using pure chart mechanics while others use filtering and signal processing to pinpoint the exact moment before an explosion. To make big moves the charts have to set it up first. Below is an example on a daily chart.
Boom Hunter X comes with the following alerts:
Overbought - Reversal attempt
Oversold - Reversal attempt
Long First Pullback - Only available on Preset 2 and 3
Short First Pullback - Only available on Preset 2 and 3
Pivot Up - Oscillator crosses over trigger
Pivot Down - Oscillator crosses under trigger
Long Breakout - Entry point for breakout
Short Breakout - Entry point for breakout
Break Support - Price action breaks its support
Break Resistance - Price action breaks its resistance
Boom! - Alerts for all the booms
Crossing Over Median - Price action enters top half of channel
Crossing Under Median - Price action enters bottom half of channel
MTF TMOTMO - (T)rue (M)omentum (O)scillator) MTF (Higher Aggregation) Version
TMO calculates momentum using the DELTA of price. Giving a much better picture of the trend, reversals & divergences than most momentum oscillators using price. Aside from the regular TMO, this study combines four different TMO aggregations into one indicator for an even better picture of the trend. Once you look deeper into this study you will realize how complex this tool is. This version also produce much more information like crosses, divergences, overbought / oversold signals, higher aggregation fades etc. It is probably not even possible to explain them all, there could easily be an entire e-book about this study.
I have been using this tool for a couple of years now, and this is what i have learned so far:
Favorite Time Frame Variations:
1. 1m / 5m / 30m - Great for intraday futures or options scalps. 30m TMO serves as the overall trend gauge for the day. 5min dictates the longer term intraday moves as well as direction of the 1min. 1min is for the scalps. When the 5min TMO is sloping higher focus should be on 1min buy signals (red to green cross) and vice versa for the 5min agg. sloping down.
2. 5m / 30m / 60m - Also an interesting variation for day trading the 3-5 min charts. Producing more cleaner & beginner-friendly signals that lasts couple of minutes instead of seconds.
3. 120m / Day / 2 Day - For the 30m to 1H or 2H timeframes. Daily & 2 Day dictates the overall trend. 120 min for the signals. Great for a multi-day swings.
4. Day / 2 Day / Week - Good for the daily charts, swing trading analysis as the weekly dictates the overall trend, daily dictates the signals and the 2 day cleans out the daily signals. If the daily & 2 day are not aligned togather, daily signal means nothing. Weekly dictates 2 day - 2 day dictates daily.
5. Week / Month / 3 Month - Same thing as the previous variation but for the weekly charts.
TMO Length:
The default vanilla settings are 14,5,3. Some traders prefer 21,5,3 as the TMO length is litle higher = TMO will potenially last little longer which could teoretically produce less false signals but slower crosses which means signals will lag more behind price. The lower the length, the faster the oscillator oscillates. It is the noice vs. the lag debate. The Length can be changed, but i would not personally touch the other two. Few points up or down on length will not drastically change much. But changes on Calc Length and Smooth Length can produce totally different signals from the original.
Tips & Tricks:
1. Observe
- This is the best tip & trick I can give you. The #1 best way to learn how any study operates is to just observe how it works in certain situations from the past. MTF TMO is not
an exception.
2. The Power of the Higher Aggregation
- The higher aggregation ALWAYS dictates the lower one. Best way to see this? Just 2x the current timeframe aggregation = so on daily chart, plot the daily & two day TMOs and you will notice how the higher agg. smooths out the current agg. The higher the aggregation is, the smoother (but slower) will the TMO turn. The real power kicks in when the 3 or 4 aggregations are aligned togather in one direction.
3. Position of the Higher Aggregation in Relation to the Extremes
- Overbought / oversold signals might not really work on the current aggregation. But pay attention to the higher aggregations in relation to the extremes. Ex: on the daily chart - daily TMO inside the OB / OS extremes might not mean much. But once the higher aggregations such as 3 day or Weekly TMO enters OB/OS zone togather with the daily, this can be a very powerful signal for a TMO reversion to the zeroline.
4. Crosses
- Yes, crosses do work. Personally, I never really focused on them. The thing about the crosses is that it is crucial to pick the right higher aggregation to the combination of the current one that would be reliable but also print enough signals. The closer the cross is to the OB / OS extremes, the more bigger move can occur. Crosses around the zero line can be considered as less quality crosses.
5. Divergences
- TMO can print awesome divergences. The best divergences are on the current aggregation (TMO agg. same as the chart) since the current agg. oscillates fast, it can usually produce lower lows & higher highs faster then any higher aggregations. Easy setup: wait for the higher aggregation to reach the OB / OS extremes and watch the current (chart) aggregation to print a divergence.
6. Three is Enough
- I personally find more than three aggregations messy and hard to read. But there is always the option to turn on the 4th one. Just switch the TMO 4 Main, TMO 4 Signal and TMO 4 Fill in the style settings.
Hope it helps.
CPR with MAs, Super Trend & VWAP by MackraniThis script will allow to add CPR with Standard Pivots and 4 Indicators.
Standard Pivot has 9 levels of support and 9 levels of resistance lines. It has CPR , 3 levels of Day-wise pivots , 3 levels of Weekly pivots and 3 Levels of Monthly Pivots .
In Addition to the CPR and Pivot , this script will allow user to Add 4 more Indicators - SMA , EMA , VWAP and SuperTrend as well.
All the Support and resistance levels can be enabled / disabled from settings. It will allow to select multiple combinations of support and resistance levels across 3 levels at any of the 3 time-frames individually and combined.
All 4 Indicators can be can be enabled / disabled from settings. This will allow the indicators to be plotted individually and combined along with any combination of CPR & Pivots .
These number of combinations will allow user to visualize the charts with desired indicators, pivot support & resistance levels on all or any of the 3 time frames.
For Ease of access, listed few points on how the script works..
- CPR and day-wise level 1 & 2 (S1 & R1) enabled by default and can be changed from settings
- Day-wise Level 2 & 3 (S2, R2, S3 & L3) can be enabled from settings
- Weekly 3 levels and Monthly 3 levels can be enabled from settings
- CPR & pivot levels colored in blue lines
- All support levels colored in Green
- All resistance levels Colored in Red
- Day-wise pivot , support & resistance are straight lines
- Weekly pivot , support & resistance are cross (+) lines
- Weekly pivot , support & resistance are circle (o) lines
- SMA , EMA , VWAP and SuperTrend Enabled by Default
- SMA Colored in Orange
- EMA Colored in Red
- EMA Colored in Teal
- SuperTrend Colored in standard Red & Green with triangle arrows
- Any combinations can be selected from settings-> Inputs & style
Day_Week_High_LowPlot lines for Daily weekly high and low. It helps to find support and resistance for weekly option trading. Weekly high low acts as Support and resistance.
Day_Week_High_LowPlot lines for Daily weekly high and low. It helps to find support and resistance for weekly option trading.
Weekly high low acts as Support and resistance.
MTFT Reversal Lines, TheStrat Suite (5of5)Multi Time Frame Tools
Multi Time Frame Tools (MTFT) is a suite of scripts aimed to establish a standard timeframe-based color scheme. This can be utilized to overlay different timeframes calculations/values over a single timeframe. As one example, this would allow to observe the 5-month moving average, 5-week moving average, and 5-day moving average overlaid over each other. This would allow to study a chart, get accustomed to the color scheme and study all these at the same time much easier.
All indicators calculated using the below specific timeframes as input, will always use the color scheme outlined below. This is to get you in habit of recognizing the different timeframes overlaid in top of each other. These can be personalized.
Longer TF analysis.
Yearly - Black
Semi-Annual - Yellow
Quarterly - White
Monthly - Maroon
Weekly - Royal Blue
Daily - Lime
Shorter TF analysis.
4 hour - Fuchsia
1 hour - Orange
30 min - Red
15 min - Brown
10 min - Purple
5 min - Lilac
All color coordination is able to be modified in either the “Inputs” or “Style” section. If you need to make changes, make sure to select “Save as Default” on the bottom right of the settings menu.
Recommended Chart Color Layout
I played around with color coordination a lot. The final product was what worked best for me. I personally use the following chart settings to accent all available TF colors.
-> Click on the settings wheel on your chart. -> Click on “Appearance”.
Background - Solid -> On the top row pick the 6th color from the left.
Vert Grid Lines and Horz Grid Lines -> On the top row pick the 7th color from the left.
You may of course change these and the indicator line colors as you like.
Adding indicator to Chart
-> Open the TradingView “Indicators & Strategies” library, the icon has “ƒx”. -> All premium scripts will be located under “Invite-Only Scripts” -> Click indicator to add to your chart.
MTFT TheStrat Suite (5 Scripts)
Rob Smith is the creator of ‘TheStrat’ trading strategy. For ‘TheStrat’ I have put together a suite of 5 premium scripts that combined will offer people interested in learning ‘TheStrat’ a cleaner learning process. For 2 of the 5 scripts specifically, the MTFT approach of overlaying multiple longer timeframes(TF) over a shorter TF selected as a display cannot be utilized. The other 2 scripts will have full MTFT functionality and they are my personal favorite. I will be providing very basic info to utilize this script; it is up to you to dive deep into learning this strategy. I am not an expert with the tool or a financial advisor. As with all aspects of life, I recommend you research, learn, discern and practice extensively in order to become a master.
1. MTFT Patterns Pro/Noob
2. MTFT Full Time Frame Continuity Table
3. MTFT Last HML wOpen
4. MTFT Actionable Signal Targets
*5. MTFT Reversal Lines
MTFT Reversal Lines, TheStrat Suite (5of5)
This script will plot the line at the point that the reversal was formed for multiple timeframes. Often times price retraces to these points before making more explosive moves in continuation of the reversal direction.
The script has the following features.
Six user selected time frames per script instance can be enabled/disabled. Timeframes include: Yearly(Y), Semi-annually(S), Quarterly(Q), Monthly(M), Weekly(W), Daily(D), 4 hour, 1 hour, 30 min, 15 min, 10 min, and 5 min. Image below shows the Weekly TF selected, and only the W, Q, M, and W are enabled. I’ve included some comments on basic observations.
2. Auto hide lower timeframe calculations. Auto Hide feature will hide smaller TF calculations when a larger timeframe is selected as the display TF. Example, when the Daily timeframe candlestick selected the 4 hour and smaller calculations are hidden because they produce irrelevant results relative to the selected timeframe. If a lower TF is selected such as the 30 min candlestick, the previously hidden timeframes are now displayed. This allows easier study as you change between displayed timeframes.
This script works best in conjunction with ‘MTFT Last HML Band wOpen’. In the image below I have the W candlestick selected, along with the Q HML Lines, and the Q Reversal Line shown. It shows you a clearer picture of how price moves on a TheStrat continuation CS and after a TheStrat reversal point is made. This lets you break into the fine details of what happened inside Quarter 1, 2022 and after the reversal point was formed.
IMPORTANT NOTE for TradingView admin: One of the lessons I would consider most important in attaining clarity regarding trading, is “TheStrat” by Rob Smith. His lesson on “actionable signals” is something that can be applied to any strategy. For this reason, I am including “MTFT TheStrat Patterns Pro” script in all images that will depict confluence for a better trade selection.
Example using TheStrat Pro MTFT with this indicator.
Look for a “TheStrat actionable signal” or a “TheStrat Reversal signal” on a smaller timeframe that has an instance of this indicator on a larger timeframe calculation that is in range of the candlestick that formed your actionable signal. This means that the indicators plot you are observing must be above the low and below the high of the candlestick that is the actionable signal/reversal signal. Image below shows what this would look like with this indicator.
The Image below shows what this would look like with this indicator. The selected candlestick is the 3-day, it shows a 2U-1-potential 2D Reversal pattern and the Quarter Reversal Down line in range. This actionable signal is meant to be played for SHORTS. If the low is breached, you would enter a SHORT position from the low of the inside candlestick. For targets you would look at the previous pivots, for this example all targets were hit. This won’t always play out so nice and clean, but given that there is so many stocks and so many signals this is just a thought to improve the quality of the signal as it has extra confluence.
MTFT Last HML wOpen, TheStrat Suite (3of5)Multi Time Frame Tools
Multi Time Frame Tools (MTFT) is a suite of scripts aimed to establish a standard timeframe-based color scheme. This can be utilized to overlay different timeframes calculations/values over a single timeframe. As one example, this would allow to observe the 5-month moving average, 5-week moving average, and 5-day moving average overlaid over each other. This would allow to study a chart, get accustomed to the color scheme and study all these at the same time much easier.
All indicators calculated using the below specific timeframes as input, will always use the color scheme outlined below. This is to get you in habit of recognizing the different timeframes overlaid in top of each other. These can be personalized.
Longer TF analysis.
Yearly - Black
Semi-Annual - Yellow
Quarterly - White
Monthly - Maroon
Weekly - Royal Blue
Daily - Lime
Shorter TF analysis.
4 hour - Fuchsia
1 hour - Orange
30 min - Red
15 min - Brown
10 min - Purple
5 min - Lilac
All color coordination is able to be modified in either the “Inputs” or “Style” section. If you need to make changes, make sure to select “Save as Default” on the bottom right of the settings menu.
Recommended Chart Color Layout
I played around with color coordination a lot. The final product was what worked best for me. I personally use the following chart settings to accent all available TF colors.
-> Click on the settings wheel on your chart. -> Click on “Appearance”.
Background - Solid -> On the top row pick the 6th color from the left.
Vert Grid Lines and Horz Grid Lines -> On the top row pick the 7th color from the left.
You may of course change these and the indicator line colors as you like.
Adding indicator to Chart
-> Open the TradingView “Indicators & Strategies” library, the icon has “ƒx”. -> All premium scripts will be located under “Invite-Only Scripts” -> Click indicator to add to your chart.
MTFT TheStrat Suite (5 Scripts)
Rob Smith is the creator of ‘TheStrat’ trading strategy. For ‘TheStrat’ I have put together a suite of 5 premium scripts that combined will offer people interested in learning ‘TheStrat’ a cleaner learning process. For 2 of the 5 scripts specifically, the MTFT approach of overlaying multiple longer timeframes(TF) over a shorter TF selected as a display cannot be utilized. The other 2 scripts will have full MTFT functionality and they are my personal favorite. I will be providing very basic info to utilize this script; it is up to you to dive deep into learning this strategy. I am not an expert with the tool or a financial advisor. As with all aspects of life, I recommend you research, learn, discern and practice extensively in order to become a master.
1. MTFT Patterns Pro/Noob
2. MTFT Full Time Frame Continuity Table
*3. MTFT Last HML wOpen
4. MTFT Actionable Signal Targets
5. MTFT Reversal Lines
MTFT Last HML wOpen, TheStrat Suite (3of5)
Plots previous High, Mean(50% line), and Low of the previous candlestick and the open for the active TF. This allows you to see how TheStrat Absolute Truths move within the different timeframes. In the image below you see the monthly TF selected. Price on the monthly candlestick has created several reversals up and down.
Now Utilizing this tool, you get to see how priced moved on the daily TF with the previous monthly HML lines plotted(Maroon lines) over the active month so you can see exactly how the absolute truths occur inside each month. Notice the previous High/Low are a thicker width then the Mean, this outlines more clearly which of the lines you are looking at. I’ve included some comments on basic observations.
Now for contrast, below I show you the daily TF selected with the previous quarter HML lines plotted(White lines) over the active quarter.
Script Features includes:
1. Three Timeframes per script instance. Example below shows 3 timeframes in use, Yearly(Black Lines), Quarterly( White Lines), and Monthly (Maroon Lines) on the weekly timeframe candlestick. This is where using a timeframe-based color scheme per individual timeframe will come in very handy. The open of the active timeframe is displayed using the small circles that make a line. The displayed open feature is another way to track full time frame continuity if you are tracking the open of several timeframes. The open of the active timeframe is displayed using the small circles that make a line.
2. 20 different TF to pick from per slot. Timeframes(TF) include: Yearly(Y), Semi-annually(S), Quarterly(Q), Monthly(M), 2-Week(2W), Weekly(W), 3-Day(3D), Daily(D), 12 hour, 8 hour, 6 hour, 4 hour, 3 hour, 2 hour, 1 hour, 30 min, 15 min, 10 min, 5 min. Notice: 2W, 3D, 2D, 12h, 8h, 6h, 3h, and 2h don’t have a supported color scheme as I do not personally use them. They are available to pick from in the timeframe selection and you can set a color for these timeframes under the “Unsupported Color Scheme” section in the settings menu for the script if you would like to use them.
3. Enable/Disable High, Mean, Low or Open on any of the timeframe slots. Custom selection of plots will create clarity in observing timeframe-based analysis. Example below shows the Yearly Open enabled on a Monthly timeframe candlestick selected, along with the 6-month HML lines(This is similar to the quarter, the semi-annual)it shows how the start of the year gave a clear direction several times in the past few years for BTC/USD. A similar analysis can be done across multiple settings. TheStrat Actionable Signals paired with ideas like these can be great setups.
4. Auto-hide timeframes based on specific timeframes selected. For this script, I look for HML lines to have at least 4 total candlesticks within the selected TF. I disable any setting that has 3 or less candlesticks. This applies to all timeframes. This will allow for you to leave several instances of the script in your chart and zoom in and out to see macro/micro levels of a chart. The example below has 2 different instances of the script enabled, first instance (Y, Q, M), and second instance (W, D, 4h). with the Month candlestick selected. Notice how only the Year HML plots are displayed. All other lower timeframes are hidden, this will allow for an easy transition into a lower timeframe analysis.
Same example as above, but now with the Weekly timeframe candlestick selected. Notice that without changing any settings on the scripts the Quarterly (White) and Monthly (Maroon) are now visible.
One more time, this time with the 30m candlestick timeframe selected. Notice that without changing any settings on the scripts the Day(Green) and the 4 hour(Pink) plots appear.
5. Custom Width Selection in script settings per plot type, High, Mean, Low and Open.
IMPORTANT NOTE for TradingView Admin: One of the lessons I would consider most important in attaining clarity regarding trading, is “TheStrat” by Rob Smith. His lesson on “actionable signals” is something that can be applied to any strategy. For this reason, I am including “MTFT TheStrat Patterns Pro” script in all images that will depict confluence for a better trade selection.
Example using TheStrat Pro MTFT with this indicator.
Look for a “TheStrat actionable signal” or a “TheStrat Reversal signal” on a smaller timeframe that has an instance of this indicator on a larger timeframe calculation that is in range of the candlestick that formed your actionable signal. This means that the indicators plot you are observing must be above the low and below the high of the candlestick that is the actionable signal/reversal signal. Image below shows what this would look like with this indicator.
The Image below shows what this would look like with this indicator. The selected timeframe is the Daily, it shows an ‘H’ char below which is an indication of a Hammer Actionable signal and the low from last week is in range showing some potential support. This actionable signal is meant to be played for LONGS. If the high is breached than you would enter a LONG position. For targets you would look at the previous pivots, for this example all targets were hit. This won’t always play out so nice and clean, but given that there is so many stocks and so many signals this is just a thought to improve the quality of the signal as it has extra confluence.
AS - Tightness4% up - stocks up 4% and close is in top 75% of days range
4.5% up - stocks up 4.5% and close is not in top 75% of days range
4% down - stocks down 4%
TB D - Inside Bar with days range of less than 2.5%
IB D - Inside Bar Daily
Rev D - lowest in 5 days and close in top 60% of days range
TB W - Inside Bar with weekly range of less than 6%
IB W - Inside Bar Weekly
3WTC - 3 Week Tight Close
showlast - no. of bars you want to see 4% up move and 4% down move
showlastib - no. of bars you want to see IB in Daily and Weekly
candlestick screenerhello traders..
I think it would be awesome if traders using a candlestick price action have a candlestick pattern screener.
so you just have to screen the securities, crypto, forex, commodities, spot the candlestick pattern easily and then you can set up trades..
This is a multi time frame candlestick screener, consist of:
1. Bullish & Bearish Kicker
2. Morning & Evening Star
3. Three White Soldiers & Three Black Crows
4. Tweezer Top & Bottom
5. Doji
6. Spinning Top & Bottom
7. Bullish & Bearish Harami
8. Bullish & Bearish Engulfing
9. Hanging Man & Shooting Star
10. Hammer & Inverted Hammer
the time frame of the screener, follows the Main Chart Time Frame;
- if your main chart in M5, then the result is in M5
- if your main chart in M15, then the result is in M15
- if your main chart in H1, then the result is in H1
- if your main chart in Daily, then the result is in Daily
- if your main chart in Weekly, then the result is in Weekly
- if your main chart in Monthly, then the result is in Monthly
Here are some the examples in multi time frame:
M5
M15
M30
H1
H4
Daily
Weekly
Monthly
Intraday Power 3 VisualDescription
This indicator draws a dynamic "Open High Low Close" type visual on intraday charts so the trader can easily keep track of the daily/weekly movement. This indicator was inspired by the Inner Circle Trader’s (ICT) “Power 3” concept, which is Accumulation, Manipulation, and Distribution of price on a daily timeframe.
Visual
This indicator plots the chosen timeframes opening price along with a live line for the current price. This makes it very easy to identify the daily/weekly range along it’s open. And the user can combine this indicator with my other indicator “Futures Exchange Sessions” to plot the midnight EST & 8:30 AM EST lines to get a great summation of over night price action.
Inputs and Style
In the Input section the user can dynamically switch between Daily and Weekly timeframes. Built in ability to move the entire Visual to the right makes preventing indicator overlap a breeze. All of the lines can be configured: color, style, and width. Independently toggle ON/OFF the Power 3 labels (Accumulation, Manipulation, Range Extension, Distribution) and can change labels color. The labels dynamically move and switch positions based upon bear or bull daily/weekly range.
Special Notes
The Futures market is open 23/5. It is closed everyday for 1-hour at 5pm EST and closed over the weekends. Because this Intraday Power 3 Visual is drawing in the 'future' on the users TradingView chart, when the visual is close or in a time when the market is closed, the visual doesn't behave properly. This is because TradingView doesn't display times when the Market is closed, thus the drawings cannot be displayed during those times. There is nothing wrong with the script. Please wait until the Market is open and the visual will be drawn normally.
This indicator is intended for use in the Futures Market
Market Maker Volatility Diameter V2 by Hawkeye Charting***German Description below***
Hey guys,
we are proud to publish the Market Maker Volatility Diameter V2!
Our goal with this indicator is to provide an All-in-one indicator, combining some special tools of open source scripts as well as some of our own developments and the algorithm of our MMVD V1.
We will create a video series very soon, where we will explain each aspect of the tool, your options and of course our trading strategies with this indicator.
You have the following technical tools and information combined in this indicator, which can each be shown and hidden:
- Psychological Ranges (Weekly Opening High/ Low for Crypto and Forex)
- Market Maker Sessions (Sydney, Asia, London, NY)
- Trade Cloud (algorithm developed by Hawkeye Charting)
- Fibonacci Cloud (inspired by watching paid offerings, coded by Hawkeye Charting)
- Display Moving Averages (select the visualization of up to 6 moving averages. You can change for each of these 6 MA's the type and the length.)
- Display Major Trend Cloud (developed by Hawkeye Charting)
- PVSRA Candle Colors
- Vector Candle Zones
- Pivots
- Pivot Fibonacci Levels (developed by Hawkeye Charting)
- OHLC-Levels
- Average Daily, Weekly, Monthly Ranges
- Volume Profile for Intraday Trading for up to 8 days.
We hope especially for people, who can not afford the Pro offering from TradingView, to give access to a good indicator, which includes many tools and alerts.
Our goal is to lower the barriers for new entrants and of course to protect people, to pay for indicators, which are completely insane priced.
Only, that you get an idea: the whole indicator has only cost me about 100 h of work (for a single person!), and I'm no Pine script expert, so don't get fooled when someone offers you insane amounts for an indicator...
There is no holy grail. Each indicator works only with calculations on previous data.
We appreciate seeing that you guys like this work, so please leave a like and a follow and share this indicator.
*****German Description*****
Hey Leute,
wir sind stolz, unsere 2. Version des Market Maker Volatility Diameter zu veröffentlichen!
Unser Ziel ist es, mit diesem Indikator eine All-In-One Lösung anzubieten, welche einige nicht ganz geläufige Tools sowie unsere eigenen Entwicklungen und natürlich den Algorithmus des MMVD V1 vereinen.
Wir werden in naher Zukunft eine Video Serie veröffentlichen, in welcher wir Stück für Stück jeden Aspekt des Werkzeugs, die Einstellungsmöglichkeiten sowie unsere Trading Strategien mit diesem Indikator erklären werden.
Ihr habt die folgenden technischen Werkzeuge und Informationen in diesem Indikator vereint, welche jede einzeln an- oder abgewählt und eingestellt werden können:
- Psychological Ranges (Weekly Opening High/ Low für Krypto and Forex)
- Market Maker Sessions (Sydney, Asia, London, NY)
- Trade Cloud (Algorithmus von Hawkeye Charting entwickelt)
- Fibonacci Cloud (inspiriert von der Beobachtung eines Paid-Indikators, Code geschrieben von Hawkeye Charting)
- Moving Averages (Ihr könnt die Darstellung von bis zu 6 Gleitenden Durchschnitten auswählen und für jeden dieser Durchschnitte den Typ und die Länge ändern.)
- Display Major Trend Cloud (entwickelt von Hawkeye Charting)
- PVSRA Candle Colors
- Vector Candle Zones
- Pivots
- Pivot Fibonacci Levels (entwickelt von Hawkeye Charting)
- OHLC-Levels
- Average Daily, Weekly, Monthly Ranges
- Volume Profile für Intraday Trading, Darstellungsmöglichkeit für 3-8 Tage
Wir hoffen, dass wir speziell für Leute, die sich nicht das PRO-Abo aufwärts von TradingView leisten können, Zugang zu einem guten Indikator, welche viele Werkzeuge und Alarme vereint gewährleisten zu können.
Unser Ziel ist es, die Eintrittsbarrieren für neue Marktteilnehmer senken und natürlich Leute vor wahnsinnigen Paid-Angeboten beschützen zu können.
Nur, damit ihr eine Vorstellung bekommt: den gesamten Indikator hat mich lediglich 100h Arbeit gekostet (für eine einzelne Person!), und ich bin kein Pine Script Experte. Also lasst euch bitte nicht verar******, wenn euch Paid-Angebote erreichen, mit dem Versprechen, den "zu 95% erfolgreich" Indikator erwerben zu können.
Es gibt keinen heiligen Gral, jeder Indikator arbeitet nur mit Berechnung von Vergangenheitswerten.
Wir würden uns riesig freuen, wenn euch diese Arbeit gefällt und ihr uns Likes und Follows hinterlasst und ihr diesen Indikator teilt.
BTC NVM Ratio - Onchain AnalysisIt is an onchain oscillator and is designed to operate at weekly timeframes and is only for Bitcoin.
Network Value to Metcalfe Ratio (NVM Ratio) is defined as the ratio of the log of market capitalization divided by the log of the square of daily active addresses in the specified window.
This oscillator evaluates bitcoin price according to the Metcalfe Ratio to shows whether the current value of Bitcoin is higher or lower than the real price
I made this comparison using a moving average of 100. The areas that are red in the weekly timeframe indicate that bitcoin is Overvalued. and The areas that are blue in the weekly timeframe indicate that bitcoin is undervalued.
Trading Assistant DiNGUETrading Assistant DiNGUE This indicator is like a trading assistant for your charts.
It helps set your biases and emotions aside and lets you focus on managing trades in an easy visual way.
Get various types of signals to enter your trades (either Long or Short). Then use take profits, stops, or the opposite signal to exit trades.
The signals are created from various indicators and sensibility options you can customize any way you want. Works on every timeframe.
You can customize every setting or used the preset ones. Preset settings adjust automatically based on the timeframe you are using on the chart.
The 12 Indicators are Volume - RSI - Stochastic - MacD - Moving Averages (MA) - Rate of Change (ROC) - ADX DMI Directional Movement Index - On Balance Volume (OBV) - Bollinger Bands - VWAP - ATR - Parabolic SAR.
Every indicator can be turned On or Off.
You can adjust the way it creates signals by selecting either 'rise-fall', 'crosses' or by combining both.
You can select the sensitivity of the signal from Normal - Safe - Safer.
You can adjust lengths or use the preset ones.
There are also additional options for each indicator, you can filter weak levels for ADX, filter for tight bands, have ROC above 0…
You can also plot several of those indicators on the screen. 2x Moving Averages, 2x VWAP, 2x ATR, 2x SAR for even easier visualization of the trend.
You can also plot fractals to facilitate once again on trend visualization. Higher high, lower low, higher low, lower high.
Trade with the Trend and Safe Trades:
If you want to have a higher chance of success, you can trade with the trend. First, select the trend timeframe you would like to use. Let's say the “Weekly” trend. Meaning it will generate a signal on the weekly timeframe and based on the result (Long or Short) it will only take trades in that direction. So the trend is LONG on the Weekly and you get a “Long” signal, it will take it. “Short” signals on the other hand will be treated as “stops” and won’t want to go against the trend by going ‘short’.
Safe Trend works in the same manner, but instead of using the signal on a bigger timeframe, it uses an indicator as to the deciding factor. Let's say you select the 200SMA as the “Safe signal”. The indicator will only go “Long” when above the 200SMA and “Short” under the 200SMA. Otherwise, it will put a stop instead of going against the trend.
Stop Loss:
There are 4 different types of stop-loss that you can use at the same time.
- Indicator Stop
- Fib stop
- Fix % stop
- Trailing stop
You can plot the stops directly on the chart AND OR add them to the panel for an easy visualization once again.
With the ‘indicator stop’, you can select one of the two: MA ATR SAR VWAP as a stop.
Fib stop, it uses fib numbers to calculate a stopping point.
Fix %, you can select your max loss in percent. Could be 2%, 5%
A trailing stop is like a fixed stop but that will trail as the price moves in the right direction.
Take Profit:
There are 4 different types of take profit that you can use simultaneously.
- Fix % Take Profit
- ATR multiple Take Profit
- Fib multiple Take Profit
- Bollinger Band Take Profit
Fix % just let you set a fix take profit target in percent.
ATR multiple lets you select a target based on a multiple of the average true range.
Fib multiple lets you select a target based on a fib multiple
Bolling Band lets you take profit based on the Bollinger band settings you select.
Visual Panel:
The visual panel lets you see exactly how is the last trade progressing. It will give you the entry price, profit, stop, and target. You can turn it on or off, as is for the stop and target.
You can also decide to plot 1 position or more, you can even show all the possible signals, add backgrounds with colors. You can also plot the bigger Trend and Safe Signals explained above.
If you have any questions, suggestions, or comments, feel free to do so!
PAL indicator - Price Action LinesThis is the PALindicator - this is where the price action happens, PAL stands for Price Action Lines
----------
What is this indicator showing?
- there are 4 lines to work with
- red and yellow lines represents bearish levels
- blue and green lines represents bullish levels
- you can understand this indicator as dynamic support & resistance lines
- it will show you easy to read support & resistance breakouts
- it's something between pivot points and Fibonacci Retracement lines
----------
How does this indicator work?
- as mentioned before, there are 4 lines, on my opinion the blue and the green lines show you a continuation of a bullish trend
- the yellow and the red lines show you a continuation of a bearish trend
- if your crypto pair, forex pair, stock or any other instrument close above the blue line, its an buy opportunity
- if your crypto pair, forex pair, stock or any other instrument close above the yellow line, its an sell opportunity
----------
Which timeframe you recommend?
- we recommend to use this indicator for daily timeframe
- we also recommend to use this indicator for weekly and monthly timeframe
- in the indicator settings you can change the indicator timeframe from 250 (daily chart) to 52 (weekly chart) and 12 (monthly chart)
- after changing the indicator timeframe you have to change the chart timeframe to daily, weekly or monthly
- it's also possible to use this indicator intraday, but we don't recommend to use it with instruments which you can't trade (24/5 24/7)
send me a message for a free trial
Cowen CorridorI'm reposting the Cowen Corridor that was originally developed by Benjamin Cowen of "Into the Cryptoverse"
This indicator was originally developed by Ben publicly on stream. It may be used to predict upper and lower bound limits for the price of Bitcoin .
I've set up this indicator for it to be used on the weekly timeframe as was intended.
The indicator plots in any BTCUSD spot, futures , BLX index and BTCEUR .
It paints in all time frames, but Weekly time frame is the correct one to interpret the 'official' read of it.
For that reason, I've enabled by default an option that forces the indicator to display on the Weekly value even though the time frame could be higher or lower.
Credit for this idea goes to Benjamin Cowen: @intocryptoverse
Saylor to Schiff RatioI'm reposting the Saylor to Schiff Ratio indicator that was originally developed by Michael Silva
This indicator may be used to predict key momentum shifts in the price of Bitcoin
I've set up this indicator for it to be used on the weekly timeframe as was intended.
The indicator plots in any BTCUSD spot, futures , BLX index and BTCEUR .
It paints in all time frames, but Weekly time frame is the correct one to interpret the 'official' read of it.
For that reason, I've enabled by default an option that forces the indicator to display on the Weekly value even though the time frame could be higher or lower.
Credit for this idea goes to Michael Silva: @mikepsilva
Wave Chart v1##Wave Chart v1##
For analyzing Neo-wave theory
Plot the market's highs and lows in real-time order.
Then connect the highs and lows
with a diagonal line. Next, the last plot of one day (or bar) is connected with a straight line to the
first plot of the next day (or bar).
##How To Use##
if you want a weekly chart you drop the time frame to the daily chart.
Then you set the range to 7(if the market opens 7 days per week).
Then you click "highlight the bar that runs to plot" and you must shift the highlight to the last day that the weekly chart bar close(Sunday / Friday)
##Example 1
Weekly chart BTCUSDT on BINANCE
first open daily chart, set range = 7 and Bars_shift = 3 (shift highlight to Sunday)
##Example 2
Weekly chart XAUUSD on FXOPEN
first open daily chart, set range = 5 (market open 5 days per week) and Bars_shift = 1 (shift highlight to Friday)
##Note##
If the market has a special holiday Wave Chart may be inaccurate.
Multi-Timeframe Trend Analysis - Trend BoxesMulti-Timeframe Trend Analysis was created through a collaborative effort with David Ryan, three-time winner of the U.S. Investing Championship. In addition to working with William O'Neil, founder of Investor's Business Daily, David managed the New USA Growth Fund at William O’Neil + Company.
Identifying Trends and Box Types
It's easy to get caught up with the noise of tracking price movement, bar by bar. This is even more relevant on lower timeframes. When performing trend analysis, it can be very helpful to step back and look at the bigger picture.
To help facilitate visualizing trends, with this indicator you can view higher timeframe data without changing to a new chart:
■ View the weekly trend from a daily chart.
■ View the monthly trend from a weekly chart.
■ View the quarterly trend from a monthly chart.
The weekly chart of GOOGL is shown below. Each box encapsulates one month of trading activity. You can also see the four types of boxes that may be shown: up, down, inside and outside.
Up Box - When a box highest high is above the previous box high, it is considered an up box. The percent change shows the increase from the previous box highest high to the highest high of the current box.
Down Box - When a box lowest low is below the previous box lowest low, it is considered a down box. The percent change shows the decrease from the previous box lowest low to the lowest low of the current box.
Inside Box - When a box highest high is below the previous box highest high, and the box lowest low is greater than the previous box lowest low, it is considered an inside box. Two percent changes are shown. One indicating the decrease from previous box highest high to the highest high of the current box. The other indicating the increase from the previous box lowest low to the lowest low of the current box.
Outside Box - When a box highest high is above the previous box highest high, and the box lowest low is below the previous box lowest low, it is considered an outside box. Two percent changes are shown. One indicating the increase from previous box highest high to the highest high of the current box. The other indicating the decrease from the previous box lowest low to the lowest low of the current box.
Special Note for Outside Boxes: As far as outside boxes and whether they are continuing or changing the trend, it depends on the action of the most recent high or low. The box is considered to be an up box if the highest high is more recent than the lowest low, and vice versa.
How to Use the Indicator
The goal of this indicator is to help spot changes in the trend. Historical price data has shown that movements up/down often occur in threes. By looking for boxes encapsulating higher timeframe moves, we can see when a trend may be changing.
Three Higher Highs - If price movement is sideways or down and is followed by three consecutive higher highs, this may be the start of an uptrend.
Three Lower Lows - If price movement is sideways or up and is followed by three consecutive lower lows, this may be the start of a downtrend.
Percent Change Information
Each box has an optional percent (%) change value. Refer to the image and description below for more information.
Additional Examples
Features
■ View price action trends of higher timeframes without changing the chart timeframe.
■ View percent gain/loss from one box to another.
■ Customize box border and background colors.
■ Show/hide percent change values.
Institutional Behavior AnalyticsJapanese below / 日本語説明は下記
■Summary
This indicator provides analysis on institutional investors/traders’ behavior by discovering and interpreting patterns of CFTC positions and price action in order to help users follow market directions that maker makers create and make decisions.
■What can we do with this indicator?
●Display institutional investors/traders’ position(CFTC COT position)
●Analyze institutional investors/traders’ behavior
Analyze institutional investors’ behavior from CFTC position data and price action and patternize the movement where strong buying/selling pressures are indicated
●Notify institutional investors’ behavioral changes with signals and alerts
In case strong buying/selling pressures detected, signals will be displayed along with the factors by which the behavioral changes identified. Alerts can be set with the same condition as signals.
■Why is it important to analyze institutional investors/traders behavior?
Financial markets are created by institutional investors/traders aka market makers. Analyzing their behavior and knowing where they are heading are chances for retail traders for trend trading.
■Functions
There is three core functions in this indicator.
1. CFTC COT Positions
2. Institutional Behavior Analysis
3. Alert
■Function Details:
1. CFTC COT Positions
1-1. CFTC COT Position
This indicator shows COT(Commitment of Traders) positions provided by CFTC with selection of legacy format and new format.
Users also can select position type from Futures only and Futures and Options.
Data source is quandle.com
The indicator shows the data of the assets listed below based on the code and the ticker code of which users open charts.
This is upgrade functions of CFTC Positions by COT Report(Legacy and New Format) Indicator which I previously released by adding more assets and new functions; (1)manual CFTC code entry, (2)display of changes from previous week and (3) Auto-identification of peak position level (see below)
CFTC Positions by COT Report(Legacy and New Format)
Indices:
Dow Jones Industrial Average / CFTC code:12460P / when DJI/US30 open
S&P 500 STOCK INDEX / CFTC code:13874P / when SPX / SPX500USD /US500 open
NASDAQ-100 STOCK INDEX / CFTC code:20974P / when NDX/US100 open
E-MINI Russel2000 INDEX / CFTC code:239742 / when RUT/US2000 open
NIKKEI STOCK AVERAGE / CFTC code:240741 / when NI225 / JP225USD open
Currencies:
EURO / CFTC code:099741 / when EURUSD open
Japanese Yen / CFTC code:097741 / when USDJPY open
British Pound / CFTC code:096742 / when GBPUSD or EURGBP open
Australian Dollars / CFTC code:232741 / when AUDUSD open
New Zealand Dollars / CFTC code:112741 / when NZDUSD open
Canadian Dollars / CFTC code:090741 / when USDCAD open
Swiss Franc / CFTC code:092741 / when USDCHF open
Commodities:
USOIL / CFTC code:067411 / when USOIL open
Brent oil / CFTC code:06765T / when UKOIL open
GOLD / CFTC code:088691 / when GOLD or XAUUSD open
Silver / CFTC code:084691 / when SILVER or XAGUSD open
Platinum / CFTC code:076651 / when PLATINUM or XPTUSD open
Palladium / CFTC code:075651 / when PALLADIUM or XPDUSD open
Copper(Grade#1) / CFTC code:085692 / HG1! or HG2! Open
Natural Gas(Henry Hub) / CFTC code:023391 / when NATURALGAS open)
Corn / CFTC code:002602 / ZC1! Or ZC2! Open
Cryptos:
Bitcoin / CFTC code:133741 / when BTCUSD open
Ether / CFTC code:146021 / when ETHUSD open
Data to be displayed:
Legacy format:
1. Open Interest
2. Non Commercial Long
3. Non Commercial Short
4. Non Commercial Net Positions (calculated by 2 and 3)
5. Non Commercial Spreads
6. Commercial Long
7. Commercial Short
8. Commercial Net Positions(calculated by 6 and 7)
9. Total Long
10. Total Short
11. Non Reportable Positions Long
12. Non Reportable Positions Short
13. Non Reportable Net Positions(calculated by 11 and 12)
New format:
1. Open Interest
2. Producer/Merchant/Processor/User Longs
3. Producer/Merchant/Processor/User Shorts
4. Producer/Merchant/Processor/User Net Positions(calculated by 2 and 3)
5. Swap Dealer Longs
6. Swap Dealer Shorts
7. Swap Dealer Net Positions(calculated by 5 and 6)
8. Swap Dealer Spreads
9. Money Manager Longs
10. Money Manager Shorts
11. Money Manager Net Positions(calculated by 9 and 10)
12. Money Manager Spreads
13. Other Reportable Longs
14. Other Reportable Shorts
15. Other Reportable Net Positions(calculated by 13 and 14)
16. Other Reportable Spreads
17. Total Reportable Longs
18. Total Reportable Shorts
19. Non Reportable Longs
20. Non Reportable Shorts
21. Non Reportable Net Positions(calculated by 19 and 20)
Sample chart
Colors and chart type are configurable.
❶.Non commercial long(green)/short(purple)/net(blue) position
❷.All data in legacy format
❸. All net positions in new format
1-2 Manual CFTC code entry
Besides the assets above, users now can enter CFTC code manually when they want to specify CFTC code regardless of charts they are opening and see other assets' COT position data.
1-3 Changes from previous week
Changes from previous week are displayed as text for Open interest, Non Commercial Long/Short/Net positions.
1-4 Auto-identification of peak position level in past N week
By specifying number of weeks(=N), the indicator automatically identify highest position level in the past N weeks for Non-commercial long and short positions.
By knowing this, users can prepare for trend reversal possibilities.
Sample chart
2. Institutional Behavior Analysis
This indicator detects institutional behavior changes based on changes of positions and price action and then categorizes them into patterns where strong buying/selling pressures of institutional investors are indicated.
Once the patterns identified, those will be displayed as signals and also it plots the factors in text by which the patterns are identified in order to support users’ decision making.
Sample chart
What makes indicator suggest institutional investors’ strong buy/sell will be remarked in the bottom right corner.
Please be noted that this function works on weekly timeframe only as institutional investors positions are updated on weekly basis by CFTC.
3. Alert
Alerts can be set with the same condition as signals so that users do not miss indicated strong buying/selling pressure of institutional investors.
■What timeframe/trading style is this indicator for?
As CFTC position updated on weekly basis, weekly, daily and 4H timeframes are most appropriate hence swing trading and day trading is best fitting trading style.
Scalping? Possible but why would we aim such small movement, knowing the directions that institutional investors are going to which could lead to big trends.
---------------------------------------------------
■サマリー
機関投資家の建玉とプライスアクションに基づいて機関投資家の行動分析を提供するインジケーターです。
機関投資家の強い買い圧力、売り圧力が示唆されるケースをその構成要素と共にパターン分類。
マーケットメーカーの作り出す相場の方向性に追従しやすくなるように、ユーザーの意思決定を支援します。
■このインジケーターでできること
●CFTC建玉の分析
CFTC(アメリカ商品先物取引委員会)が公開するCOT(Commitment of Traders)レポートに基づき機関投資家や商業筋の建玉データを分析することができます。
●機関投資家の行動分析
建玉データと値動きから機関投資家の行動を分析することが可能です。
インジケーターは建玉データとプライスアクションを基に機関投資家の強い買い圧力、売り圧力が示唆されるケースをその構成要素と共にパターン分類します。
●機関投資家の行動変化をシグナルとアラートで通知
機関投資家の強い買い圧力、売り圧力が検知された場合、その構成要素と共にシグナルを表示します。またシグナル表示のタイミングでアラート設定することも可能です。
■なぜ機関投資家の建玉や行動を分析することが重要なのか?
相場はマーケットメーカーと呼ばれる機関投資家によって作られています。
彼らのポジション状況や行動を分析し、彼らがどの方向に進んでいるのかを知ることは、個人投資家にとってトレンドフォローでトレードする機会、特に大きなトレンドに乗る機会を見出すことに繋がります。
機能
このインジケーターには主に3つの機能が搭載されています。
1. CFTC建玉データの表示
2. 機関投資家の行動分析
3. アラート
1. CFTC建玉データの表示
1-1. CFTC建玉データの表示
COTレポートが提供するCFTC建玉をサブウィンドウに表示することができます。
データレイアウトについては、レガシーフォーマットと新フォーマットの二つのレポートフォーマットを選択可能です。
またポジション種類として先物のみを表示するか、先物とオプションを含んだポジションを表示するかの選択も可能です。
インジケーターが表示する対象の資産と該当のCFTCコード、どのティッカーコードのチャートで表示されるかは以下の通りです。(データソースはquandle.com)
この機能は以前リリースしたCFTC Positions by COT Report(Legacy and New Format) Indicatorのアップグレードバージョン機能です。
対象データが追加されている他、新機能として(1)マニュアルでのCFTCコード指定、(2)前週比の表示、(3)過去のピークポジションのレベルライン自動描画が追加されています。(詳細は下記)
CFTC Positions by COT Report(Legacy and New Format)
株価インデックス:
ダウ工業平均 / CFTC code:12460P / DJI/US30 を開いたとき
S&P500 / CFTC code:13874P / SPX / SPX500USD /US500
ナスダック100指数 / CFTC code:20974P / NDX/US100
E-MINI ラッセル2000指数 / CFTC code:239742 / RUT/US2000
日経平均 / CFTC code:240741 / NI225 / JP225USD
通貨:
ユーロ / CFTC code:099741 / EURUSDを開いた時
円 / CFTC code:097741 / USDJPY
ポンド / CFTC code:096742 / GBPUSD または EURGBP
豪ドル / CFTC code:232741 / AUDUSD
ニュージーランドドル / CFTC code:112741 / NZDUSD
カナダドル / CFTC code:090741 / USDCAD
スイスフラン / CFTC code:092741 / USDCHF
コモディティ:
WTI原油 / CFTC code:067411 / USOIL
北海ブレント原油 / CFTC code:06765T / UKOIL
ゴールド / CFTC code:088691 / GOLD または XAUUSD
シルバー / CFTC code:084691 / SILVER または XAGUSD
プラチナ / CFTC code:076651 / PLATINUM または XPTUSD
パラジウム / CFTC code:075651 / PALLADIUM または XPDUSD
銅(Grade#1) / CFTC code:085692 / HG1! または HG2!
天然ガス(Henry Hub) / CFTC code:023391 / NATURALGAS
コーン / CFTC code:002602 / ZC1! または ZC2!
暗号資産:
ビットコイン / CFTC code:133741 / BTCUSD
イーサ / CFTC code:146021 / ETHUSD
表示されるデータ:
レガシーフォーマット(一般的によく見るのはこのフォーマットです。)
1. Open Interest
2. Non Commercial Long
3. Non Commercial Short
4. Non Commercial Net Positions (calculated by 2 and 3)
5. Non Commercial Spreads
6. Commercial Long
7. Commercial Short
8. Commercial Net Positions (calculated by 6 and 7)
9. Total Long
10. Total Short
11. Non Reportable Positions Long
12. Non Reportable Positions Short
13. Non Reportable Net Positions(calculated by 11 and 12)
新フォーマット:
1. Open Interest
2. Producer/Merchant/Processor/User Longs
3. Producer/Merchant/Processor/User Shorts
4. Producer/Merchant/Processor/User Net Positions(calculated by 2 and 3)
5. Swap Dealer Longs
6. Swap Dealer Shorts
7. Swap Dealer Net Positions(calculated by 5 and 6)
8. Swap Dealer Spreads
9. Money Manager Longs
10. Money Manager Shorts
11. Money Manager Net Positions(calculated by 9 and 10)
12. Money Manager Spreads
13. Other Reportable Longs
14. Other Reportable Shorts
15. Other Reportable Net Positions(calculated by 13 and 14)
16. Other Reportable Spreads
17. Total Reportable Longs
18. Total Reportable Shorts
19. Non Reportable Longs
20. Non Reportable Shorts
21. Non Reportable Net Positions(calculated by 19 and 20)
サンプルチャート:
色とグラフ/線種は変更可能です。
❶.Non commercial(いわゆる投機筋)のポジション: ロング(緑)/ショート(紫)/ネット(青)
❷.レガシーフォーマットの全データ出力
❸. 新フォーマットで提供される全てのネットポジション
1-2 CFTCコードのマニュアル入力
上記のアセットに加え、任意のCFTCコードを指定して建玉データを表示することができます。
現在開いているチャートに関係なく、特定のアセットの建玉を確認したい時、他のアセットの建玉との相関を見るときに活用できます。
1-3 前週比の表示
Open Interest, Non Commercial(投機筋)のLong/Short/Netについて、前週比を表示します。
1-4. 過去N週間における建玉のピークを自動表示
過去N週間(Nはパラメータ設定)におけるNon Commercial(投機筋)のロング·ショートポジションのピークを自動で表示します。
過去の建玉のピークを知ることで、建玉が再びそのラインに接近した時のトレンド転換の可能性に備えることが可能です。
サンプルチャート
2. 機関投資家の行動分析
この機能では建玉の変化とプライスアクションから機関投資家の行動変化を検知し、機関投資家の強い買い、売りの存在が示唆されるケースをパターン分類します。
パターンが特定されたタイミングでシグナル表示するとともに、パターンを構成する要素(何を以て機関投資家の強い買い/売りの存在を判断したか)をテキストで表示することでユーザーの意思決定を支援します。
サンプルチャート
インジケーターが機関投資家の強い買い·売りの存在が示唆されると判断した要素がサブウィンドウの右下に記載されます。
この機能は週足でのみ有効です。
3. アラート
上記2のシグナルが表示されるタイミングでアラートを設定することができます。
機関投資家の強い買い·売りを検知したタイミングを逃さないよう活用してください。
■このインジケーターが適しているタイムフレーム
CFTCのポジションが週次で更新されることから、長めの時間軸である週足、日足から4時間足くらいまでが適しています。
トレードスタイルとしては、機関投資家が作る大きなトレンドに追尾するスイングトレードが最も適していると考えますが、デイトレードにも使えます。
Share market aasan hai CPR with MA & VWAP This script will allow to add CPR with Standard Pivots and 4 Indicators.
Standard Pivot has 9 levels of support and 9 levels of resistance lines. It has CPR , 3 levels of Day-wise pivots , 3 levels of Weekly pivots and 3 Levels of Monthly Pivots .
In Addition to the CPR and Pivot , this script will allow user to Add 4 more Indicators - SMA , EMA , VWAP and SuperTrend as well.
All the Support and resistance levels can be enabled / disabled from settings. It will allow to select multiple combinations of support and resistance levels across 3 levels at any of the 3 time-frames individually and combined.
All 4 Indicators can be can be enabled / disabled from settings. This will allow the indicators to be plotted individually and combined along with any combination of CPR & Pivots .
These number of combinations will allow user to visualize the charts with desired indicators, pivot support & resistance levels on all or any of the 3 time frames.
For Ease of access, listed few points on how the script works..
- CPR and day-wise level 1 & 2 (S1 & R1) enabled by default and can be changed from settings
- Day-wise Level 2 & 3 (S2, R2, S3 & L3) can be enabled from settings
- Weekly 3 levels and Monthly 3 levels can be enabled from settings
- CPR & pivot levels colored in blue lines
- All support levels colored in Green
- All resistance levels Colored in Red
- Day-wise pivot , support & resistance are straight lines
- Weekly pivot , support & resistance are cross (+) lines
- Weekly pivot , support & resistance are circle (o) lines
- SMA , EMA , VWAP and SuperTrend Enabled by Default
- SMA
- EMA
- SuperTrend