Main MAs and EMAs multi-timeframe for supportObjective is to map out different multi-timeframe support/resistance , all at once. Includes weekly, daily and 4H EMAs and MAs, as per the follow (allowing customization)
WEEKLY (in pink/purple variations):
- 13 EMA
- 21 EMA
- 34 EMA
- 50 M.A
DAILY (in green variations):
- 21 EMA
- 50 EMA
- 120 M.A.
- 200 M.A.
4H (in yellow/golden colors):
- 400 EMA
- 500 EMA
- 675 EMA
- 715 EMA
- 920 EMA
- 1150 EMA
Notes:
- Quite useful to all types of assets; crypto, commodities , stocks, etc...
- Ideally not to be visible all the time, as it can "pollute" the charts. But very helpful in moments of great volatility
Komut dosyalarını "weekly" için ara
Kyushu Legs - Advanced Ichimoku Kinko Hyo TechniqueWhat is Kyushu Legs?
Kyushu Legs created by the open price of 9 previous weekly candle and current weekly close price.
P/s: This is the advanced Ichimoku Kinko Hyo technique by Master Goichi Hosoda
Key Levels by RifeMy take on Key Levels script that plots:
- Daily Open
- Weekly Open
- Monthly Open
- Day of Week Range (i.e. Monday Range)
- Initial Balance
Open levels are not visible on higher time frames, such as Daily Open is not visible on Weekly Open nor Monthly Open.
Initial Balance is not visible on the following timeframes: 2H, 4H, 6H, 8H, 1D, 1W and 1M. All other time frames will show it.
D/W/M VWAPsPlot Daily, Weekly and Monthly VWAPs
Preferences:
- Enable/Disable Daily, Weekly or Monthly VWAPs
- Color
- Hide in own Time Frame (i.e. Daily VWAP is hidden on 1D TF and above)
Volume with Configurable Moving AveragesVolume with Configurable Moving Averages displays volume based on the current timeframe. For example, on a daily chart the volume shown is for the day. On a weekly chart, the volume is cumulative for the week.
There is also an option to configure the volume moving average lengths. The default for a daily chart is to calculate the 50-day moving average. On a weekly chart, the default is the 10-week moving average.
Features:
■ Configure moving average lengths for various chart timeframes.
■ Set width of volume bars.
■ Option to set bar color based on the previous close.
Learning Pine Script / Creating Your Own Indicators
One goal of this indicator is help others who are interested to learn Pine Script. The code is open source and I've included an abundance of comments. In future updates, I'll show additional Pine Script features and scripting concepts.
Speculation Ratio TerritorySpeculation Ratio Territory
It is used to find the Index Top or Bottom which will define the buying and selling zone.
It should be checked on a weekly chart.
Example : As Nifty Trades around 248 days in a year.
So, 248/2 = 124
Now Use 124 DSMA on weekly chart.
Suppose Nifty 124 DSMA is @16000 and Current Market Price is 16500, then
SRT = 16500/16000 = 1.031
Top SRT of Nifty = 1.55
Bottom SRT of Nifty = 0.55
One should start investing when SRT value is between 0.55 to 0.75
And exit when SRT value is between 1.30 to 1.55
0.55 to 0.75 --> ENTER (Green Zone)
0.75 to 1.30 --> HOLD (Blue Zone)
1.30 to 1.55 --> EXIT (Red Zone)
Credit for DSMA Script : //Deviation Scaled Moving Average by John Ehlers
Adam Khoo Moving AveragesThis indicator will plot the simple and exponential moving averages Adam Khoo is also looking at for buying opportunities.
The best timeframe to use this indicator is the daily chart . The weekly moving averages are hard coded and don't change on any other timeframe. The other moving averages will show the values of your current timeframe.
In the settings you have the option to change the values of the moving averages and to show or not show the current timeframe moving averages or the weekly moving averages.
A label will also show the current value of all moving averages. To hide this label, go into the settings and click on 'Style' and at the bottom uncheck 'Labels'.
Happy trading ;-)
Periodic Range [Rheo]This script fills daily and weekly ranges and displays daily and weekly open and previous close reference lines.
Test - key levels indicator1. Current monthly, weekly and daily open
2. last week's high and last week's low
3. current monthly, weekly and daily highs/lows
Bitcoin Bubble Strength IndexFor those who interested, here is a Bitcoin Strength Index source code. I used it on weekly chart with params (close,28). And only with Bitcoin . And only during bull run. It shows how far price went off the particular moving average during bubble run (i.e. being above BB). Weekly MA 28 is approximately daily ma 200.
The physical meaning of this indicator is to show current bull rally "speed".
High timeframe Highs, Lows, Opens, Closes. HTF Candles displayPosting previously requested indicator.
Overlays higher timeframe high and low over the current bars - pictured is daily high and low overlayed on lower timeframe chart.
Can be set to fill between the open and close to show higher timeframe candles by color, with bullish or bearish fills
Very versatile and can be used to display weekly or monthly opens, or used to display previous weekly highs and lows for charting out possible liquidity points, etc.
Originally converted from Chris Moody's HLOC pine version 2 indicator.
Donchian DipThe Donchian Dip
This strategy is designed to look for good "Buy the Dip" entries on stocks that are clearly in a strong 1-year upward trend. If you do not know how to identify those stocks on your own please do not use this system or continue your education until you do. The Donchian Dip strategy was designed on the daily time frame but works amazingly well on both daily and weekly timeframes. It does still work on intraday charts also if the current trend on the daily chart is in a strong uptrend.
Chart Setup:
3-period Donchian Channel with a 1-period offset (hide basis)
Bollinger Bands with the default settings of 20/2 (display basis)
Entry Signals:
There are 3 different entry signals that will be printed on the chart that have similar underlying criteria but are ranked based on skill level just like ski slope skill levels! I recommend only taking green entries until you are familiar with the system and the stocks you are trading.
Green Easy Entry:
This is the safest buy the dip entry that is normally found at or near a large retracement bottom. You might get one or two bad entries but be persistent and eventually, a great entry will present itself!
These are the specifics for the conditions that trigger a Green entry if you want to know what they are:
1. The current bar is an up bar (green or white bar) and closed above the lower Donchian channel
2. Previous bar or 2 bars back closed below the lower Donchian channel
3. Previous bar or 2 bars back closed below the Bollinger Band Basis (20 SMA )
4. The low of the previous bar or 2 bars back was below the lower Bollinger Band
Blue Intermediate Entry:
This is a decent entry if you missed the green entry, want to add to an existing position, or are not sure it will pull back far enough to even give a green entry. I would suggest only trade these entries to add to an existing pyramid position or get back into a trade that you were recently stopped out of. However, on high-flying stocks like TSLA these signals and the Black Diamond entry signals might be the only ones you get for a long time. Also, on the weekly chart, Blue or Black entries are sometimes all you will get for a year or more.
These are the specifics for the conditions that trigger a Blue entry if you want to know what they are:
1. The current bar is an up bar (green or white bar) and closed above the lower Donchian channel
2. Previous bar or 2 bars back closed below the lower Donchian channel
3. Previous bar or 2 bars back closed below the Bollinger Band Basis (20 SMA )
Black Diamond Advanced Rule:
This is normally just a small pullback re-entry signal on a strong trending stock like TSLA ...trade with extreme caution!!! You have been warned but daredevils feel free to give it a shot. I sometimes do trade these entries if the market and sector of the stock I am trading are extremely bullish or if I am looking to add to a position but I use a conservative stop.
These are the specifics for the conditions that trigger a Black entry if you want to know what they are:
1. The current bar is an up bar (green or white bar) and closed above the lower Donchian channel
2. Previous bar or 2 bars back closed below the lower Donchian channel
3. Previous bar or 2 bars back closed above the Bollinger Band Basis (20 SMA )
Exit Criteria:
The goal of this strategy is to buy the dip and hold as long as possible...let's practice some Paytience and exercise those holding muscles! RLT!!!
So, we don't want to exit early but we also want to protect our profits somehow. We do this by using the built-in trailing stops that are defined by dots of three different shades of purple on the chart (feel free to change these in the settings). Simply move your trailing stop to the highest current dot price level. Do not move the trailing stop down ever even if a lower dot is printed later. These are simply the suggested trailing stops and definitely use your own judgment for exits but if you backtest this strategy enough you will most likely discover that in the long run, these trailing stops work really well.
I hope this strategy helps you to identify good "Buy the Dip" entries on stocks you love as well as trains you to hold your winners longer for bigger gains.
***HOW TO ADD TO YOUR CHARTS***
1) Click the "Add to Favorite Scripts" button
2) Go to a stock chart and click the "Indicators" icon at the top
3) Next, on the left, click the "Favorites" and then click the "Naked Put - Growth Indicator v2"
4) It should appear on your charts, and you can click the "gear" icon on the study to edit a few settings.
5) Read the release notes above so you understand how it works.
ALL TIME HIGHHH BTC!
Ola Amigos,
Weekly indicator.
This indicator, more commonly called "the Pi indicator", is based on the use of two moving averages: mm50 and mm16.
By dividing a mm50 in order to try to get as close as possible to PI, we fall back on mm16.
50/16 = 3.13
When the white curve passes above the blue curve, we are on historic highs.
It is very easy to test on the BLX, being the graph with the most history.
We can say thank you to JDC for this nice discovery which remains very useful for the rest of the BTC run.
Love!
Ola Amigos,
Weekly indicator.
Cet indicateur, plus communément appelé "the Pi indicator" est basé sur l'utilisation de deux moyennes mobiles : mm50 et mm16.
En divisant une mm50 afin de chercher a essayer de se rapprocher le plus pres de PI, on retombe sur la mm16.
50/16= 3.13
Lorsque la courbe blanche passe au dessus de la courbe bleue, on se trouve sur des plus hauts historiques.
Il est très facile a tester sur le BLX , étant le graph avec le plus d'historique.
On peut dire merci a JDC pour cette jolie découverte qui reste tres utile pour la suite du run BTC .
Love!
RSI Over 85When Weekly RSI, using Coinbase Data, gets over 84 , then it generates a marker on the chart saying FOMO
I had been manually checking that. However, this is needed for my own personal use as an alert. Hence, I created this.
This is so simple script that I have made this open-source.
Note: This is my own belief that whenever RSI is over 84 on weekly timeframe using COINBASE data, there may be one red candle nearby. This only works with BTC charts. It does not work with other charts.
Socrates Reversals PlotterSOCRATES Reversals Plotter
Introduction
This script is intended for users of the Socrates platform. This is located on ask-socrates.com which is property of AE Global Solutions, Inc.
Background
It is cumbersome to track the reversal system on the proprietary platform especially when users want to combine it with real-time data on TradingView. Some active reversals, especially those on the daily level change quite often and updating the charts regularly takes a lot of time. Therefore I've created this script primarily for the following reasons:
Simplify the process of keeping the charts updated
Standardize the look of the graphs so that they can be quickly understood when shared with other users for studying purposes and discussions
Features
v1.0 (20201203)
Add up to 5 daily/weekly/monthly reversals which will plot and format automatically
Easily hide daily/weekly/monthly reversals as a group
Highlight the range of a given unit of reversals. This takes the values of the lowest bullish and highest bearish reversals. They are expected to be written in #01 fields
Don't forget to use the option to "Save As Default" at the bottom of the Inputs tab. This will make sure all your reversals are stored even if you remove the indicator from your graph
Candles Trend 1ok so i republish this indicator again. first version had some repaint issue so it been removed
here the script does not suppuse to have this issue
so it basic 1 day MTF candles over 1 week MTF candles
blue color is bullish , orange is berrish
the signal and alert are produced by the crossing of the daily over the weekly close (in the case of the weekly it non security type of MTF.
for stocks I use 1 week over 1 month MTF on lower TF
NIFTY VIX BANDSThis script can be used to visually identify the 1 standard deviation range of price movement anticipated by NSE ticker for Volatility Index NSE:INDIAVIX
Ideal to use on NSE:NIFTY ticker only!
The NIFTY range is extended to Yearly, Monthly, Weekly, Daily based on the current value of INDIAVIX.
All options are customizable:
Time frame of the VIX Bands
Select / De-select of Plots for Yearly, Monthly Weekly and Daily
Trend M ver1this simple tool a helper for trader in order to put your target at the correct places:)
so script based on Trend M (open script in my page)
the script based on non security MTF that allow us to detect the M = mean average of resistance and support by MTF
best setting is either monthly or weekly
when you go on lower chart just put in the min the exact TF that you on. 60 min =60
2 hour 120
5 min =5
etc
when ever the trend is above the mean or M then it bullish =lime color. bellow the M is bearish =red color
the R1 and S level are % from the mean . so it can act for us either target or as stop loss
you can set the R1 or S1 as you like by % ratio . so 0.01 is 1%
0.1 is 10 % etc
all you need to find is the weekly or monthly range of the asset then put the % ratio that you wish up or down
you can use it with trend lines or other method .it just another tool to make you trade smarter
Trend MVery simple script where all you need is to put the time frame you are, just put min number
for example 5 min = 5 at Min
1 hour =60
4 hour =240 etc
green are bullish trend
red is bearish
the trend is based on weekly combination of High and Low with no security MTF ,at this way I attempt to put the possible weekly support and resistance to a much lower TF
so it just idea . let me know what you think:)
TimeframeBoxes(DailyBox) With E3Levels - SaeedKhakestar Method*** This is a Repaint Indicator that uses HIGH & LOW of Previous Range in the Custom Period(12H,1D,2D,3D & Weekly) for Trading In the Present with E3 Levels
TimeframeBoxes(DailyBox) With E3Levels - SaeedKhakestar Method
Version 1.00
Created by TWA_TradeWithAmir(TWA_PriceActionTips)
Updated 10/29/2020
Based On SaeedKhakestar Method(Trigger Price Action)
*With Entry Range
*With E3 Levels
*12H,1D,2D,3D & Weekly Boxes
*Entry Range & E3 Levels Belongs to Previous Box
*TRex Method
Pivot Fibonacci TradingWe use fibonacci in many things, why not the Pivot? Hey, it does works, price does reacts to the fibonacci off the pivot.
Pivots are road map for the price, fibonacci are just some stops or gas stations appear on the road, with these additional lines, there's more time for price to think about which way it'd move, therefore, more time for us traders to track and follow.
I know they usually use Daily pivot in H1, Weekly in H4 and Monthly in Daily timeframe, but since there are more lines now, price now needs space to travel between line. I recommend using Weekly Pivot for intraday(H1,...), Monthly for H4 and Yearly for Daily.
I also add some text that shows current day's range in pips (High - Low = range) and compare it to Average Daily Range. I thinks this is helpful if you use it for day trading.
I'll let this as a open sources as you may find something to customize in your own way.
Hope this helps you in someway, community :)
Happy trading!
#Thanks to @Davit on forexfactory for the idea
Litzo VWAPA basic VWAP that shows both session and weekly VWAP in one.
Defaults: source HLC3
Session VWAP: Price above : Line=Green. Price Below: Line=Red
Weekly VWAP: Price above: Line=Blue, Price Below: Line=Orange
Easy stockvery simple indicator for stocks and others
first step is weekly range of hull color in yellow and gray
next is linear regression length 100
signal are product of cross over of weekly hull and linear regression
put it on 4 hour chart and just follow the buy and sell:)
here some examples