Useful on pine scripts which need to identify the start of the previous trading day i.e. from the perspective of today's date - not the previous day on each bar calculation. Works on any timeframe - which is the whole point as on a daily chart you can simply do time .
What is it, How to use it, How to adjust the settings? What Calculates EQ Level? What is it? EQ, Equilibrium, In the money market, the term "equilibrium" or "equilibrium" refers to the point at which supply and demand are equalised. At this point, money supply and money demand meet each other and interest rates stabilise at a certain level. Equilibrium in the...
AMT: Custom Levels Plotter Indicator Purpose: This indicator is designed to allow users to directly visualize custom price levels and their associated labels on a trading chart by copying and pasting data from the Gamma spreadsheet. Features and Functionalities: Direct Input from Gamma Spreadsheet: Users can effortlessly copy rows of data from the Gamma...
Counts the number of bars printed starting from the date and time of your choice
I am proud to announce that the formerly secret "Key Earnings Levels" graphing tool will be freely available to TradingView users whereas before it was only available by monthly or annual subscription since its invention here at TradingView many years ago by Tim West. TradingView code writers wrote the original code for using this powerful tool and then Johannes...
Paytience Distribution Indicator User Guide Overview: The Paytience Distribution indicator is designed to visualize the distribution of any chosen data source. By default, it visualizes the distribution of a built-in Relative Strength Index (RSI). This guide provides details on its functionality and settings. Distribution Explanation: A distribution in...
This Signal Composer script can compose existing signals from other "Signal Indicators" into one and can forward it to the "Template Trailing Strategy". It allows the user to combine the logic of two signals and define the conditions that will trigger the start, end, cancel start, and cancel end deals of the produced signal. A signal will be composed from those...
Time Session Filter in TradingView Strategy: A Comprehensive Guide Welcome to this educational TradingView blog where we dive deep into the functionality and utility of the time session filter in trading strategies. It's interesting to note that the time session filter is a commonly overlooked feature in Pine Script, often not integrated into overall trading...
This Signal Adapter script can compose a signal based on inputs from other simple (non-signal) indicators and can forwards it to the "Template Trailing Strategy". It allows the user to combine up to eight external inputs and define the conditions that will trigger the start, end, cancel start and cancel end deals. A signal will be composed from those user-defined...
📜 ––––HISTORY & CREDITS–––– The MarketSmith & IBD Style Model Stock Quarters another Utility indicator is an original creation by TintinTrading inspired by Investor's Business Daily and William O'Neil style of presenting information. While going through the Model Stocks that IBD has been publishing, I realized that I wanted to see the exam same Quarterly...
📜 ––––HISTORY & CREDITS–––– This Pine Script Utility indicator, titled " Closing Range Indicator," is designed and developed by TintinTrading but inspired by the teaching of Investor's Business Daily (IBD) and William O'Neil. It aims to help traders identify the closing range of a given timeframe, either daily or weekly. 🦄 –––UNIQUENESS––– The unique feature...
Using Maps collections: This code manipulates support and resistance lines using maps collection. We normally maintain array/udt of lines and related properties to segregate lines as support and or resistance. With introduction of maps the same can be achieved without creating lines array/udt. What does this code do: 1. Plot support and resistance lines based...
The Interplay of Time Frames: A Balanced View Navigating the markets often involves interpreting trends from multiple angles. The HTF Oscillators with Dynamic Smoothing indicator enables you to do just that. This tool provides the option to integrate smoothed oscillator readings from Higher Time Frames (HTF) into lower time frame charts, such as a 1-minute chart....
The principle of this indicator ATR (Average True Range) Setting: The code uses ATR to help calculate the Supertrend indicator. Supertrend Trend Direction: Identify bullish and bearish trends with the Supertrend method. Order Block Recognition: This part of the code recognizes and creates order blocks, visualizing them as boxes on the chart. If the number of...
The "White Noise" indicator is designed to visualize the dispersion of price movements around a moving average, providing insights into market noise and potential trend changes. It highlights periods of increased volatility or noise compared to the underlying trend. Code Explanation: Inputs: mlen: Input for the length of the noise calculation. hlen: Input...
This is a simple index-like script that adds up the market value of the magnificent 7 (AAPL, MSFT, NVDA, TSLA, META, AMZN, GOOG) and divided by a constant. The way this works is similar to SPX and NDX, except that it doesn't have any special weighting mechanism.
This is a simple script for generating random data shown as candles. The purpose of it is the following: 1- To see what works here. If everything is random and something is working, is there really any reason behind it? 2- To see what NOT works here! this is probably the most interesting part. Human behaviors are more likely to generate bubbles so theories like...
These indicators was originally developed by John F. Ehlers (Stocks & Commodities V. 19:10: MESA Adaptive Moving Averages). Everget wrote the initial functions for these in pine script. I have simply normalized the indicators and chosen to use the Laplace transformation instead of the hilbert transformation How the Indicator Works: The indicator employs a...