Support and Resistance Pivot Points/Lines [Mauserrifle]Support and Resistance Pivot Points/Lines by Mauserrifle. A personal take on drawing support and resistance pivot lines. This indicator was born as the core of bot strategies I am trying to build. I think this indicator with its feature called “Cooldown rounding” can be useful to others to manually scalp or analyze charts. I did not find other indicators to do the same so I hope you find it useful.
A summary of the features:
It will draw high/low pivot lines based on a maximum of eight higher timeframes
You can set up how many days the lines are valid and appear per timeframe. The default period days are based on a 2m chart strategy. Consider higher values for day charts.
The lines will be drawn from the moment when they are KNOWN, which helps analyzing historical charts. You can change this behavior to make them draw from the pivot (looking at future data on historic data)
The pivot point lines can be rounded by multiple methods: round, ceil/floor, roundn (decimal) and round_to_mintick. This general rounding feature is disabled by default because, in my opinion, a much more useful one can be used which I call “Cooldown rounding” described in the next point.
Cooldown rounding: Round lows and highs for a cooldown period to keep the previous pivot line instead of adding a new line when they match the rounded value within the cooldown period. The existing line will be extended. This feature is useful because it makes sure the initial line is added to the exact high/low pivot level but any future lines within the rounding will just extend the existing line. Consider using roundn on some intraday charts such as SPY 2m.
You can set a maximum minutes for the cooldown. The default is 3 years which is just based on some charting techniques for scalping 2m. It will just enable the cooldown rounding permanently on the intraday (due max bar limit) and with a limit on daily. Tweak it to your needs.
It is possible to always add new pivot lines when a new high is higher or low is lower compared to previous line. Thus ignoring the rounding logic. Consider disabling it on intraday charts such as SPY 2m.
NOTE:
Only configured timeframes EQUAL/ABOVE your chart timeframe will activate
The default period days are optimized for a 2m intraday trading strategy. Consider higher values for day charts.
Max lines rendered is set to 500
Line calculation is limited by the max bars of the chart and date range
Repainting may happen on intraday when for example using a 2m chart timeframe with pivots on 15m+ (as documented by tradingview). Rendered days 7+ will also cause repainting issues on 2m charts. See tradingview support docs: 43000478429. For scalping manually using already known lines this shouldn't be a problem I think but be aware!
The default settings have been set so every chart timeframe will show lines without further configuration.
Keep an eye on the data window how many lines are rendered. Make sure you never exceed 500. Anything above will cause earlier lines to disappear which could be a problem when you use it to analyze historical data.
I hope you find this useful!
DISCLAIMER
Trading is risky & most day traders lose money. This indicator is purely for informational & educational purposes only. Past performance does not guarantee future results.
Cari dalam skrip untuk "daily"
Multi-time Frame Trend DirectionThis is a multi-time frame trend direction indicator. It indicates whether the trend is ascending or descending across multiple time frames: 5M, 15M, 30M, 1H, 4H, and Daily.
The logic is based on the positions of EMA12 and EMA26.
These EMAs are smoothed with an SMA.
Why 12 and 26, and why are they smoothed with 9?
As you might surmise, these parameters are derived from the MACD.
I recommend not altering the parameters, but the choice is yours. Enjoy.
[ADOL_]Trend_Osilator_beta
ENG) Trend_Osilator_beta
Introduction)
This is an indicator that analyzes and displays trends.
By taking the form of an oscillator, upper and lower limits are established, which limits the unlimited range that can appear on the chart.
Through oscillatorization, you can find overbought, oversold, and current trend areas.
This version is a beta version, so signals and alerts do not occur.
It adopts MTF and is a simple but functional indicator. Complement your skills with the trading methods below.
To use multiple time frames, use the timeframe.multiplier function.
We created a table using the table.new function and displayed the time zone selected in the current indicator at the bottom right of the chart.
When using multiple indicators, you can easily distinguish the currently selected time.
Principle)
Set up two moving averages with different speeds and make the relative difference.
Create the speed difference between the two moving averages using methods such as over = crossover(fast, slow) and under = crossunder(fast, slow).
The point at which the difference in relative speed decreases is where the possibility of inflection is high. Through the cross code, you can find out when the speed difference becomes 0.
It was created by determining the green and red areas at the inflection point.
Using the code of fill(fast, slow, color = fast>= slow? color.green: color.red, transp = 80, title = "fillcolor")
You can color and distinguish areas.
MA: MA_type can be selected (limited)
Min: This is the starting value to set the oscillator range.
Max: This is the final value to set the oscillator range.
Lenght: This is the number of candles used to calculate the calculation formula in the oscillator.
repaint: You can choose whether to draw a repaint. The default is OFF.
The coding for repaint settings for the indicator was written using the optimal method recommended by TradingView.
Reference:
security(syminfo.tickerid, tf, src )
Trading method)
You can set different time zones in Timeframe. Even if you change the time frame of the chart, it is displayed based on the time set in the indicator.
If the timeframe is set to 4h in the indicator, the standard that occurs in 4h is retrieved and displayed even if the chart screen is adjusted to 15m or 30m.
This is a feature of Multi-Time-Frame (MTF). The repaint problem that occurred when using MTF was resolved by referring to TradingView's recommended code.
User can decide whether to repaint or not. The default is OFF.
In the green area, Buy is the dominant opinion, and in the red area, Sell is the dominant opinion. simple!
You can gain good insight by deciding to buy or sell without moving too far from the point where the area changes.
- Settings are the most common default values. It is also possible to change the settings, but leave the settings as is.
If you want to do short shots, you can select the time frame as 1 hour, 15 minutes, or whatever time you want. If you want to analyze big changes, you can select the time frame as 4 hours or daily.
The recommended basic time frame is 4 hours.
- Upward divergence
We confirm that 8/25 is the lowest point.
- trend line
- Find a property for sale by amplitud.
Breaking a trend line that candles cannot indicate, It can be used to view branches.
Disclaimer)
This indicator is not an indicator that guarantees absolute returns and is used for simple reference purposes. Accordingly, all trading decisions you make are solely your responsibility.
KOR) 트렌드_오실레이터_베타
소개)
이것은 트렌드를 분석하여 표기해주는 지표입니다.
오실레이터 형태를 갖춤으로써, 상한과 하한이 정해지며, 이로 인해 차트에서 나타날 수 있는 무제한적인 확장영역이 제한됩니다.
오실레이터화를 통해, 과매수와 과매도, 현재의 트렌드 영역을 잘 찾을 수 있습니다.
이 버전은 베타바전으로 시그널과 얼러트가 발생하지 않습니다.
MTF를 채택했으며, 단순하지만, 기능적으로 훌륭한 지표입니다. 아래 매매방법에서 능력을 보완하십시오.
멀티타임프레임을 사용하기 위해 timeframe.multiplier 함수를 사용합니다.
table.new 함수를 사용하여 table을 만들고, 차트 우측 하단에 현재 지표에서 선택한 시간대가 표시되도록 하였습니다.
여러개의 지표를 사용할 때 쉽게, 현재 선택된 시간을 쉽게 구분가능합니다.
원리)
속도가 다른 두 개의 이평선을 설정하고 상대적인 차이를 만듭니다.
over = crossover(fast, slow) , under = crossunder(fast, slow) 와 같은 방법으로 두개의 이평선의 속도차이를 만듭니다.
상대적 속도의 차이가 줄어드는 시점은 변곡의 가능성이 높은 자리입니다. cross code를 통해 속도차가 0이 되는 시점을 알 수 있습니다.
변곡점에서 초록색과 빨간색의 영역을 결정하는 방법으로 만들어졌습니다.
fill(fast, slow, color = fast>= slow? color.green: color.red, transp = 80, title = "fillcolor") 의 코드를 사용하여
영역을 색칠하고 구분할 수 있습니다.
MA : MA_유형을 선택할 수 있습니다.(제한적 사용)
Min : 오실레이터 범위를 설정할 시작값입니다.
Max : 오실레이터 범위를 설정할 마지막값입니다.
Lenght : 오실레이터에서 계산식을 산출하기 위한 캔들의 개수입니다.
repaint : 리페인팅을 그릴지 선택할 수 있습니다. 기본값은 OFF 입니다.
해당 지표의 리페인트 설정에 관한 코딩은 트레이딩뷰에서 권장하는 추천 방법으로 작성되었습니다.
참고 :
security(syminfo.tickerid, tf, src )
매매방법)
- Timeframe에서 다양한 시간대를 설정할 수 있습니다. 차트의 시간프레임을 바꿔도 지표에서 설정한 시간을 기준으로 표시해줍니다.
지표에서 Timeframe을 4h로 설정했다면, 차트화면을 15m으로 조정하거나 30m으로 조정해도 4h 에서 발생하는 기준을 가져와 보여줍니다.
이것은 Multi-Time-Frame(MTF)의 기능입니다. MTF 사용시 발생하는 리페인트 문제는 트레이딩뷰의 권장코드를 참고하여 해결했습니다.
사용자가 리페인트 여부를 결정할 수 있습니다. 기본값은 OFF 입니다.
초록색의 영역에서는 매수가 지배적인 의견이며, 빨간색의 영역에서는 매도가 지배적인 의견입니다. 단순!
영역이 바뀌는 시점에서 멀리 벗어나지 않고 매매를 결정하면 좋은 통찰력을 얻을 수 있습니다.
- 설정값은 가장 보편적인 기본값입니다. 설정값을 바꾸는 방법도 가능하지만, 설정값을 그대로 두고,
단타를 하고 싶으면 타임프레임을 1시간, 15분, 혹은 원하는 시간, 큰 변화를 분석하고 싶으면 타임프레임을 4시간, 날봉 으로 선택하면 되며,
추천하는 기본 시간프레임은, 4시간입니다.
- 상승다이버전스
를 통해 8/25이 최저점이 됨을 확인합니다. 하락다이버전스는 같은 원리로 반대방향으로 그릴 수 있습니다.
- 추세선
그림과 같이 같은 영역의 고점을 이어 하락추세선을 긋습니다. 상승추세선은 반대입니다.
캔들이 표시할 수 없는 추세선돌파 지점을 볼 수 있게 활용가능합니다.
- 진폭으로 매물대 찾기
빨간색 영역의 저점과 초록색 영역의 고점이 발생할 때, 그 차이를 하나의 진폭으로 보고 범위를 설정합니다.
여기서 하나의 진폭은 위나 아래로 갈 수 있는 패턴값이 되며, 이 패턴값은 지지/저항으로 작용합니다.
얼러트)
얼러트의 설정이 포함되어 있지 않습니다.
면책조항)
해당지표는 절대수익을 보장하는 지표가 아니며, 단순한 참고용으로 사용됩니다. 따라서, 귀하가 내리는 모든 거래 결정은 전적으로 귀하의 책임입니다.
[GTH decimals heatmap] (wide screen advised)Preface
I share my personal general view on indicators below; skip ahead to the Description below if you are not interested.
It is my personal conviction that most - if not all - indicators rely mainly on trader's belief that they work, and in a feedback system like free markets they might become a self-fulfilling prophecy as a result, if (!) a big part of the traders believes in it, because some famous trader releases an indicator, or such person's public statement goes viral.
One of those voodoo indicators is the famous "follow-through day". There is zero statistical evidence for its validity, beyond the validity of a statement like "If it's bright at day it's usually the sun shining". The uselessness was proven exactly on its inventor's YT channel, Investors Business Daily. According to the examiner, its inventor William J. O'Neil himself could not explain the values used for this indicator. It might have been an incidental observation at some point without general validity. A.k.a "curve fitting". Still, it's being used by many today.
Another one of those indicators is the three points reversal on the S&P 500 Volatility Index (VIX) which allegedly might potentially maybe indicate a possible shift in trend. Both indicators share an immediately problematic feature: They use absolute values. Nothing is ever absolute in a highly subjective and emotionally driven game like the markets where a lot of money can be made and lost.
Most indicators can not produce additional information since they can only re-pack price/volume action. Many times an interpretion of the distance between price and a moving average and/or the slope of a moving average deliver very similar - if not better - results than MACD, RSI etc., especially with standard settings, the origin of which are usually unknown (always a warning sign). Very few indicators can deliver information which is otherwise hard to quantify, e. g. market noise (Kaufman's Efficiency Ratio or Price Density) or volatility, standard deviation etc.
It is common knowledge that trading the markets is a game of probability. No indicator works all the time (or at all, see above). In order to make decisions based on any indicator, the probability for its validity and the conditions under which validity seemed to have occurred, must be known. Otherwise it is just coffee grounds reading under the illusion of adding to the edge, when in fact it is only adding to the trees, making it even harder to see the forest.
Description
A common belief is that whole or half-dollar prices tend to be attraction points in price action, so a number of traders include those into decision making. But are they really...?
Spoiler Alert:
Generally, it is safe to say that for the big majority of stocks there is very thin evidence for it. It depends vastly on the asset, the timeframe used and the market period (pre/post/main trading times). If at all, there seems to be an above random but still thin evidence for whole prices being significant attraction points. Interesting/surprising patterns are visible on many stocks/timeframes/session periods, though.
The screenshot shows TSLA, 30m timeframe, two heatmaps added. The top one shows pre/post-market data only, the bottom one main market data only. The cyan fields indicate the strongest occurrence, the dark blue fields indicate the weakest occurrence of open/high/low/close prices at the respective decimal. The red field indicates the current/last price decimal.
Clearly, TSLA displays a strong pre-market attraction for .00, followed by .33 and .67 and .50. This pattern of thirds seems to be a unique feature of TSLA. In the main trading session it is being diluted by a more random distribution.
Other interesting equities to examine:
SPY: No significant pattern on any timeframe!
META: Generally weak patterns on all timeframes, but interestingly on the 1D there is evidence for less randomness on O and H, more on L and most on C.
AAPL: 1D, foggy attraction areas around .35 and .12. Whole price is no attraction area at all! Very weak attraction around .73.
AMD: Strong pattern on D, W, M, attraction areas around 1/16th intervals. No patterns on lower timeframes.
AMZN: Significant differences between pre/post and main session. Strong 1/16th pattern below D in pre/post.
TAOP: Strong 1/5th pattern on all timeframes.
Read the tool tips and go explore!
EMA 9/21 with Target Price [SS]Hey everyone,
Coming back with my EMA 9/21 indicator.
My original one was removed a long time ago because I didn't really realize that there were already plenty of similar indicators (my bad!) but this one is my unique, Steversteves edition haha.
About the Indicator:
Essentially, it just combines the 2 only EMA's I ever really use (the 9 and 21) with an ATR based analysis to calculate the average range a ticker undergoes after an EMA 9 / 21 Cross-over and Cross-under.
You can see the major example being in the chart above. I use this for dramatic effect as SPY just happened to have topped at the second expected bull target on the daily. But obviously the intention for this indicator is to be used on the smaller timeframes. Let's take a look at some examples with various tickers.
TSLA:
So let's just use the previous day as example (which was Friday). If we look to the chart below:
TSLA did an EMA 9/21 crossover (bullish) in premarket. This put the immediate TP at 234.59. If we play out the chart:
We shot right to it at open.
We then did a cross under with a TP of 225.93, but that was not realized as the sentiment was too bullish. We then cross back over to the upside, putthing next TP at 238.88 which was realized:
NVDA:
On Friday, NVDA was a bit of a mess, lots of whipsaw off open. But once we finally had a cross under with 3 consecutive closes below the EMA9/21 on the 5 minute chart, it solidified the likelihood of a short:
And this was the result:
We came down to the first target, held it actually as support before finally crossing back over, setting the next TP at 475.05. We got 3 consecutive closes above the EMA 9/21, so let's see what happened:
Nothing really, we closed before we got there, but we did make progress towards it.
And last but not least SPY:
We opened the day with a bullish crossover and 3 consecutive closes above the EMA9/21, making our TP 441.38 (chart above). Let's see what happened:
We came just shy of it after the fed release volatility slammed it down, where we got a crossunder (bearish) to a TP of 436.21:
This ended up playing out, we did get a bullish crossover later in the day and so let's see what happened then:
So those are the real examples, most recent examples of trading using this. They are not all perfect, which is intentional because you need to use a bit of your own analysis, of course, when you are using this type of strategy or indicator. The EMA 9/21 is not sufficient generally on its own, but it is very helpful to gauge the immediate PA and whether the expected move aligns with your overall thesis on the day in terms of realistic target prices.
Customizability:
In terms of the customizability, this is a very basic indicator aside from the assessment of ranges. So there really is not a lot to customize.
You can toggle off and on the labels if you do not want them, you can also adjust the lookback length for the ATR assessment. The lookback length is defaulted to 500, I do really highly suggest you leave it at 500 because this has worked well for me and in back-testing, it has performed above my own expectations.
But, that said, you can take this and back-test as you wish with whatever parameters you feel are most appropriate. I haven't back-tested this on every stock known to man, my go to's are SPY, QQQ, sometimes MSFT and so it works well on those. But perhaps some others will have differing results.
Final Thoughts:
That is the indicator in a nutshell! It is really self explanatory and its likely a strategy most of you already know. This just helps to add realistic price targets and context to those cross-overs and cross-unders.
It also works fine on larger timeframes. We can see it on the 1 hour with MSFT:
On the 2 hour hour with QQQ:
And I am sure you can find other examples!
That's it everyone, safe trades!
ICT Playbook by dokterfuseFEATURES
- New York daily ranges high to low
- 08-12 UTC-5 Time Window Highlighted
- New York day of week divider
- Weekly high/low + EQ
- TGIF
- Monday & Thursday range extended
- Weekly open
- Midnight open
- Previous daily range percentiles (fib)
- 5 ADR
PURPOSE INDICATOR & UNIQUENESS
The concepts used in this indicator are widely variated from teachings by 'The Inner Circle Trader' the purpose of this indicator is to give the 'ICT community' the
resourse to automate the visualization of the daily ranges in New York Time. The highs and lows from 00:00 - 00:00 [New York Time) will be horizontally plotted along
with vertical daily dividers. The indicator solves the struggle of having Tradingview's editor's 'normal' daily highs and lows which opens at 05.00 PM New York Time.
The indicator has flexible settings, so you can enable/disable whatever feature you'd like to have displayed. There is no other indicator which will give you the
daily range in New York Time. The previous daily range percentiles in new york time are the 25%, 50%, and 75% levels measured from the previous daily range
high and low , they are extended to the current day, this to measure whether price is in a premium or discount, and to converge it with PD Array's.
This feature alone, is nowhere to be seen... The concept of dividing daily ranges starting from 00.00 New York Time brought by ICT, can open a whole new world to
reading price action. This indicator enables it to plot these levels out automatically, without worrying about the 'normal daily open' at 05.00 PM New York Time.
The other features in the indicator such as TGIF, Weekly Range, 5ADR, Midnight Open, and more are mainly build to give you an intraweek perspective about
the behaviour of price action during specific times and 'time' levels, such as the opening price at midnight or the previous daily equilibrium .
TIMEFRAME & MARKETS
Since this indicator is made with the purpose of giving you an intra-week perspective, the author of this script would advice you to use anything in between
the '15m-1h' timeframe. The indicator is made mainly for Forex Pairs, however feel free to use it on other markets too.
WHAT IS NOT THE PURPOSE OF THIS INDICATOR
As the name tells you 'ICT Playbook'; it's a playbook of concepts by ICT for you to 'play around' with, so for study and educational purposes. This indicator IS NOT
a trading system, or a signal provider. Nor is it a roadmap of what's happening to the markets... Without a background in ICT his lectures, you won't have any idea
what kind of value this indicator provides. You will only understand this indicator if you are an intermediate ICT student.
FEATURES INSTRUCTION
1. New York Daily Ranges: This feature will plot 2 horizontal lines each day starting from 00.00 , 1 placed at the low and 1 placed at the high.
It will also plot vertical dividers in between. The line color and style are adjustable in the settings.
2. Time Window: This feature will plot a colored and transparent background to highlight the 08:00-12:00 New York Time window, which is often a time window
where a lot of volume enters the market. The 8.30-9.30 is extra highlighted, cause of the news embargo's and equities open will often bring 'Manipulation'.
3. New York Day of Week Divider: Will plot the names of the days above the chart
4. Weekly high/low + EQ: This feature will plot the current low and high of the week. Also, it will plot the EQ, which stands for the 'Equilibrium' of the weekly range
.
5. TGIF: 'Thank God It's Friday'; a concept of ICT where if we had consecutive up-days/down-days it will plot the 20%-30% of the weekly range .
6. Monday + Thursday Range Extended: ICT explained algorithmic principles coupled to these days. For example: "In a bullish week we can use Monday's high as support".
7. Weekly Open: Opening price of the weekly candle.
8. Midnight Open: Opening price of New York Midnight / True Day Open.
9. Previous Daily Range Percentiles: 25%, 50%, and 75% levels extended of the previous daily range .
10. ADR: 'Average Daily Range', the average range of 5 daily candles, the current daily range, and the previous daily range plotted in a table.
AUTHOR
This script is created by dokterfuse for the ICT community to make their tradingview experience easier. I'd like to give credits to ICT for his concepts used in this script.
TERMS & CONDITIONS
The indicator is only created for educational purposes, the script does not take any responsibility for the user's decisions in the markets. When using the tool,
you're agreeing to the 'Terms & Conditions'.
FUTURE UPDATES & BUGS
The script will be maintained and updated after the public release. Bugs and Ideas can be suggested in the comments.
Wick Hunter MVWAP & RSIWick Hunter MVWAP & RSI to be used to produce quality reversal entries based on VWAP with added RSI Filtering.
The MVWAP allows our traders to utilize different timeframes in combination, and send alerts directly to Wick Hunter via the any alert function.
Wick Connect MVWAP & RSI was designed specifically to work with Wick Hunter, the lightning fast cryptocurrency trading robot that can trade for you 24/7. Simply input your UUID and start trading automatically with Wick Hunter!
Added additional logic for VWAP crosses, alert conditions and table for visualization which can be helpful to backtest VWAPS and plot current distance away from VWAP settings, in percent.
The VWAP is accurate across all timeframes and will show multiple VWAP Values (3 timeframes each with separate long and short VWAP values).
Default values of 1/5/15 Minute, 5 Period with "SAFE" VWAP Values for new users. Recommended for users to always plot and backtest VWAP Settings manually before running any alerts or active configurations.
Added alert condition on Short/Long crossing for each timeframe which can be fired to trigger trades to Wick Hunter.
Alerts are now fired using crossabove and crossbelow logic which avoids fake signals. Previous script versions would fire signals anytime above/below VWAP resulting in bagged trades. With the new crossing condition we are sure that the previous candle price was below/above the vwap and then price crossed on the current candle to fire the alert.
Alerts also now require a reset, meaning that the price must move above/below the VWAP after firing an alert to retrigger an alert. This will reduce entries however improve entry quality.
Alert repainting was improved as well, however you may still see alerts fire and repaint over. Generally speaking if price goes close to the Long or Short VWAP - expect a signal to fire if using once per bar.
Alerts will fire as soon as price crosses the VWAP Line if using "Once per bar", and may disappear after.
Alerts shown on the chart are confirmed via candle close, and as such, "Once per bar close" should be used if the user wants to only trade confirmed signals shown on the chart.
"Distance from VWAP Settings" table is now plotted across all timeframes which will allow users to see an accurate distance from their current VWAP Settings.
For instance if you are on the 1 Minute timeframe with a long VWAP of 1% the table will plot the current distance (in %) that price is away from the 1% VWAP .
During a market dump you would see the 1% VWAP near current price and its value in the table may be less than 1%.
The data in the table can be very useful for backtesting and checking VWAPS daily. The VWAP will move radically in volatile days and as such this may allow users to further tweak their VWAP Settings.
To use this script simply Favorite and add to your chart.
Happy Trading :)
Oasis Trading Group: Correlation Table The Correlation Table is an indicator that is used to measure the Correlation Coefficient of multiple assets at the same time in an easy to read table.
A quick introduction into reading a Correlation Coefficient:
A strong positive correlation (one asset moves in one direction the other asset also moves in the same direction) = +1.00
A strong negative correlation (one asset moves in one direction the other asset moves in the opposing direction) = -1.00
Typically you would like to see the correlation strength to be greater than 0.7 or less than -0.7 for there to be a tradable correlation. A reading close to zero would not offer optimal trade entries.
The other data the indicator is showing is the overall trend. This reading is a simple calculation based on the correlation length the user inputs, the indicator will determine if price action is trending up or down based on this length.
The indicator has a reading for the current timeframe that is on the chart and also a second timeframe which is defaulted to the daily.
This indicator is an add-on to the and I hope to have more updates coming soon.
For Access or Questions: Private message us. Thank you.
Kalman Gain Parameter MechanicsFrequently asked question is to explain how Gain parameter works in kalman funtion. This script serves as a visual representation of Gain parameter of Kalman function used in HMA-Kalman & Trendlines script. (The function creator's name was misspeled in that script as Kahlman)
To see better results set your Chart's timeframe to Daily.
Heikin Ashi Smoothed Buy Sell (Sunseeder) I like to use it on the daily. This helps with indicating buy signals on the DXY, BITCOIN and ETH charts. You're able to customize the colors of the buy signals etc. Enjoy!
FibDay by CLKEN: It determines the fibonacci levels based on the high and low price of the previous day. You can track daily.
TR: Bir önceki günün en yüksek ve en düşük fiyatına göre fibonacci seviyelerini belirler. Gün içi takibi yapabilirsiniz.
Deluxo Dow Kill ZonesCAPITALCOM:US30
Edit* under settings remove the plot line its not needed.
Deluxo Capital
Dow Kill Zone Indicator
PLEASE READ ALL
About: This will help you find large moves that happen often on US30. This will work for gj and probably other indices but I've designed this to work for US30 day trades.
If I see a trade I will scalp within the blue zone, besides that the best trades are anywhere outside the colored zones and you will generally find good entry's/exits just as those zones end.
So you're just scalping between these zones. Stay with me tho.
How to use: You can trade the blue session or wait it out because that's a high risk area but with time you will enjoy trading it as you get to know how price reacts or how the order blocks/order flow looks.
This works for: Day trades mainly but can be for swing trades.
Time fame USE: 1-15min I like 5-15m
Red Zone = This zone I like to enter shorts or longs all the way to the blue zone depending how price action reacted to the Asian high or low. Was the Asian high taken out?/was the Asian low taken out? Trades are taken around when this zone ends down to the blue zone.
Blue Zone = Modified New York Session hours High vol window good scalps or enter trades after the blue zone to the next zone the
Gray zone = 30 min Pre-Spread Warning. This zone is always the best time to exit your trades its just grays out 30 min before spreads open up. Some of the best trades are after the blue zone to this gray zone.
EXTRA* I also use this indicator and I recommend you to use this aswell these two together work great I use them daily.
AsiaSessionHighLowMidLines by marekmajer
This is my personal system for scalping dow. I hope this helps you as much as it helps me and I'm sure as you see how price reacts you too can see the value in this. Please enjoy!
You can adjust the colors and remove the plot line over the candles I don't code well this is my first time I just tossed this together and I can't remove the plot line so just uncheck it.
Thank you
Deluxo Capital
KTA - ALT/BTC Strength DetectorThis is an indicator that displays the Relative Strength Index (RSI) of Total Crypto Market Capitalization Excluding BTC (ALT MCAP.) and BTC ONLY Market Capitalization (BTC MCAP.). Both RSI's have a lookback of 60Days, and the timeframe is hardcoded to daily. So it's a lookback of 60 days calculation for both RSI's.
The histogram is a visual representation of the difference between the BTC MCAP. RSI and the ALT MCAP. RSI If the color of the histogram bars is blue, this indicates that the BTC MCAP. RSI is higher than the ALT MCAP. RSI (BTC MCAP RSI crossed over ALT MCAP RSI) and visa versa for the green bars (ALT MCAP RSI crossed over BTC MCAP RSI).
This indicator can show the strength of the cryptocurrency market (excluding bitcoin) capitalization versus the Bitcoin-only market capitalization.
Yellow trendline = ALT MCAP. 60 day RSI
Purple trendline = BTC MCAP. 60 day RSI
Note: Histogram base has been set to 50 to fit the histogram in the same area as the RSI's so the calculation for the histogram is ( (ALT MCAP. 60day RSI / BTC MCAP. 60day RSI) *50 ).
Please note I am not a finical advisor, and I do not intend to give financial advice; I am only making this chart as I love scripting here on Trading View, and I would like to give something back to this fantastic community.
I hope you enjoy it.
Best,
KTA
Three Golden By Moonalert =========================
English
=========================
Three Golden By Moonalert
(Green Bar) BUY = All three conditions are agree uptrend.
1 candlestick is on the middle line of Bollinger Bands
2 RSI is more than 50
3 MACD cross up Zero Line
(Red Bar) SELL = All three conditions are agree downtrend
1 candlestick is under the middle line of Bollinger Bands
2 RSI is less than 50
3 MACD cross down Zero Line
(Yello Bar) Wait and see = some candition are agree uptrend or downtrend
Basic logic is
Green = Buy
Red = Sell
Yello = wait and see
Working Good for TF Daily.
=========================
THAI
=========================
เขียว = ซื้อ ( Bollinger bands , Rsi , Macd บอกขึ้นทั้งหมด )
เเดง = ขาย ( Bollinger bands , Rsi , Macd บอกลงทั้งหมด )
เหลือง = นั่งนิ่งๆ ( Bollinger bands , Rsi , Macd บอกขั้นหรือลงบางตัว )
สามารถปรับMACD ระหว่าง
Cross Signal กับ Cross Zeroได้ เเนะนำอย่างหลัง
สามารถปรับ EMA 20 50 200 เปิดปิดได้ที่ตั้งค่า
Multi-timeframe MAs + Stoch RSI SignalsHello traders,
I welcome you to my first published script on TradingView: “Multi-timeframe Moving Averages + Stochastic RSI”.
The script is based on a simple formula: Buy signals are generated when a fast moving average is above a slower moving average (uptrend) and the Stochastic RSI K line is crossing above the oversold level (entry).
Sell signals are generated when a fast moving average is below a slower moving average (downtrend) and the Stochastic RSI K line is crossing below the overbought level (entry).
This indicator works best in strong trends!
**Please note the above example has repainting turned on which may produce unrealistic results when viewing historical data. See below for more information regarding this and how you can turn it off.**
The user has the following inputs:
- Option to change the Stochastic RSI settings, including the oversold and overbought levels.
- Option to enter any value for both the Fast Moving Average and the Slow Moving Average.
- Option to change between EMA or SMA for each moving average.
- Multiple time frames to choose from, as well as the ability to selectively turn off individual time frames (both plots and alerts).
(Default time frames are 1 hour, 4 hour, and Daily. You can have a 4th time frame by changing your current time frame to something lower than the other 3 time frames)
- Turn on/off repainting: If repainting is turned on you will get an alert and buy/sell signal on chart immediately when condition is met, however the signal may disappear from chart if the condition reverses during the same candle.
If repainting is turned off, the indicator will wait for the candle to close before issuing the alert and painting the signal on chart.
For higher time frames, the indicator will wait for the candle in the higher time frame to close before issuing a signal if repaint is turned off. Default is set to Repaint on, so please be aware of this if you do not want repainting.
How to use alerts:
- Before you do anything, make sure your current time frame is the lowest time frame you’d like alerts on, as you will still receive alerts for the higher time frames you selected in settings.
- Once you have all the settings changed to how you like, save your chart first. Then right click on any of the indicator’s buy/sell signals on the chart and click “Add Alert on MAs + Stoch RSI”.
- Make sure “Any alert() function call” is selected under the Condition.
- You can delete or change the text in “Alert name” if you want as the alert message is already built into the indicator, and it will tell you in the alert message which asset and time frame to buy or sell.
Other things to note:
- The indicator will not display the buy/sell signals of lower time frames when you are on a higher time frame. This was done purposely to reduce clutter on the chart when you switch to higher time frames.
- While the alert message will tell you which time frame a signal was generated, the plots on the chart will instead show “Buy/Sell TF1, or TF2, or TF3”.
If the signal is from the current time frame that the alert was created on, then it will simply show “Buy” or “Sell”.
Hope you guys enjoy using this one, please drop a like if you found it useful. If anyone wants to modify my script in any way, please just credit me for the original work when you publish the script. Good luck!
Momentum Performance This Indicator displays the momentum (performance) of the symbol in percent.
You can compare the performance with other symbols.
The default benchmarks are the S&P 500, the MSCI World and the FTSE All World EX US.
The default length corresponds to one year in the timeframes monthly, weekly and daily.
In intraday the default length is 200, but you can also set your own setting.
You have also the opportunity to display a average momentum performance of the main symbol.
Blink RSI - SwingSwiss SuiteYOU ASKED FOR IT, WE MADE IT!
Blink RSI is life-saving. Literally.
Many of us use the RSI indicator daily.
Since I started trading, RSI has always been on my charts, but it is so frustrating not being able to see instantly what is happening on the other timeframes.
Blink RSI is here to solve this problem!
Choose up to 5 timeframes you want to monitor, and you are good to go. You will never have to switch from one timeframe to another to see how the RSI is behaving ever again.
The default configuration has a length of 14 and works on the usual 30-70 gap. Meaning that if a small square appears green, the RSI < 30 and it's a bullish sign while if the RSI > 70 it becomes red and might be bearish.
Very simple but super efficient!
Disclaimer:
Trading and investing in the financial markets involves substantial risk of loss and is not suitable for every investor.
All trading strategies are used at your own risk.
Trend Analyzer is part of the SwingSwiss Suite, contact me for more info
Rolling Anchored Vwap ExperimentalCurrently only some timeframes, but I can add more, this was made when requesting additional timeframes from the original creator, this was my quick interpretation of the code.
It works by rolling the vwap, so it never resets but is always X amount of time back as the source for the start of data. Its really useful i use it daily.
Implied Volatility BandsThis script produces price bands around an EMA based on a manually inputted Implied Volatility. The idea builds on my previous "Implied Move" script which helps visualize the distribution of prices that the market is 'pricing in' via options/implied volatility. It's up to the user to determine the implied volatility level they use, I like using the free version of QuikStrike that you can access via the CME Group website and then update the script's input daily. Another way to use the script is to input the implied volatility based on a forecast that you produce independently. Say implied volatility on June 2021 Crude Oil is 30% and you think it's rich by 2%, you can input 28% into the script to tweak the bands for a declining vol regime.
Webby's RSI (Really Simple Indicator)Webby's RSI (Really Simple Indicator) is a technical indicator designed to gauge the health of an uptrend. The concept and original implementation was created by Mike Webster, previously a portfolio manager for William O'Neil, founder of Investor's Business Daily.
Most often used with the Nasdaq Composite (IXIC), Webby's RSI is the percentage of the low versus the 21-day moving average. At the beginning of a bull market, the higher the value, the better, as we want to see power.
Using the zones shown on the chart:
0.5% and 2.0% - Ideal
2.0% to 4.0% - Caution
4.0%+ - Warning
Nerd Dip Buying for StocksThis script is intended to generate BUY signals during pullbacks in stocks which are in the midst of mid to long-term uptrends. The ideal timeframe is Daily.
Signals should be acted upon at or near the close, or at open next bar.
I use 2 simple moving averages (SMA1 and SMA2) to determine whether the stock is currently in an uptrend. The default parameters are:
SMA1 = 120
SMA2 = 160
Buy signals are only produced when SMA1 is above SMA2.
As an additional filter I also use the Adaptive Moving Average (AMA) developed by Perry Kaufman. The settings are (10, 10, 30). Buy signals are allowed only when the bar closes above the AMA.
Lastly, the Buy signal itself is computed utilizing the Greatest Swing Value, a concept pioneered by Larry Williams in his book Long-Term Secrets To Short-Term Trading . You can control how often BUY signals appear by tweaking the parameter GSV Buy Factor . The smaller the number, the more often BUY signals appear. By default,
GSV Buy Factor = 1.8
This indicator has been developed with stocks trading in mind only, in particular US stocks. Feel free to apply it to other markets or asset classes and let me know the results. Thank you very much.
Viral Trend OverlayOverlay a higher timeframe bar color on current timeframe.
Default Timeframe for the overlay is 1W, ideal for daily.
STC w/ Zero Lag MACDSTC + Zero Lag MACD (includes regular MACD also)
What I added here was two other variables
The Schaff Trend Cycle working with Zero Lag Macd to give you double confirmation on your Higher Time Frame entries such as 4H, 6H, and Daily.
You may also turn on regular MACD instead of Zero Lag, if you'd like.
***Red Dot for Bear
***Green Dot for Bull
***Higher Confirmation is:
Red Dot + Red MACD for Bear
Green Dot + Green MACD for Bull
More confirmation to come!
CHEERS
If you would like to get in contact with me, please reach out to me via DM here, or Twitter. It's the best way to get in touch with me in regards to indicators, and market analysis. Enjoy!
-RingoKid