This ticks-based indicator provides real-time volume information for a trading asset. Volume is analyzed and updated continuously, not just at candle close. It is based on DGT's Bull vs Bear Power indicator but adds a gas signal that activates when buying or selling volume percentage reaches a predetermined threshold. This indicator can also help traders...
Version 1.0 - 2nd January 2023 Hi All, This is my first published indicator, although I have written several hundreds for private use. Description Tick based chart I got intrigued while reading about tick based charts on this page (please note this link/website owner is not affiliated with me) , so I decided to see if it would be possible to recreate...
Multi-timeframe Commodity Channel Index (CCI) + Realtime Divergences + Alerts This version of the CCI includes the following features: - Optional 2x sets of triple-timeframe overbought and oversold signals with fully configurable timeframes and overbought and oversold thresholds, can indicate where 3 selected timeframes are all overbought or all oversold at the...
Divergence for Many Panel (D4MP+) This Divergence for Many Panel indicator is built upon the realtme divergence drawing code originally authored by LonesomeTheBlue, now in the form of a panel indicator. The available oscillators, hand picked for their ability to identify high quality divergences currently include: - Ultimate Oscillator (UO) - True Strength...
RF+ Divergence Scalping System + Custom Signals + Alerts. This chart overlay indicator has been developed for the low timeframe divergence scalper. Built upon the realtime divergence drawing code from the Divergence for Many indicator originally authored by Lonsometheblue, this chart overlay indicator bundles several additional unique features and modifications...
Multi-timeframe Stochastic RSI + Realtime Divergences + Alerts + Pivot lookback periods. This version of the Stochastic RSI adds the following additional features to the stock UO by Tradingview: - Optional 3 x Multiple-timeframe overbought and oversold signals, indicating where 3 selected timeframes are all overbought (>80) or all oversold (<20) at the same...
Ultimate Oscillator (UO) + Realtime Divergences + Alerts + Lookback periods. This version of the Ultimate Oscillator adds the following 5 additional features to the stock UO by Tradingview: - Optional divergence lines drawn directly onto the oscillator in realtime - Configurable alerts to notify you when divergences occur, as well as centerline crossovers. -...
True Strength Indicator (TSI) + Realtime Divergences + Alerts + Lookback periods. This version of the True Strength Indicator adds the following 5 additional features to the stock TSI by Tradingview: - Optional divergence lines drawn directly onto the oscillator in realtime. - Configurable alerts to notify you when divergences occur, as well as when the TSI and...
This indicator splits the candle time into 30 units to indicate where the price was at each time. In the case of a 1-hour time zone, 60 minutes / 30 = 2 minutes, so this display the location of the price every 2 minutes. In case of 1 minute time zone, it is displayed every 2 seconds. CAUTION If a transaction does not occur, the display may be omitted. You...
This experimental script shows the intrabar progression of price/volume It can only be used with live data, when you switch timeframe or ticker, it will start over again. When you let the script run, you'll get insight of what is going on during the bar progression. On each tick, when the price goes up, a green line will be drawn, if it goes down, a red line...
This is an example script for checking how far the current bar has progressed towards it's completed state. This works for any time frame, eliminating extra logic calls and conversions for each timeframe.period. It is not intended to be a standalone indicator, but rather as a resource for additional logic triggers on the real time bar of a pine script. The main...
█ OVERVIEW I am happy to present this script with a nice idea! You can now customize a watchlist with your preferred time frame and any symbol from any market. The main purpose is to be aware of any moves and watch a brief overview of the chart. █ FEATURES - 8 customizable symbols with the option to show/hide anyone - Multi time frame support - 3 Types of charts...
Problem Pine's implementation of the security() function behaves differently in realtime vs. historical bars. Specifically, for historical bars, calling security() for a time frame (TF) larger/slower than the current chart's TF will return information about the last completed bar of the higher TF. However, for realtime bars (i.e. if you allow the chart to...
I made this to serve as a reminder if a candle is not closed yet. This is to avoid entering a trade based on a candle that is not closed because this candle could look alot different by the time it closes. Good luck.
This is a tool, shows the volume variation % strength related to the X past candles. The current candle is shown in real time, until candle closes. The visualization of the candle time to close is a thin line, that is 100% for all past candles and slowly goes up for the current candle. Best with an example: with a 4h candle, 1 hour has wasted already. This is...
This is a tool. Do with it what you like :) The ghost candle works by drawing a bigger time frame candles in ghost mode over a chart. The time frame is default of 4h, can be changed in the "format" pop-up. What we see in a time frame as the "wick", is really a set of candles when looked at lower resolutions/timeframes, that info is crunched into the OHLC...
the main rules are in version 1.0 of this indicator, here: and they provide useful info to make sense of the indicator two important improvements: 1 - the candle period is now provided in minutes 2 - the volume MA size does not make an average abymore, now IT CHOOSES the highest value in the range. this provides less, but more significant signals.
This indicator was designed to work in real time, and needs the "calculate on every tick" turned on. It verifies if the volume from the current candle is increasing more or less than the average. Example using 5 min. candles: 1 minute is 20% of the time for the candle. So, if the volume is at 20% or below of the vol.average, the market is stable(price not moving...