The script shows an example implementation of dictionary-like data type which can store key:value pairs (Python style). Both keys and values can have any of the following type: • string • integer • float • boolean • color You can add items of different types to the same dictionary (e.g. key = 12 and value = "value" stored in the same dictionary with key = "key"...
Traditionally, the TICK index is a technical analysis indicator that shows the difference in the number of stocks that are trading on an uptick vs a downtick in a particular period of time. This indicator allows user to choose up to 40 tickers to calculate TICK. By default, it uses the SPY Top 40 stocks, but can be changed to any tickers. There are options to...
█ OVERVIEW This indicator show lines of OHLC which can be commonly used as support and resistance zones. OHLC can be shown table with candlestick visual. Color of candlestick depends on direction of bullish / bearish of the chosen candlestick. █ INSPIRATION Inspired by design, code and usage of CAGR . Basic usage of custom range / interactive, pretty much...
Enables users to create their own custom Stock Index with up to 29 tickers! Has included optionality to include/exclude certain sectors, plot sectors individually and measure in gold. Good for having a look at how your favorite tickers have performed (with your modification of course). Also has option to show Moving Averages for your convenience.
Hey everyone, I have been using volume a lot more lately as price action can sometimes get manipulated but volume shows us the truth! Anyways, I have enjoyed the Volume Spread for VSA indicator but wished I had the code to change a few settings. This volume indicator includes spread analysis with the ability to customize input values and I'm making it open source...
This a water mark that uses a table to allow placement at 9 different locations on the screen you can either pick on of the given Date and time formats or you can choose custom and build your own One of the reasons for this project I wanted to be able to add the "s,m,h" to the water marks timeframe not have i.e. "240" and have it say 4h.. you can select what...
This indicator lets you freely customize your price line. Choose between static or dynamic colors for falling/rising prices. In addition you can adjust the following: Line style Thickness Length Direction It is also possible to mix different designs by using a single indicator.
Plot several EMA with only one script. Default EMA: 20、50、100、200. All of these are adjustable. Also, Vegas tunnel and filter line can be presented or not according to your needs.
HighLow Box Highlight between Earnings This is an indicator to highlight area between two earning periods and their highest and lowest points. It also alternates the highlight color in each subsequent block. Tested to work in 1D charts and 1M charts Just drop a message, if you want this further developed with more features. Note: This was requested...
// Custom Vortex Strategy (backtester) // Custom version of the Vortex indicators that adds many features: // -Triggers trades after a threshold is reached instead of the normal vortex lines cross (once the difference between the 2 lines is important enough) // -Smooths the Vortex lines with an EMA // -Adds Take Profit and Stop Loss selection // -Adds the...
Hi fellow traders.. TV has generously increased the number of alerts!! A Simple Watchlist with heatmap based on % change on daily timeframe. Gives % change and RSI you can set the percentage in the input box and then set alerts on your favorite watchlist. Alerts also include days high and low.. Simple Table and array based code. set for scrip close >10 can be...
This strategy allows you to back test longing or shorting during a period of time between two dates. Make sure you are in the daily time frame while viewing the performance and trade history to ensure you have the most historical data as possible from Trading View. Finally, due to the way Trading View enters trades at the end of a candle, you must subtract one...
Trading View today published a desktop Bad Internet connection indicator ?! which set me thinking… Despite recently introduced Dynamic Alerts many scripts do not leverage the information available for active traders and traders on the GO! So decided to share this script totally ALERT focused on one of the most popular DAY trading indicators. Of course no more BAD...
This script example aims to cover the following: defining custom timeframe / session windows gather a price range from the custom period ( high/low values ) create a secondary "holding" period through which to display the data collected from the initial session simple method to shift times to re-align to preferred timezone Articles and further reading:...
This indicator plots volume for the index Nifty Pharma using data from it's constituent stocks. Code taken from @daytraderph 's script called Custom Volume.
This Custom Klinger Oscillator allows you to change the time frames for the Force Volume and Signal calculations to use instead of it's default values. Although the default Fibonacci values ( 34, 55 and 13 ) provide exceptional signals, you can now explore using lower Fibonacci numbers and get faster signals for your own adventures in the market. This indicator...
The Double MACD indicator is precisely two different MACD indicators plotted on the same axis for precise visual correlation between each other. This correlation provides more information than a single regular MACD by allowing you to compare the signals of a shorter timeframe to the default or longer timeframe, showing the strength of the change in momentum and...
This indicator will plot a line on your chart that shows the highest high point between two previous points on the chart. It does this by reporting the highest point of X number of candles, and begins the look-back X number of candles ago. Default candle group size is 50, and default look-back begins 50 candles back. With these settings, the script will...