NSDT ES London Open TargetsThis indicator provides potential entries and targets (both long and short) for the ES/MES London session. It creates potential target lines on the chart as well as a gray box with the potential levels in text format. Both options can be turned on or off at the discretion of the trader. You may need to adjust the chart width so the box shows on the screen. It's position is adjustable.
The lines and the text box are updated after the first 1 MINUTE bar closes for London session. The London session open is defined as 3:00AM - 3:01AM, Eastern time.
Place the chart on a 1 MIN time interval for best results. You can change the chart timeframe after the 1st min bar closes and the data is updated.
To get access to this indicator, use the link in the profile signature or private message us here in Tradingview.
Support
NSDT NQ London Open TargetsThis indicator provides potential entries and targets (both long and short) for the NQ/MNQ London session. It creates potential target lines on the chart as well as a gray box with the potential levels in text format. Both options can be turned on or off at the discretion of the trader. You may need to adjust the chart width so the box shows on the screen. It's position is adjustable.
The lines and the text box are updated after the first 1 MINUTE bar closes for London session. The London session open is defined as 3:00AM - 3:01AM, Eastern time.
Place the chart on a 1 MIN time interval for best results. You can change the chart timeframe after the 1st min bar closes and the data is updated.
To get access to this indicator, use the link in the profile signature or private message us here in Tradingview.
NSDT ES Asia Open TargetsThis indicator provides potential entries and targets (both long and short) for the ES/MES Asian session. It creates potential target lines on the chart as well as a gray box with the potential levels in text format. Both options can be turned on or off at the discretion of the trader. You may need to adjust the chart width so the box shows on the screen. It's position is adjustable.
The lines and the text box are updated after the first 1 MINUTE bar closes for Asian session. The Asian session open is defined as 6:00PM - 6:01PM, Eastern time.
Place the chart on a 1 MIN time interval for best results. You can change the chart timeframe after the 1st min bar closes and the data is updated.
To get access to this indicator, use the link in the profile signature or private message us here in Tradingview.
NSDT NQ Asia Open TargetsThis indicator provides potential entries and targets (both long and short) for the NQ/MNQ Asian session. It creates potential target lines on the chart as well as a gray box with the potential levels in text format. Both options can be turned on or off at the discretion of the trader. You may need to adjust the chart width so the box shows on the screen. It's position is adjustable.
The lines and the text box are updated after the first 1 MINUTE bar closes for Asian session. The Asian session open is defined as 6:00PM - 6:01PM, Eastern time.
Place the chart on a 1 MIN time interval for best results. You can change the chart timeframe after the 1st min bar closes and the data is updated.
To get access to this indicator, use the link in the profile signature or private message us here in Tradingview.
Time Dilated Donchian ChannelBefore anything, take notes of the script limitations :
1) The script has the setting : "Max_bars_back" set to 390. This is required to use dynamic length and an "internal clock"
*390 is the normal number of bars in a typical stock trading day.
2) The script requires volume data to work correctly
* I use a way to represent volatility that requires ( volume + price movement + time, no sma , no stdev)
Why ? Because:
HIGH-LOW = Fail to get gap information, fail to get volume information
TR /ATR = Fail to get volume information
STDEV = Not very good with dynamic length as it use SMA and fails when length <2
SMA = SMA give very strange results when using non-integer numbers.
So a good idea is to use the 1 minute timeframe for this indicator.
Conclusion: this script is basically limited to stock trading.
If I could set Max_bars_back to 23 400 this would even work better with a 1 second time frame as more data would be entered in the system.
The idea behind the script is that volatility exists in two different formats depending on how you observe the situation.
Remember your physics class? Light can be a wave or a particle depending of the situation.
Volatility seems to share a strange similar property.
If volatility share similarities with light, then time dilation effect could be applied to stock movement.
Time Dilation formula
Time observed = (Last time - First time) / sqrt(1-(pow(v,2)/pow(c,2))
I've tried a lot of ways to use this formula as is.
Problem is : C.
C is the speed of light and I haven't found the equivalent stock market constant yet.
So I had to tweak the time dilation formula to make it compatible with my volatility. The result is not perfect but it's interesting.
Sometime my volatility gets over that "unknown C stock market constant" which cause "Time travel"
In order to keep the law of physics like they actually work, when a new time is set, I had to "Protect its value".
protected_new_time = highest_(observed time , normal time)
No time travel is allowed. *yet.
I've "speculated" more signal lines by using mathematical geometry.
(Reflective & Inverted)
I've also created another Script that show you the effect volatility over time named : DC Time Keeper.
The script has no other use in itself. It's really only a way to represent how time gets slowed by speed.
For more information about time dilation:
en.wikipedia.org
Volatility DMBefore anything, take notes of the script limitations :
1) The script has the setting : "Max_bars_back" set to 390. This is required to use dynamic length and an "internal clock"
*390 is the normal number of bars in a typical stock trading day.
2) The script requires volume data to work correctly
* I use a way to represent volatility that requires ( volume + price movement + time, no sma , no stdev)
Why ? Because:
HIGH-LOW = Fail to get gap information, fail to get volume information
TR/ATR = Fail to get volume information
STDEV = Not very good with dynamic length as it use SMA and fails when length <2
Conclusion: this script is basically limited to stock trading.
If I could set Max_bars_back to 23 400 this would even work better with a 1 second time frame as more data would be entered in the system.
The idea behind the script is that volatility exists in two different formats depending on how you observe the situation.
Remember your physics class? Light can be a wave or a particle depending of the situation.
Volatility seems to share a strange similar property.
Format 1) Instant volatility . (Ex. High - Low, TR )
Format 2) Systemic volatility (Ex. Dynamic ATR with variable length)
I then speculate 3 lines. (on both directions, + or -)
What if all transaction were 50% directional according to the instant volatility
What if all transaction were 100% directional according to the instant volatility
What if all transaction were 200% directional according to the instant volatility
sum(0,5*instant volatility , dynamic time)
sum(instant volatility , dynamic time)
sum(2*instant volatility , dynamic time)
This give you potential signals lines and support/resistance .
I then calculate the real price movement
sum(price movement, dynamic time)
Then you need to compare the real price movement VS if all transaction were 100% directional following the system volatility
dif=(sum price movement/sum volatility )*dynamic time
Voila.
If the movement is directional then it follows the system volatility .
If the movement is not directional then it goes back toward the Zero.
Inspirational image :
en.wikipedia.org
Magic SRThis indicator can give you idea about where is the potential supply and demand zone exist. This can be used to find the daily, weekly and monthly supply and demand zone.
Contact me for more information.
Magic ReversalThis indicator can point out you monthly potential reversal range. This can be used for people who hold the trade more than couple of days to understand their Risk / Reward ratio. Even this can be used of people who does BTST or STBT trades as well.
Contact me for more information
Support and Resistance MTF levels [SHK]A new way of drawing multi timeframe support and resistance !
This tool doesn't get the last high and lows, otherwise it tries to detect highly liquid levels with pending orders .
Share your opinion and result.
Enjoy!
(MTF) Bollinger Bands + RE RSIs + Hidden Supports & ResistancesI merged some of my previous written indicators, because a combination of multi-timeframe Bollinger Bands, RE RSI and Resistance/Support levels could help a lot.
Don't forget to add my other useful indicator (Classical SnR) to the chart to maximize your profit!
Hidden Supports & Resistances + Round LevelsIf you search the internet, you won't find much about these types of resistance and support levels. Hidden levels are SnR levels calculated based on some psychological patterns and sometimes it's unbelievable that the chart responds to these levels.
So use the indicator and check the idea.
Classical Supports & ResistancesThis indicator shows classical resistance and support levels which retraced the chart lately. Notice that the condensed lines laying close together are showing an area of support and/or resistance.
But after all, it was a tedious work creating this indicator because like I've already said, pine script is a very odd and weak language which does not have many ordinary features like useful loops, simple line drawing and even reasonable variable casting!
So I was forced to use its built-in pivothigh() and pivotlow() functions without any handy documentation. I assume that even these functions don't work as expected, and because of that, I embedded "Sensitivity" and "Lookback Time" options in the indicator as a workaround.
Feel free to use it and send me your comments/solutions.
Support Resistance MTFHello Traders,
This is Support Resistance script that uses Multi Time Frame. While getting Close/Open/High/Low values of Higher Time Frames the script does NOT use Security function , instead it calculates them.
while choosing Higher Time Frame, you can use "Auto" option so it uses predefined Higher Time Frames, or you can choose the Higher Time Frame Manually from the list. options for HTF => 15mins, 30mins, 60mins, 120mins, 180mins, 240mins, 720mins, Day, Week, 2 Weeks, Months, 3 Months, 6 Months, 12 Months.
You have option to use High/Low or Close/Open values while calculating support resistance levels.
"Period for Highest/Lowest Bars" option is used as loopback period to check if it's Highest/lowest bars. smaller numbers = more sensitive result.
You have option for transparency and coloring of support/resistance levels/zone => Red, Lime, Blue, White, Black, Olive, Gray
An example for 15 min chart, 4hours selected as HTF
You can set transparency and colors as you wish:
You can choose Close/Open prices while calculating S/R levels instead of High/Low
Enjoy!
[PX] Session LevelHello guys,
this scripts prints the high and low as well as the moving average of a user-defined session.
How does it work?
Basically, as soon as we are in the session range, the indicator will constantly keep track of the high and the low of this range. It also prints the moving average, which can either be a floating or a static line, that represents the latest MA value.
The indicator comes with multiple options to style the printed lines.
If you find this indicator useful, please leave a "like" and hit that "follow" button :)
Have fun and happy trading :)))
P.S: Check my signature if you want to get in touch with me.
Swing Low Sweet ChariotI've been using this indicator now for the past few months and seen some very large profits as a result of it.
I've been using this successfully on the one hour FX charts, but seems to work equally as well on higher or lower time frames (not less than 30min).
I've added in some support and resistance functionality and plenty of settings to play with to fine tune to your strategy.
One of the main reasons that I've added in some support and resistance is that there are some times when an indicator is triggered very close to a S&R point then I may not take the trade.
Additionally to the indicator, I'll use trend lines, ADX and RSI to confirm the trend.
Alerts are set up for Long Entry, Short Entry, Long Exit and Short Exit.
Not that the exit points are approximate and won't hit the peaks, however they will prevent price retracement.
Offering 5-day free use of the indicator and then after that it will be £100/yr if you like the indicator. This will also cover all future updates.
Happy to answer any questions or send over other screenshots of currency pairs. Also happy to work with any other users if they have any ideas for improving (i.e. automated trend lines).
Cheers
Mike
[HWVZ] Hiubris WeisVolume ZigZagThis script follows the Zig Zag pattern of price movement, based on the Weis Wave Volume indicator.
The Weis Wave Volume shows the cumulative volume from the lowest point of the price swing to the highest point (or vice versa)
The user has the option to change the Trend Detection Length of the indicator to adjust the swings frequency (from say 5 to any value above or below)
The user has the option to display Support & Resistance lines based on those turning points
The user has the option to display Info Labels for each swing
The user has the option to change the Weis Wave Volume Timeframe
*This is a Tradingview interpretation of the Weis Wave Plugin
gannoddsquare levels from DAY high lowGann Square of 9
Odd square to odd square
Start is auto chosen based upon :
day_close greater than day_open
then start equals day_low
or
day_close less than day_open
then start equals to day_high
Gap == 4 then distance is odd to odd square, Example = 121 -169 , 169-225,...
If Gap is increased to 8 then distance will be double the odd square, Example = 121 -225, 225-289,...,
- 1 odd square distance has been filled with purple background
- total 16 targets
-Any doubt feel free to ask.
Black Hawk Trend 3The Black Hawk Trend indicator uses data from sources (such as EMAs, RSI, Stochs) to derive a trend direction. This indicator contains a pivot line that turns green when there is a buy position (lower bar) and it turns red when there is an active sell position (upper bar).
When there is a buy/sell signal, this does not mean buy immediately at this point, but rather look for a potential entry.
This indicator has the ability to treat buy and sells separately (Default: 2 account method) or it can use them in tandem (1 account method).
There is a toggle in the settings to modify the code for Bitcoin vs Forex (& Stocks).
When there is a strong trend, a red/green “+” sign shows up; this typically means take caution when trying to take a position countertrend.
There are also red/green triangles that signify a potential area to add to a position.
#Disclaimer:
1. I am not a financial advisor.
2. I do not guarantee this script will provide consistent profits or that anyone can make money with it.
Use the link below to obtain access to this indicator.
Pixiu AI - Support and ResistanceSupport and Resistance prices are the previous points of highs and lows in the price. The market tends to stick around in price regions and directional trends. Using these price points one can wait and take the following decisions:
- when the price reaches the support point, they can take a long position if they observe the price staying in the price range and make profits from till it gains back up to the resistance point. (and vice-versa)
- when the price breaks the support/resistance (S&R) points and continues in that direction in addition to high volumes supporting it, people can take a bullish trade
- when the price breaks the S&R point, traders can wait for the price to return to the S&R point to make a final decision of whether it wants to go up or not. A price tested strategy is considered stronger than just price breaks
We at The Pixiu want to help you in your daily trade, and therefore we present you an auto Support and Resistance indicator that also highlights the points of crossovers to the users in the live market. Use this for assistance while trading and share your feedback with us.
There are 3 parameters for the indicator:
- Short-range S&R
- Mid-range S&R
- Identify the point of S&R testing (when price crosses over and returns back in the range)
Session S/RThis indicator marks the resistances and supports of the post, pre and market sessions of the previous day projecting up to the market of the day, also it marks the hours of these three markets allowing to identify the beginning and end of the sessions in London, Hong Kong, and America.
Candlestick Reversal SystemHello Traders,
In the book "Secrets of a Pivot Boss: Revealing Proven Methods for Profiting in the Market" by Franklin Ochoa, Four different types of reversal systems were introduced and candlestick patterns are used to find reversals. I will not write a lot about the book, you should get/read it for yourself. There are many great ideas in the book, Candlesetick Reversal System, Following Trend, Time Price Opportunity, Advanced Camarilla Concepts and much more.
Reversal systems mentioned in the book are :
- Wick Reversal System
- Exteme Reversal System
- Outside Reversal System
- Doji Reversal System
I tried to add these four reversal systems to the script. If you need detailed info you better read the book ;)
Enjoy!
K2 SR v2This indicator is used to automatically plot the strongest support and resistance points that are nearest to the current price.
This indicator works on all assets and all time frames so it is applicable to all traders whether you are a scalper, intraday or swing trader.
Additionally, you can adjust the settings to have the indicator scan for closer or farther support and resistance points to tailor specifically to your trading strategy.
This indicator was updated to include previous support and resistance price points with the addition of the option to enable zones including the wicked areas.
Use the link below to obtain access to this indicator.
Close IndicatorThis indicator plots out several horizontal lines, they can be used as both support and resistance. The transparent lines a little above and below the lines are "spread lines" which are intended to be used to place orders such that in case price gets very close but not exactly the same price, the long/short orders still get filled.
The lines themselves are plotted using some candle closes +- some spread (which can be adjusted to fit the asset you are trading)
The longer the line is, the more importance it has, the length of the lines are in this order (by colour)- White > Pink > Peach > Gray > Purple > Orange > Teal > Yellow
Orange, Teal and Yellow lines are only to be used for scalping, all the other lines can be used for everything else (swing trading, scalping, accumulation, long term trading)