Volume+ (RVOL By Time of Day)This script is an enhanced volume indicator.
It calculates relative volume (RVOL) based on the average volume at that time of day (rather than using a moving average).
For example, using this indicator you can see today’s volume during the first 5-minute candle of the market open compared to the previous day’s volume at the market open. Or you can see today’s volume at the market close during the last 15-minute candle compared to the average of the past 20 days of volume at the market close.
Due to the different quantity of candlesticks in a session between Stocks and Forex/Crypto, I separated those markets into separate settings, making this an all-in-one volume indicator that works on all markets.
Settings:
Stocks
If you set the lookback period to 1 on the 5-minute chart and look at the 9:30am candle for a stock, then the current volume bar will show you what today’s volume is compared to yesterday’s 9:30am 5-minute candle.
If you set the lookback period to 15, then the current volume bar will show you what today’s volume is compared to the average of the last 15 days of 9:30am 5-minute candles.
Max Lookback: 64 Sessions
Stocks
This setting is for traders who want to use this indicator on a timeframe lower than the 5-minute chart.
Due to limitations in how many historical bars PineScript can reference, referencing 1-minute and 3-minute bars requires a lot more historical data so I separated the two to allow the 5-minute+ timeframes to have a longer lookback period.
Max Lookback: 12 Sessions
Forex/Crypto
When you set the script to Forex/Crypto, it does the same thing for stocks but calculates based on a 24-hour period.
So if you set the lookback period to 1 on the 1-hour chart and look at the 11:00am candle for a currency pair, then the current volume bar will show you what today’s volume is compared to yesterday’s 11:00am 1-hour candle.
If you set the lookback period to 10, then the current volume bar will show you what today’s volume is compared to the average of the last 10 days of 11:00am 1-hour candles.
Max Lookback: 17 Sessions
What Doesn’t It Work On?
Because I had to manually calculate how many volume candles to look back per timeframe to get the previous session’s candle, I had to hard-code the math in this script.
That means that this indicator will only work on 1m, 3m, 5m, 15m, 30m, 45m, 1h, 2h, 3h, 4h, Daily and Weekly timeframes. If you try to use it on any other timeframe it will revert to a regular volume indicator.
Why Is It Useful?
Similar to volume profile by price, this gives you a volume profile by time in a way that the default volume indicator does not.
For example, you can use this to determine when a stock has a particularly strong opening drive, or when a currency pair has a weak fake-out leading up to the London open, or for general confirmation on trading signals with time-specific volume information to work with.
Colors
The purple line and the faint gray bar is the RVOL value.
The blue number is the percentage of the current volume bar relative to RVOL.
There are four different bar color settings:
Heatmap – Changes color to be brighter based on higher RVOL
Price – Changes color based on price action (like the default TradingView volume indicator)
Traffic – Changes color based on RVOL percentages (for fast visual cues)
Trigger – Changes color only when the specified alert conditions are met
Heatmap:
Traffic:
Trigger:
Price:
Heatmap:
Turns very bright green at 2.0 RVOL
Turns light green at 1.0 RVOL
Turns normal green at 0.75 RVOL
Turns medium green at 0.5 RVOL
Turns very dark green at 0.25 RVOL
Is gray otherwise.
Price:
Turns red if the price action candle closed bearish.
Turns green if the price action candle closed bullish.
Traffic:
Turns red if RVOL is between 1.0 and 1.5.
Turns orange if RVOL is between 1.5 and 2.0.
Turns dark green if RVOL is between 2.0 and 3.0.
Turns bright green if RVOL is above 3.0.
Is gray otherwise.
Trigger:
Turns teal if any of the given alert conditions in the user settings are met.
Alerts
Alerts are optional. You have to set them like any other indicator, by creating a new alert and selecting this indicator.
If you leave the "Alert At RVOL %" setting at 0, then alerts will only be triggered if the current candle exceeds the 1.0 (100%) RVOL level.
If you change the "Alert At RVOL %" setting then alerts will be triggered if the RVOL percentage (blue number) exceeds your given value. The blue number is a percentage of the average, so if it’s at 0.5, then it’s 50% of the average.
Notes
- This indicator only works with regular time bars. It will not work with range, tick, renko etc.
- This script has lookback limitations due to restrictions on how many historical bars PineScript can reference. The lookback limit varies based on the market type you choose. The more bars required for calculation the lower the lookback limit.
- If you use it on the Daily timeframe the lookback period will count as 1 week. If you use it on the Weekly timeframe the lookback period will count as 1 month. So a Lookback of 3 on the Daily would be 3 weeks of averages, a Lookback of 5 on the Weekly would be 5 months of averages (for that Day of Week or Week number).
- Big thanks to @tb12345 for the idea and for helping to field-testing the indicator!
타임
Eugene's RSI MTFFeel free to use this Multi Time Frame RSI indicator.
You can select up to 4 time frames.
You can plot either each of them or the average of all 4 or the faster 3.
Enjoy. Please leave a like if it is useful to you.
BitMEX Withdrawals Cutoff TimeThis indicator highlights time on the chart when BitMEX processes withdrawals.
Return to the Mean OscillatorThe Return to the Mean Oscillator shows the spread between the selected mean study and the actual close in price.
In this first version, I'm including the All-Time Historical Mean, which is the evolution of the mean value of that asset since its inception.
By using this indicator we are able to see if a particular market is trading above/below historical mean value.
The Mean value equals zero in the oscillator scale.
Therefore, we can use this indicator to clearly identify 'Return to the Mean' moves.
Note: Tradingview limits the number of candles we can use on each time frame.
Depending on the deepness of historical data, it is possible that the mean value could miss old data and therefore plot different levels for each timeframe.
That is especially true for markets with a long history or when we calculate it for intraday time frames.
In case of doubt, refer to the mean value at higher time frames.
Return to the MeanThe Return to the Mean plots reference values that price action tends to revisit each cycle.
In this first version, I'm including the All-Time Historical Mean, which is the evolution of the mean value of that asset since its inception.
By using this indicator we are able to see if a particular market is trading above/below historical mean value.
Moreover, we can use this indicator to anticipate powerful 'Return to the Mean' moves.
In addition to the All-Time Historical Mean, I'm planning to add alternative 'return to the mean' studies to this indicator.
Note: Tradingview limits the number of candles we can use on each time frame.
Depending on the deepness of historical data, it is possible that the mean value could miss old data and therefore plot different levels for each timeframe.
That is especially true for markets with long history or when we calculate it for intraday time frames.
In case of doubt, refer to the mean value at higher time frames.
[RESEARCH] Script With Expiration TimeJust testing a new methodology to give users an ability to test code from invite-only scripts for a certain period.
Expiration time - 01.12.2018 13:00 UTC
It should not plot data from new bars that comes after Expiration time
It should not plot anything if was applied on the chart after Expiration time
TREND REVERSAL DETECTOR TR detector: Trade with the trend not against it. This indicator will warn you in advance before the market changes its direction.
Kill Zones UTC+8 adapted from oscarysOrange = Asia Open and daily close
Green = London Open
Red = NY Open
Olive = London Close
Adapted from Oscarys, made by @qubitrader
{CDT} v1.0 - Volatility Trend IndexHighlights areas where there is an increase in volatility and trend.
Does not determine direction, just good times to trade.
Time Pattern IndicatorHigh Priority = Gold Diamonds
Medium Priority = Silver Circles
Leading Priority = Fuchsia Crosses
GravityBuys and sells make relative ripples in the market that can be leaned into for the trader's advantage. In order to get the most out of these ripples we need to consider space (price) as much as time. Renko charts with traditional box sizes (representing about a 0.4% move) can help us to achieve this.
This strategy is a drop in the cosmic bucket compared to what's out there, but it can help anyone who's lost money between January and now.
For traders who are looking for more of an edge, visit here:
Enjoy!
BB% MODHELLO EVERYONE !
I created this indicator to simplify my life in the study of the bollinger bands on a multi-time frame optics.
It works exactly like the bollinger bands %B you have of defaul inside tradingwiew;
BUT you can choose via an integrated button that I integrated if you see the indicator on the chart timeframe or a custom time frame, which can be changed via a window
Timeframe that you can choose from the window: 1M, 3M, 15M, 30M, 45M, 1H, 2H, 4H, 8H, 12H, D, 3D, W .
For more info write me in PM.
I answer in 24/48 H
Forex Sessions-By Blackwolf for FXCM 00:00-24:00 V2.1This script uses FXCM as reference and it has been configured to work with the time fo Admiral Markets broker
It shows vertical lines for the midnight of everyday.
It shows three different trading sessions: Asia Europe America
It is configured for Rome Time Zone
Script da utilizzare con broker FXCM per la correttezza e la corrispondenza automatica della mezzanotte
Lo script segna automaticamente delle linee verticali in corrispondenza della mezzanotte dal lunedì al venerdì in modo da definire chiaramente l'inizio e la fine della giornata.
Inoltre le sessioni di trading giornaliere Asia, Europa, America vengono evidenziate con delle fasce colorate per definire le diverse sessioni di mercato sincronozzate con Broker Admiral Markets.
Lo script ha come orario di base il fuso West America ed è già stato preimpostato per avere la corrispondenza esatta con le varie sessioni in funzione dell' orario di Roma (US 18.00 = Roma 00.00)
Crypto Trade Sessions-By Blackwolf for Bitfinex 00:00-24:00 v2.0This script shows the graph with 3 different trading sessions: Asia, Europe and America. It also shows the start and end of the day from midnight to midnigh and is configured for Rome time for Bitfinex
Lo script mostra le 3 sessioni di trading: Asia Europa ed America. Inoltre mostra la suddivisione dei giorni da mezzanotte a mezzanotte utilizzando il fuso orario di Roma
yutas_MovingAveragesMaster_and_Bollinger Band TouchSMA × 4 (26.52.104.200)
EMA × 4 (26.52.104.200)
Bollinger Bands ±2σ & ±3σ.
With on-off switch,
Display Bollinger Bands signal sign...
SMAを4本
EMAを4本
ボリンジャーバンドを偏差2偏差3の表示
それぞれに表示の【ON】【OFF】可能。
チャート上にボリンジャーバンドのシグナルサインを表示します。
Sum and Subtract Hours and Minutes to Sessions SampleThis indicators it's a programming sample of how to sum and subtract hours and minutes to sessions on Tradingview
Sum and Subtract Hours and Minutes SampleThis indicators it's a programming sample of how to sum and subtract hours and minutes on Tradingview
Sum string hours sampleThis indicators it's a programming sample of how to sum string hours on Tradingview