Japanese below / 日本語説明は英文の後にあります。 ------------------------- This is an indicator that shows monthly bull-bear ratio in a table. By specifying the start year and end year, the ratio will be calculated and showed based on the number of bullish and bearish lines in the monthly bar. It allows you to analyze the trend of each symbol and month (bullish / bearish). Up to...
FiboSequ: Fibonacci Sequence Marking Leonardo Fibonacci was an Italian mathematician who lived in the 12th century. His real name was Leonardo of Pisa, but he is commonly known as "Fibonacci." Fibonacci is famous for introducing the Hindu-Arabic numeral system to the Western world. This system is the basis of the modern decimal number system we use...
There are always discussions about how the weekend affects Crypto-Coins. It seems that on Monday, the price usually returns to Friday's level. To make a qualified statement, I wrote this script that tests exactly that and provides an evaluation. It displays a candle for Saturday and Sunday. Either green or red, but also blue if there was hardly any...
This strategy is based candle count number also strategy analysis - Rules for buy- 1) choose Candle Number(Ex.-47) For Trade 2) Trade Sell if price is above high of day 1st candle that mean direction is upside 3) We are taking stop loss on lowest low of candle since day first candle to trade no. 4) close Trade at last bar of...
The main benefit of this indicator is the ability to see multiple higher timeframes at ones to get a better overview of signals that could mark possible trend reversals with more weight than those on the selected timeframe. Since the higher timeframes are calculated automatically, the user needs to set a Period Multiplier that multiplies the selected timeframe...
This script will count the bars back since the last time the current bar indicator value was either this low or this high. It will provide the time in either, seconds, minutes, hours, days, weeks, months, or years. please note: There are currently no alerts setup for this script. the length options only apply to the sources that have the "(MA)" in their...
This simple indicator displays a countdown for the amount of time left until a bar of your chosen timeframe closes. Displays up to 5 different HTF countdowns. Fully Customizable to fit any style, change the text colors, background colors, frame colors, display size and border & frame widths. Flat display option for a sleek look to mesh with your charts. ...
counting candles script .you can choose where to start date and end date ...
Library "FunctionPatternFrequency" Counts the word or integer number pattern frequency on a array. reference: rosettacode.org count(pattern) counts the number a pattern is repeated. Parameters: pattern : : array : array with patterns to be counted. Returns: array : list of unique patterns. array : list of counters per...
As a day-trader, revising is the most important habit. This script adds numbers on intraday bars to help you revise and analyze patterns and your entries/exits. Great help!
Custom f_nDecimals() function returns precision of decimal numbers of the following forms: const, input, simple, and series of the following types: float, integer, and string. Error checking is performed for valid numbers and invalid values return NaN. NOTICE: This is an example script and not meant to be used as an actual strategy. By using this script or any...
Library "FunctionElementsInArray" Methods to count number of elements in arrays count_float(sample, value) Counts the number of elements equal to provided value in array. Parameters: sample : float array, sample data to process. value : float value to check for equality. Returns: int. count_int(sample, value) Counts the number of elements...
this script count pivot higher high and pivot lower low ...its useful understanding swing of market bull pressure and bear pressure .. when price make swing high it count +1 ..this script can help in price action manual trading understading high and low also newbie pinescript coder to learn counter ..i learn these thing from al brook price action trading books...
small script for count bar ...it count bar from open of day till end of day ... in lower time its deleting candle count because of tradingview label limit 50 . bar counting it help me to teach trader bar by bar ...some of bar in all world chart are very important ..in al brook sir book and his website he marked many imortant bar no for reference al brook sir...
Helps to see the number of days in any default timeframe chart. (Not yet tested with custom time frames!) Please like and favorite this script if you like it! Any donations of tradingview coins to help me buy a tradingview pro membership would also be highly appreciated! Thank you!
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...
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.