Pivot Support / Resistance Finder [JV] Hi Traders,
this is the result of the many feedback messages I received about this first draft of this script. It has significant updates:
The use of Arrays.
Using PineCoders Coding Conventions for Pine: www.pinecoders.com
Display up to 6 Support / Resistance levels.
Line colors and Labels change according to their status (Support or Resistance).
Moved Labels to the future for better overview of the Prices / Levels.
There are many configurable options. Feel free to explore them all.
If you should notice a bug or something of a kind, feel free to contact me.
All feedback is very welcome as well.
Request might be considered but don't take them for granted please.
Pivot Points
Pivot Points are considered to be levels which may become significant levels (Support / Resistance) in the future. They can be interpreted in various ways, but fact is that price, when it comes close to a previous Pivot Point, can mess with your head. Prices often returns to previous Pivot Points, more than once even a few times, as shown below.
I hope you find this useful.
Happy Trading!
Analisis Candlestick
Engulfing BarThis indicator provides a statistical report on the Engulfing candlestick pattern. Based on the chart's bars, it can improve your edge on any markets and timeframes.
Knowing there are many definitions about the Engulfing pattern, here we're strictly referring to one bar's body that get engulfed by one other.
The report is broken down into the different following sections: retracement , invalidation , continuation and breakout .
Each of them provides hindsights about the pattern price behavior and brings answers to questions such as: How often does price retrace? Does the pattern often invalidate? If it doesn't then does it break in the pattern's direction? How far does price go? What are the odds of a false breakout?
While there are many ways to make use of the metrics, my favorite use case is for developing directional and daily/weekly biases while refining my stop/entry/target positioning.
Miscellaneous
Highlights patterns on the chart;
Supports bar to bar analysis and replay functionalities;
Provides counts on the `Data Window` panel for debugging or computing your own metrics;
Settings
Option for filtering patterns that close outside previous bar;
Show/hide for toggling different sections;
Report coloring and offset on the x axis;
Gaining Access
This is a private indicator and is available only for my Patrons. You can reach my Patreon page below from the link in my signature.
NSDT Special High-Low CandlesThis is an interesting take on candlesticks. These special High-Low Candles do not show the Open and Close levels, so there are no wicks. However, you still see the the High and Low of the entire candle, giving you the full range.
Since this is an indicator, be sure to hide the chart candles to avoid overlap. Or choose offsetting colors to see the traditional candles under the indicator candles.
[TrustedSignals] Doji ScalperTrustedSignals Dojji Scalper is our most basic trading algorithm. It is based on Candle Patterns that show potential market reversal points.
The script has 3 different types of signals, which can be individually turned on and off:
- Doji signals, based entirely on the Doji candle pattern and 2 Strong and Weak candle reversal patters
As a bonus, we have included RSI based Support and Resistance bands that, if used correctly can further confirm all the entry signals
All chart signals can be set up as live alerts!
Candle Body SizePlot bar size compare to SMA 50 bars back
1. Big Bar Size can be used as Support resistent level.
2. Working fine for futures market
Fat Fingers studyIt often happens that prices moves to fast below or above the previous price levels. A very large wick up or down the candle are formed then.
These wicks are Fat fingers because they are very large in comparison wiith the other wicks.
Fat fingers study is a simple but effective way to detect these fat fingers.
HOW TO USE:
Set the percentage of the wicks for upward movement or downward movement.
Note!
These values are different for each market.
Markets:
It can be used to all markets.
Trendy Bar Trend Color LiteLite version of the original Trendy Bar Trend Color
This will only color the candlestick body of your chart
Can be used with solid, hollow, renko, or any other chart type
Custom coloring for Highs, Lows, and consolidation is removed
10% CandlesThe 10% Candles indicator tags all candles which have a 10% or more gain/loss
gains are calculated based on the open and high for green candles
losses are calculated based on the open and low for red candles
you can change the percentage in settings, default value is 10%. this would be the minimum gain/loss percentage
0.1 => 10%
0.2 => 20%
hover over the triangle to see the actual gain/loss percentage
Aggregate CandlesThis script creates candles based on an aggregated Index price from various exchange tickers. A lot of exchanges have specific flash crash wicks, missing data, erraticness compared to other exchanges particularly in their first few months, this is an attempt to clean up the price history, be it for TA ( trendlines , S/R etc.) or use in algos or other indicators, without reliance on one exchange. It uses the new Array functionality to generate median and averages, and is entirely original work. This particular version is a generic version of the BTC version. Please read the header before use, and if you do wish to use the code, please ask permission first.
Stock Adjustments: None, Splits, DividendsUtilizes Pine Script's built-in function to display trading data without stock splits or dividends adjustments affecting its price.
The three main options are 'none', 'splits', and 'dividends'.
'none' displays the data and stock splits nor dividends affect price.
'splits' accounts for splits without dividends affecting price.
'dividends' accounts for dividends adjustments without splits affecting price.
A stock splits calendar may be viewed at NASDAQ's website here:
www.nasdaq.com
A dividend calendar may be viewed here:
www.nasdaq.com
BAR for VSABars in which the open is equal to the previous close.
Bars are colored according to the indicator Volume on bar VSA - indicator V2
(Made for analysis by ICA ).
Бары в которых открытие равно предыдущему закрытию.
Бары раскрашиваюся согласно индикатору Volume on bar VSA - indicator V2
(Сделано для анализа по ВСА).
Coloring an inside barThis script colors the candles covered in the previous candle. The candle is colored. You can make many adjustments yourself.
Daily GAP StatsI did not write the script from scratch but rather started editing code of an existing one. The original code came from a script called GAP DETECTOR by @Asch-
First up: I am a trader, not a programmer and therefore my code most likely is inefficient. If someone with more expertise would like to help and optimize it - feel free to get in touch, I am always happy to learn some new tricks. :)
This script does 2 things:
- It shows daily gaps stats based on user inputs
- It shows color coded labels on gap days with additional information in tooltips ( important: make sure to read 'known issues/limitations' at the end )
User Inputs
==========
Although the input dialog is pretty straight forward, I do a quick rundown:
- Length: max lookback time
- Gap Direction: self explanatory
- Show All Gaps | Cont Only | Reversal Only | Off:
This refers to the way labels are displayed on gap days (again: make sure to read known issues/limitations!)
- Show All Gaps: does what it says
- Cont Only: only shows gaps where price continued in the gap direction. If you filter for gap ups and chose 'Cont only' you will only see labels on gap days where price closed above the open (and vice versa if you scan for gap downs).
- Reversal Only: you will only see labels for closes below the open on gap up days (and the opposite on gap down days)
- Off: self explanatory
- Gap Measure in ATR/PCT: self explanatory, ATR is calculated over a 10d period
- Gap Size (Abs Values): no negative values allowed here. If you filter for gap downs and enter 3 it means it will show gaps where the stock fell more than 3 ATR/PCT on the open.
- RVOL Factor: along with significant gaps should come significant volume. RVOL = volume of the gap day / 20d average volume
- Viewing Options: Placing the stats label in the window is a bit tricky (see knonw issues/limitations) and I was not sure which way I liked better. See for yourself what works best for you.
Known Isusses/Limitations:
=======================
- Positioning of the stats table:
As to my knowledge, Tradingview only allows label positioning relative to price and not relative to the chart window. I tried to always display the gap stats table in the upper right corner, using 52wk high as y-coordinate. This works ok most of the time, but is not pretty. If anybody has some fancy way to tag the label in a fixed position, please get in touch.
- Max number of labels per script:
TradingView has a limitation that allows a maxium of ~50 labels per script. If there are more labels, TradingView will automatically cut the oldest ones, without any notification. I have found this behaviour to be rather inconsistent - sometimes it'll dump labels even if there are a lot fewer than 50. Hopefully TradingView will drop this limitation at one point in the future.
Important: The inconsistent display of the gap day labels has NO INFLUENCE on the calculations in the gap stats table - the count and the calculations are complete and correct!
Pivot Support and Resistance Finder [JV] V2Dear Traders,
This script is a follow-up to my previous Pivot Support and Resistance Finder.
After so many positive feedback, for which I thank you all, I started rebuilding it to implement some requested features.
The biggest change is that by default, the indicator now shows zones instead of lines.
Support Zone: from low to close
Resistance Zone: from close to high
I removed the 5 lines, instead showing the most recent levels and the forming (fast) levels.
However, if you change the occurrence in the options, you can still see previous levels:
0 = Current Level
1 = Previous Level
2 = Level before the Previous Level
...
More important configurable options:
Pivot Length
Pivot Quick Length (used to draw forming levels
Option to draw using bar closes, wicks or both (area)
Hide / Display to forming level
Show past levels.
I hope this is clear enough.
For any questions, remarks, suggestions, feel free to contact me.
Happy Trading!
Multi Price Action & Candlestick Patterns - Horizontals R/SNote:
This is a script that synthesizes a number of popular price action and candlestick patterns along with a trading strategy based on horizontal support and resistance. Scripts are used for learning and research purposes.
Useage:
Support and resistance are two important areas in Price Action analysis and trading. After confirming the support and resistance zone line, waiting to confirm the appropriate candlestick pattern and execute the trade, set a reasonable stop loss and take profit, This is critical for compliance with your money management rules.
Notation:
In the script, price action and candlestick pattern are denoted as follows:
- Bullish Engulfing (BU) & Bearish Engulfing (BE)
- Hammer (HM)
- Hanging Man (MM)
- Morning Star (MS)
- Evening Star (ES)
- Tweezer Top (TZT)
- Tweezer Bottom (TZB)
- Shooting Star (SS)
- Bullish Pinbar (PBBBU) & Bearish Pinbar (PBBE)
- Doji Gravestone (GS)
- Doji Dragonfly (DF)
- Doji - Long legged (LL)
- Spinning Top (ST)
Settings:
- Number of left candle to compare lowest/highest: Compare the high/low price of the current candle with the highest/lowest price of previous candles.
- Number of left candle to calc avg body: Compare the average price of the current candle with the average price of previous candles
- S/R Left Bars: The number of bars left hand side of the Pivot
- S/R Right Bars: The number of bars right hand side of the Pivot
- S/R Volume Threshold - The threshold value (%) for the volume oscillator
The code is open and commented - please feel free to use, share, comment & provide feedback.
Good luck!
Feel free to get indicator or strategy trading signals at yummyprofit.
Bullflag Candlestick pattern
A bull flag is essentially a small consolidation near the top of an upthrust. If we picture it as a candlestick pattern, it should have a big green candlestick + a small body red/green candle near the top of the top big green candle.
This script essentially help you identify these.
NSDT Institution Trading ZoneA simple script that adds background color to highlight the Institutional Trading Hours during the USA market (8am-4pm Eastern). Timeframes and colors can be modified as needed.
Pivot Support and Resistance Finder [JV] V1Hi Traders.
This is my first attempt of writing an indicator.
Let me start by saying I could never have done this without lmatl and WMX_Q_System_Trading who were and are an incredible source of inspiration.
This indicator shows horizontal Pivot Support and Resistance . It draws up to 4 horizontal lines extending to the right from and adds labels to High and Low Pivot Candles . It also draws the Support / Resistance that is currently forming.
You can select the number of lines on the current timeframe.
There are some options in Settings:
Current timeframe pivot settings
Show and hide levels of the current timeframe
Change colors
Extend Lines
Any suggestions are more than welcome!
I also welcome donations, no matter how small ;-)
Aggregate BTC CandlesThis script creates candles based on an aggregated Index price from various BTC exchange tickers. Since the early years in particular have a lot of exchange specific flash crash wicks, missing data, erraticness compared to other exchanges particularly in their first few months, this is an attempt to clean up the price history, be it for TA (trendlines, S/R etc.) or use in algos or other indicators, without reliance on one exchange. It uses the new Array functionality to generate median and averages, and is entirely original work.
Heikin Ashi Candles - Actual CloseHeikin Ashi Candles - Actual Close is a simple script that instead of displaying Heikin Ashi Close it displays the actual close.
This script is a handy tool for anyone that wants to use Heikin Ashi candles that displays the real close. The coloring of the candles is still based on the Heikin Ashi calculations.
Enjoy.
Renko Bar ChangeI realized it's not in the TV Library so I think it's mandatory to add.
If you wish to access and use for yourself contact me - I reply on Average in less than 4 hours on a 60 day period.
---
Renko Bar Change Indicator Documentation:
Renko Parameters:
Set Box Size either via ATR or your own Float-Value after choosing the correct Renko Style-Option.
Both Renko Style Options are self-explanatory.
Alerts and Plots:
1) Green arrow visualizing a green Renko bar after a red Renko bar
2) Red arrow visualizing a red Renko bar after a green Renko bar
3) Alert for green Renko Bar after red Renko Bar
4) Alert for red Renko Bar after green Renko Bar
RogTrader Bull Bear StrengthsSimplified Bull/Bear Strengths Indicator uses price action, volume flow, and candlesticks to calculate bull and bear strengths, also known as buying and selling pressures.
Green/Red Volume Bars can be misleading at times
This indicator shows the net bull/bear power
Recommended to be used in combination with indicators to find reversal signals.
For example, during an uptrend, a long red bar indicates that strong selloff has started, and bears begin to control the bargains.
[SCL] Better Heikin AshiTo display the Heikin Ashi candle direction on your normal chart, using this script is better than switching between layouts. It includes different display modes so that you can use it alongside other indicators without clashing visually (bar colour/plotted shapes/shapes on flip only), and alerts on changes in direction. Many scripts include some or other of these features; here I've included them all in one for flexibility. One feature that AFAIK is unique is the "predictive close", which shows you where the current candle needs to close in order to change the Heikin Ashi direction.
Heikin Ashi is a different method of calculating candlesticks. It has several advantages:
+ It can help to show the dominant trend in a smoother way than normal candles.
+ Flips in direction can show either trend reversal, or a pause and continuation, which can be a place to join a trend.
Disadvantages of using Heikin Ashi include:
+ Having to change to a different chart layout
+ Difficulties working directly with Heikin Ashi values, because the values of the Open, Low, High, and Close displayed are different to the "real" prices.
This indicator solves this problem by bringing trend information from Heikin Ashi candles (whether they're bullish or bearish) onto your normal candle chart. It displays in the main chart pane.