[5F ] Number of Bitcoin wallets-═════════════════════════-
This is a simple script that displays the total number of Bitcoins wallets based on the data provided by Quandl.
Use it in dayli resolution minimum
Refresh every day
Thanks to all Pinecoders who share their work with the community.
-═════════════════════════-
Oferta e Demanda
Moving Averages as Support Resistance MTFHello Traders!
As most of you know that Moving Averages with the lengths 50, 100, 150 and 200 are very important. We should use these this moving averages to figure out S/R levels, the possible reversals points, trend direction etc. we should check these moving averages on Higher Time Frames as well. for example if you look at the chart with 5mins time frame, you should also check it in 1hour and 4hour time frames to see to big picture and main trend. this is important as trend is your friend and you should not take positions against the trend.
I developed this script to show them clearly and make the chart understandable. 1 resistance line above the price and 1 support line below the price, it shows the moving average type, length, time frame and S/R level.
You have option to show SMA or EMA and to include/exclude current time frame, because you may want to see only MAs from higher time frames. you should set higher time frames accordingly.
if you add all moving averages for current and higher time frame the chart looks very crowded as following example:
The script makes it clear to understand the chart better, here an example:
It can show when S/R was broken and you get alert. here an example:
You have coloring and style options, you can change line style and colors as you wish:
Enjoy!
RSI Tops and BottomsHello Traders
This script finds Tops when RSI is in overbought area or Bottoms when RSI is in oversold area and checks the divergence between them. it checks divergence at tops/bottoms after RSI exited from OB/OS areas.
You can change overbought / oversold levels.
You can limit the time that RSI is in OB/OS area with the option "Max Number of Bars in OB/OS"
you can set the minimum/maximum distances between Tops/Bottoms with the options "Min Number of Bars between Tops/Bottoms" and "Max Number of Bars between Topss/Bottoms"
and you can set the color and line widths as you wish.
These tops or bottom must be sequential, means there mustn't be another top while checking tops or bottom while checking bottoms between them.
in next example you can see valid and invalid bottoms:
After you got signal then you better use Stop Order, a few pips higher than the high of colored candle for long positions, ( vise versa in short positions ). so you may escape from traps. ("Stop order" is filled when the price reached a pre-specified price. for example the price is now 10.0 and you set Buy Stop Order at 11.0 then if price reaches 11.0 then your buy order get filled. you can put stoploss a few pips lower than the low of colored candle or you can use ATR to decice stoploss level. how you wish)
For example in following screenshot you can see that buy stop order was not filled and you didn't take long position.
Enjoy!
Market ProfileHello All,
This is Market Profile script. "Market Profile is an intra-day charting technique (price vertical, time/activity horizontal) devised by J. Peter Steidlmayer. Steidlmayer was seeking a way to determine and to evaluate market value as it developed in the day time frame. The concept was to display price on a vertical axis against time on the horizontal, and the ensuing graphic generally is a bell shape--fatter at the middle prices, with activity trailing off and volume diminished at the extreme higher and lower prices." You better search it on the net for more information, you can find a lot of articles and books about the Market Profile.
You have option to see Value Area, All Channels or only POC line, you can set the colors as you wish.
Also you can choose the Higher Time Frame from the list or the script can choose the HTF for you automatically.
Enjoy!
Multi Time Frame - Trade SetupsMuti Time Frame - Trade Setups
How does it work ? Price movements over range of period is used to compute the range moving forward.
As the option for wider time periods are selected more candles are selected for calculation
The Trend Line is the supporting factor to this logic and SMA20 is used as the basis of the trend line.
To Indicate the strength of the trend line , RSI is computed over multiple timeframes and then used to colour the trend line to show its strength
Once the Range is identified it can be considered as the Breakout/Breakdown zones or as the Potential Reversal Zones (PRZ)
How to Deploy / Use
As part of the Indicator there are four Choices that the user can opt for
Show Intraday Trades - This works for Intraday Trades - when the resolution is kept to less than 1 hour ( Say 3 , 5 , 10 , 15 Mins)
Show Short Term Trades - This works well when the resolution is kept to 1 Day - Good for Swing Trades spanning over a few days
Show Long Term Trades - This works well when the resolution is kept to 1 Day or Week - Good for Investments
Show Trend Line - Will show the user the Simple Moving Average 20 based on the resolution selected , The Trend Line Is a repainted based on the hybrid RSI Logic
The Trend Line would show in three colours
Green : T he Setup is in Up Trend- Try to take the trade as closer to the band as possible and when it continues to be in green ( and recommended when it would have just crossed from Red/Yellow to Green )
Red : The Setup is in Down Trend - Try to take the trade as closer to the band as possible and when it continues to be in red ( and recommended when it would have just crossed from Green/Yellow to Red )
Yellow : The Setup in sideways Trend ( a new trade isnt recommend in this band
Visual Checks - It is always recommended to enter/exit the trade it it touches crosses over the Trend Line from one side to the other
When closer to the support resistance bands , wait for a confirmation candle to determine if you are getting resistance breakout / support or breakdown
Stop Loss - That should be done by following ones risk appetite , Ideally the open/close of the previous candle should be the stop loss for the buy/sell
but everyone has their own Risk Management Strategies based on the capital deployed.
Usage/Markets : Index Trading / Equities and on proper analysis you may use it for Option Trading also. - Doesnt work that well with Commodities and Currencies
Disclaimer : There could be scenarios when the breakout/breakdown candle is rejected , especially when it is long one
so it is always recommended to have a confirmation candle that open-closes above the breakout candle / open-closes below the breakdown candle
If you like it and find it useful or if you find a defect or bug , Please let us know in the comments .. that would encouraging !! for us to develop it further
Thank you and have a beautiful and Profitable trading session !
How to get access
Please click on the link / email in the signature or send me a private message to get access
Feedback
Please click on the link/email in the signature or send me a private message for suggestions/feedbacks
Cumulative Delta VolumeHello Traders,
This is Cumulative Delta Volume script. Delta refers to the difference between buying and selling volume at each price level. Cumulative Delta builds upon this concept by recording a cumulative tally of these differences in buying vs selling volume. The Cumulative Delta indicator plots as candlesticks or line. One of the main uses of Cumulative Delta is to confirm or deny market trends. you may need to search it for yourself ;)
You have option to see it as Candles or a Line. also there are options to show 2 SMAs and 2 EMAs with different Lengths, you can set the lengths as you wish.
By default it shows CDV as Heikin Ashi Candles, it can also show it as normal candles:
It can show CDV as a line:
Also you may need to check divergence:
Enjoy!
Support Resistance - Dynamic v2Hello Traders!
After the addition of "Arrays" to the Pine, I developed new and improved version of Support Resistance - Dynamic script as version 2. In this script Arrays were used. This can be used as Support Resistance tool, also it will be an example for the people who want to learn Array usage in Pine. Many thanks to Pine Team for adding Arrays!
The script finds the Pivot Points and check them in channels if there can be S/R or not, and draws mid line of the channel as S/R line. you can set number of PPs and channel width in the options. Each channel width is optimized dynamically according to Pivot Points. Also you can choose " High/Low " or " Close/Open " as source for Pivot Points.
There is an option for maximum number of S/R levels. S/R levels are found and sorted dynamically and number of S/R lines with enough strength changes dynamically.
Some other options for coloring and line width. (Solid, Dashed or Dotted)
S/R levels are shown in the Labels and Label colors are changed automatically, if S/R line is below the closing price then it's color is Green (as Support), otherwise its color is Red (as Resistance).
Examples:
Enjoy!
Smoothed CandlesHello Traders,
This is " Smoothed Candles " script to get rid of noises and to get a smoothed chart to figure out breakouts and price movements easily.
There are three scaling methods: User Defined, Dynamic (ATR) and Percentage
Optionally you can add 2 Simple Moving Averages and 2 Exponential Moving Averages
Optionally you can hide the Wicks, example:
You can add moving averages:
Easily find breakouts:
Enjoy!
Fx Auto Supply and Demand [For Day Trading Only]Fx Auto Supply and Demand automatically plots important supply and demand levels for Forex day trading.
DTC_ZoneThis Indicator can be used for finding the supply and demand zone. Supply and demand has been fetched from the past 10 days volatility of the particular stock. And the main thing is the target and stop-loss were arrived based on the Fibonacci retracement.
Trend Following with Moving AveragesHello Traders,
With the info "Trend is Your Friend ", you should not take position against the trend. This script checks multipte moving averages if they are above/below the closing price and try to find trend. The moving averages with the length 8, 13, 21, 34, 55, 89, 144, 233, 377 used. these are fibonacci numbers, but optionally you can change the lengths of each moving averages. while it's green you better take long positions, while it's red you better take short positions according to other indcators or tools.
Optionally you have "smoothing" option to get rid of whipsaws. it's enabled by default.
You have option to use following moving average types: EMA, SMA, RMA, WMA, VWMA. by default it's EMA
Also the script has "Resolution" option. with this option you can get the trend for other time frames, in following example 1h was set as for higher time frame on 15m chart:
This should not be used as buy/sell signal indicators as it's tries to find trend but not entry points, you should use other indicators (such RSI, Momentum) or other tools to find buy/sell signals.
Enjoy!
Supply/Demand Zones - LongTerm (Expo) "It hasn't been easier to display, in real-time, one of the most important and useful technical analysis, namely supply/demand zones. This algorithm analyzes the market structure in real-time and maps out key supply and demand zones for you."
Supply/Demand Zones - LongTerm (Expo) analyzes the long-term market structure in real-time and maps out key supply and demand zones. The user gets an instant understanding of the long-term market structure.
The indicator identifies long-term zones where demand overwhelms supply which is driving the price up, or where supply overwhelms demand which is driving the price down. It makes sense to buy at a demand zone and to sell at a supply zone, but keep in mind that fresh zones are more effective than retested ones. They can be used as entry zones for a continuing trend or as reversal zones for a changing trend.
--> The indicator displays up to 5 zones . The blue zone can be customized. Labels with price levels can be enabled. Flexible source input- and zone settings.
-->The indicator can be used standalone or as a part of your current trading strategy.
Real-time
No repainting
Works on any market
HOW TO USE
1. Use the indicator to identify key long-term supply and demand zones.
2. Use the indicator to confirm the existence, or a continuation, of a trend or a trend reversal.
3. Use the indicator to identify potential breakouts.
INDICATOR IN ACTION
Daily chart
I hope you find this indicator useful , and please comment or contact me if you like the script or have any questions/suggestions for future improvements. Thanks!
I will continually work on this indicator, so please share your experience and feedback as it will enable me to make even better improvements. Thanks to everyone that has already contacted me regarding my scripts. Your feedback is valuable for future developments!
ACCESS THE INDICATOR
• Contact me on TradingView or use the links below
-----------------
Disclaimer
Copyright by Zeiierman.
The information contained in my scripts/indicators/ideas does not constitute financial advice or a solicitation to buy or sell any securities of any type. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, or individual’s trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
My scripts/indicators/ideas are only for educational purposes!
Supply & Demand Zones - ShortTerm (Expo) "It hasn't been easier to display, in real-time, one of the most important and useful technical analysis, namely supply/demand zones. This algorithm analyzes the market structure in real-time and maps out key supply and demand zones for you. "
Supply/Demand Zones - ShortTerm (Expo) analyze the short-term market structure in real-time and maps out key supply and demand zones. The user gets an instant understanding of the short-term market structure.
The indicator identifies short-term zones where demand overwhelms supply which is driving the price up, or where supply overwhelms demand which is driving the price down. It makes sense to buy at a demand zone and to sell at a supply zone, but keep in mind that fresh zones are more effective than retested ones. They can be used as entry zones for a continuing trend or as reversal zones for a changing trend.
--> The indicator displays up to 5 zones , which one of them (the blue one) can be customized. Labels with price levels can be enabled. Flexible source input- and zone settings.
-->The indicator can be used standalone or as a part of your current trading strategy.
Real-time
No repainting
Works on any market
HOW TO USE
1. Use the indicator to identify key short-term supply and demand zones.
2. Use the indicator to confirm the existence, or a continuation, of a trend or a trend reversal.
3. Use the indicator to identify potential breakouts.
INDICATOR IN ACTION
4-hour chart
I hope you find this indicator useful , and please comment or contact me if you like the script or have any questions/suggestions for future improvements. Thanks!
I will continually work on this indicator , so please share your experience and feedback as it will enable me to make even better improvements. Thanks to everyone that has already contacted me regarding my scripts. Your feedback is valuable for future developments!
ACCESS THE INDICATOR
• Contact me on TradingView or use the links below
-----------------
Disclaimer
Copyright by Zeiierman.
The information contained in my scripts/indicators/ideas does not constitute financial advice or a solicitation to buy or sell any securities of any type. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, or individual’s trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
My scripts/indicators/ideas are only for educational purposes!
Supply/Demand Zones (Expo)"It hasn't been easier to display, in real-time, one of the most important and useful technical analysis, namely supply/demand zones. This algorithm analyzes the market structure in real-time and maps out key supply and demand zones for you. - "
Supply/Demand Zones (Expo) analyze the market structure in real-time and maps out key supply and demand zones. The user gets an instant understanding of the current market structure.
The indicator identifies zones where demand overwhelms supply which is driving the price up, or where supply overwhelms demand which is driving the price down. It makes sense to buy at a demand zone and to sell at a supply zone, but keep in mind that fresh zones are more effective than retested ones. They can be used as entry zones for a continuing trend or as reversal zones for a changing trend.
--> The indicator displays 3 zones, which one of them (the blue one) can be customized. Labels with price levels can be enabled.
--> The indicator can be used standalone or as a part of your current trading strategy.
Real-time
No repainting
Works on any market
HOW TO USE
1. Use the indicator to identify key supply and demand zones.
2. Use the indicator to confirm the existence, or a continuation, of a trend or a trend reversal.
3. Use the indicator to identify potential breakouts.
INDICATOR IN ACTION
1-hour chart
I hope you find this indicator useful , and please comment or contact me if you like the script or have any questions/suggestions for future improvements. Thanks!
I will continually work on this indicator, so please share your experience and feedback as it will enable me to make even better improvements. Thanks to everyone that has already contacted me regarding my scripts. Your feedback is valuable for future developments!
ACCESS THE INDICATOR
• Contact me on TradingView or use the links below
-----------------
Disclaimer
Copyright by Zeiierman.
The information contained in my scripts/indicators/ideas does not constitute financial advice or a solicitation to buy or sell any securities of any type. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, or individual’s trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
My scripts/indicators/ideas are only for educational purposes!
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 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!
Consolidation Zones - LiveHello Traders!
This is the script that finds Consolidation Zones in Realtime.
How it works?
- The script finds highest/lowest bars by using "Loopback Period"
- Then it calculates direction
- By using the direction and highest/lowest bar info it calculates consolidation zones in realtime
- If the length of consolidation area is equal/greater than user-defined min length then this area is shown as consolidation zone
- Then Consolidation Zone extends automatically if there is no breakout
if you increase the Loopback Length then you get bigger consolidation zones:
You have option to "Paint Consolidation Area" or not:
Enjoy!
{INDYAN} Boring and Explosive Candle -Demand & SupplyREAD:-Blue candle as boring/base candle and Black candle as explosive candle
FInd two explosive candle (Black) where two base/boring (Blue) candles are in between.
It will be marked as demand and supply zone.
Those who leant demand and supply will find this indicator usefull for findin and marking zones.
#When yuy find a Explosive candle , it become a potential demand and supply zone. It depens on second candle thou.
Thanks
Love INDYAN
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!
Pivot TrendHello Traders,
Another original idea is here with you. Actualy I can say that it's a breakout strategy that uses multiple Pivot Point's averages.
How it works?
- it finds the Pivot Points, you can set the length as you want
- it gets averages of Pivot Highs and Pivot Lows, you can set the number of Pivot Points to be included
- it compares the current closing price with averages of Pivot Highs and Pivot Lows
- if both are positive or negative then trend changes
You have two options:
- Pivot Point Period => is the length that is used to find Pivot Points. means it checks left/right bars if it's Pivot Point (4 by default)
- Number of PP to check => is the number of Pivot Points that the script finds and calculates the averages (3 by default)
An Example with the settings Pivot Point Period = 5 and Number of PP to check = 2
Play with settings as you wish. Comments are welcome, together we can improve it ;)
Enjoy!
Donchian Trend RibbonHello Traders,
I think you all know Donchian Channels. so I am not going to write about it.
With this indicator I tried to create Donchian Trend Ribbon by using Donchian Channels.
How it works ?
- it calculates main trend direction by using the length that is user-defined. so you can change it as you wish
- then it calculates trend direction for each 9 lower lengths. if you set the length = 20 then the lengths are 19, 18,...11
- and it checks if the trend directions that came from lower lengths is same or not with main trend direction.
- it changes the trend color of the ribbon.
-
Warning: Entry points may also represents trend reversal. So you should use stoploss line if you decide to take buy/sell positions.
P.S. I didn't backtest it, it's non-repainting, it should be used educational purposes only.
Published by user request. You may want to see following one:
Enjoy!
Demand Supply Zone IndicatorThe Demand Supply Zone indicator helps in identifying the Demand Supply zones on chart by pinpointing them. The indicator looks for patterns of Drop-Base-Rally and Rally-Base-Rally and when such pattern is available the indicator marks it as DZ ( Demand Zone ). Likewise, if the indicator finds a pattern of Rally-Base-Drop or Drop-Base-Drop the indicator marks it as SZ ( Supply Zone ). The basing candles are changed to Blue color and the Legout candle is changed to Black color.
The setting for legout strength can be customized as follows
1 – Good Legout Strength
1.5 – Strong Legout Strength
2 - Very Strong Legout Strength
The setting for number of candles in the basing can be customized from 1 to 6.
Use the link below to obtain access to this indicator.