Crypto Market Cap, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
Reliance, INDIABULLS HOUSING, YES BANK, STATE BK OF INDIA, HDFC BANK, TATA STEEL LTD
Nifty, BSE SENSEX, S&P 500, Nasdaq Composite, FTSE 100, DAX Index
US 10Y, Euro Bund, Germany 10Y, Japan 10Y Yield, UK 10Y, India 10Y
The importance of counting HH&LL is to find the possible extreme of the current leg and the potential reversal. This script helps you count the number of bars which are constantly higher or lower than the previous ones. I set the script to count from the first one, but only display the number from the third, in order to eliminate too much noise. Note : I have...
Alert and lite version of the Setup indicator. ___ Alert list: 1. Bearish / Bullish Price flip. --- Market closed higher than the close price four bars earlier and the prior bar’s close is lower than the close five price bars earlier, vise versa for the opposite direction. 2. Setup Count Termination --- Market confirmed the Buy / Sell Setup termination...
Based on Rick Santos ' Swing Charts V1 Darvas Box V0.1' However I have migrated script to pine version 3, customized to suite and added a higher number for the trend count
A simple script to count the number of up days, or intraday bars, (Green Bars) for a given Look Back period. Inputs are: Look Back Period and Increment. Use 0 for the Increment to count only the up days, or bars. Use -1 to include the down days, or bars, in the sum.
This study is an experiment designed to identify market phases using changes in an approximate Hurst Exponent. The exponent in this script is approximated using a simplified Rescaled Range method. First, deviations are calculated for the specified period, then the specified period divided by 2, 4, 8, and 16. Next, sums are taken of the deviations of each period,...
Example how to limit the number of round trips per day. If entry condition is never met logic will force a round trip at end of day. Set chart to a timeframe that is lower than 1 Day period. NOTICE: This is an example script and not meant to be used as an actual strategy. By using this script or any portion thereof, you acknowledge that you have read and...
Very simple strategy based on consecutive candle count. Simple but can be very profitable if you know how to execute. Example: - Buy when consecutive up closes exceeds 3 - Sell when consecutive down closes exceeds 3 For a buy signal, if price closes higher within 5 candles, it is defined as a win. For a sell signal, if price closes lower within 5 candles, it...
This is an experimental variation of Paul L. Dysart's Positive Volume Index and Negative Volume Index that tracks the divergences between the PVI and its EMA, and the NVI and its EMA, then plots both together for comparison. This tool can be used to identify trending price activity.
I've created a simple red/green candle counting script with a custom number of candles to look back on. Let me know if any bugs, issues, or suggestions.
Work in progress. Will indicate when a certain number of highest/lowest fractals have occurred from a starting point. E.g. if lowest in 50, start counting highest fractals until N number is reached. You can see my current status/attempts in the code comments. I am publishing to invite others to help via TV chat and StackOverflow. I will update the script when a...
This script shows via the oscillator window, how much red and green candles where shown - looking back a given number of candles. The number of candles to look back is 10 by default, but can be changed in the indicator settings. The red line indicates the number of red candles, while the green line shows the number of green candles.
A new approach to trend/time analysis. This indicator counts up/down price moves using fuzzy logic in two time frames. Counts reaching Fibonacci numbers are often significant to trend momentum: either reversal or stronger continuation. See the script’s beginning comments for details. I’m amazed with DeMark and all his indicators. But after coding a TD_Sequential...
This indicator was written in order to apply bar limit in strategies and it was published as open code so that everyone can use it. When backtesting with stock market api data, we determine how many bars should be, not from which date the data will be drawn. For example, we can draw 1000 bar data from stock exchange and perform the backtest on this data. You can...
Hello ladies and gentlemen I'm back in my (almost daily) publishing challenge - to educate/show pinescript not commonly known tips ↑ Trend Direction ↓ Remember that script ? I often use it to detect higher highs or lower lows. When an oblique/diagonal breaks, it indicates that a trend may move in the opposite direction. Combining this along with other...
A script I am working on to count higher highs and lower lows of levels. Still in progress... Once it's working it will add a shape or a new colored line when a target number of higher highs has been achieved.
Simple script to count all plotted ticks in a given timeframe. Can be used to verify if TradingView base data is not complete for executing your own scripts.
Contador de barras do intraday para gráfico de 5 minutos Da barra 1 a 64 do dia Usar juntamente com o script Count Bars Day 65-120