TradingView
ZenAndTheArtOfTrading
2021년 6월 3일 오전 1시 52분

Session Volatility Calculator 

EUR/USDOANDA

설명

Hey traders!

This script calculates the average volatility of trading sessions.

You specify a start date, an end date, and a session time (eg. market open, Asian session etc)

The script then scans through all the price action on your chart and calculates the average price movement during that specified period.

What Is It For?
I created this script for my own purposes when developing certain strategies and testing certain ideas.

The purpose of this script is to give you an idea of how much price tends to move during certain times of day for certain markets.

You could think of it as a "session's average true range".

In crypto and forex this might be how much price tends to move on certain pairs during the Australian/Asian session, or the European session, or the overnight U.S. session etc.

In stocks this might be how much a symbol tends to move during the first hour of the day or the last hour of the day.

The point of calculating this information is for better understanding how markets move during certain times of day.

It's not a perfect science obviously since some days can be wilder than others depending on what fundamental events are developing, but it's useful information to have for times when there are no expected volatility-inducing events.

This info can help with optimizing targets and stop loss placement for certain day-trading strategies, and just generally getting an idea of what kinds of moves you might reasonably expect out of overnight positions or certain times of day etc - or at least that's what I use it for.

Settings
Hover your mouse over the "i" symbol to get more information on the script's settings, but here's a brief description:

Start Date: The date to begin calculating from (set to 1000 by default so it scans the entire chart).
End Date: The date to stop calculating (set to 2099 by default so it scans the entire chart)
Time Session: This is the time session during the day that you want to analyze.
Color Background: If turned on, this setting changes the background color to highlight the session.

Indicator Values
The indicator outputs a handful of values onto your chart. This is what the colors correspond to:

Top-Right Box: The average price range during the given time of day over historical price action.

Green Number: The recent session's highest price.
Red Number: The recent session's lowest price.
Purple Number: The recent session's price range (high - low).
Orange Number: The recent session's range ÷ the average (outputs a relative % of the average).

릴리즈 노트

Removed some redundant code that I accidentally left in for testing purposes

릴리즈 노트

Updated to Pine Script v5
코멘트
RobinhoodFX
nice job any way you can add market sessions? instead of specific time
ZenAndTheArtOfTrading
@RobinhoodFX, Great idea man I'll give it a shot, sometimes that can be a bit tricky to hard-code due to Daylight Savings Time and whatnot but I'll look into adding some session presets :)
RobinhoodFX
@ZenAndTheArtOfTrading, yeah I have absolutely no idea what im talking about here coding scares me but their are a couple that I have to highlight specific trading times but they don't help with whats the avg pip move like yours. What's your twitter I have to set up my uphold account so I could send Bat but I would love to send you a tip for the help
ZenAndTheArtOfTrading
@RobinhoodFX, haha I feel you! I appreciate that, I recently set up my own Uphold for doing the same thing.

My twitter is @tradewisdom but don't feel obliged! Take care man and best of luck with your trading, I'll let you know if I manage to implement market sessions to this script :)
rowenheijden
Nice Job as always!

I as wondering if you could use the analyze this in a form of a ATR but instead of taking the past 14 candles by default it could take a certain amount of time each day where it calculate the average candle range from this allows us to compare previous ATR around the same historical time to the recent ATR so we can see what he average movement around a specific time is and compare it to the recent ATR to see if the market is active around that time.

You can kind of do it with this scrip as well by reducing the 'Time session to analyze' to lets say 00:00 all the way to 23:00 (so you need to have 24X of this indicator on your cart) if you look at the 1H chart but doing it like that

But can you also make it display the Average ATR around the same time within a ATR indicator?
goldmaxxx
thanks for this buddy. just trying to work out the time. if I put a timesession of 1300 - 1700 - it shows up on my chart as 1800-2200. so basically 5 hrs later when it draws the box?
coolio100
Hey, amazing work. tried loading this on lower timeframes and its not responding?

I applied it on the 12min chart and i only need the first two candles for tokyo 0 utc open. thanks
just_naba
can u open the dm pls
just_naba
@naba_naif,
rowenheijden
더보기