Visible Range VWAP with DeviationsImplementing Pine's new Visible range function I have built with the help of @RumpyPumpyDumpy a Visible range Vwap with Standard deviations in the same style and color way originally created by Zach Hurwitz, This is created in the styling and under the teaching of his education over the last few years. Zach uses intraday, and long term strategy based around 4 trade types that are taken in and around Vwap and its deviation bands. Whether that is intraday vwap , Longer term time based vwaps, Event based vwaps such as earnings , Gaps, Highest Volume based, and now "Visible range" based vwaps. The new visible range function is a huge help and time saver when wanting to quickly see a longer dated vwap or a vwap from a specific spot on your chart. All you have to do is scroll to that position on the chart and the Vwap and bands automatically launches from the furthest most left candle on your chart using the source input user chooses, HLC3, High, Low, etc.
This is a fully functional Volume weighted average price and launches on the furthest most left bar on your chart. It comes set to calculate the average price based off the launch candles HLC3 value, or User can choose to change the source input to High or Low for custom anchored visible range high/low vwap showing overhead resistance or support from underneath.
The deviations can be used as support and resistance intraday or longer time frames. Myself and others in our community have 4 trade type set ups that we take in and around Vwaps deviations. It offers us consistent, and manageable risk points at measured distances away from average price, and specific targets to aim for intraday and in longer time framed swing trades.
Vwap and its deviations are a institutional benchmark and a tool that higher time frame and institutional traders around the world use as a guide. With the use of visible range and multiple launch points on the candle we can quickly get an idea of where participants may be buying and selling, or trapped or supportive of price.
Standard deviation bands and the color-coding reflects the market’s current position and slope. This can now be applied to the visible range of your entire chart, and you can quickly understand whether the market is trending positive, negative, or flat and counter trend.
I have included our traditional color way of Zach's original vwap indicators that were originally released on TOS and now also available on TradingView. This shows a yellow positive sloped vwap , or magenta negative sloped vwap . User also has choice of slope signal which shows positive, negative, neutral, or single color choice.
There is also positive and negative cloud coloring behind price to show when price is above or below visible range vwap . This helps immediately understand whether price is moving in your favor or against. In addition there is the choice of brightly highlighting what we refer to as the "Fast lane", which is a trending market either positive or negative in plus one or negative one deviation. You can use them independently, or choose not to color them at all. There is also Positive and negative coloring options for the Deviation plots themselves, which in positive trend will color the upper deviations green or in negative trend color them red.
User also has the choice to add "Tolerance bands", which are sub deviation levels usually used in 0.25-0.50 increments. These show a zone above and below each deviation of which price may test above or below. We do not think as vwap as a hard "Line in the sand" rather a zone where we look for participation from those that are currently in that average price, this means price sometimes may move slightly under the vwap or deviation level as price seeks liquidity and the Tolerance bands can add some insight in an event like this.
As always-
*** ALL USERS ASSUME ALL RESPONSIBILTIY WHILE USING THIS TOOL. THIS IS NOT, NOR SHOULD NOT BE MISCONSTRUED AS FINANCIAL ADVICE. USER ASSUMES ALL RISKS ASSOCIATED WITH THE USE OF THIS TOOL WHILE TRADING,AND FOR ANY AND ALL LOSS THAT MAY OCCUR WHILE USING SAID TOOL. TRADING IS RISKY AND USER COULD STAND TO LOSE ALL CAPITAL INVESTED.
Hope you enjoy.
Thanks
-JMF
Cari dalam skrip untuk "range"
CPR with Developing Pivot RangeThis Developing Pivot Range(DPR) made by Saravanan_Ragavan based on Pivot Boss Developing Pivot Range Concept. This indicator will show how the CPR is developing during the day. Also it shows how trend developing. range fills with green and widening in up trend, wise versa range fills with red and widening in down trend.
Pivot Boss described as following about this indicator:
The Developing Pivot Range (DPR) indicator dynamically calculates the central pivot range in real time as new data enters the market bar by bar. Essentially, this indicator allows you to see the “meat of the market” as the day’s trading activity is taking place. More importantly, however, the closing values for the indicator tell you where the central pivot range will be located for the following session, which paves the way for analyzing extremely important two-day pivot range relationships and key width characteristics. Having this information in advance allows us to prepare properly for the
upcoming session.
Note: Today Session end DPR become Tomorrow's CPR.
Hope this Helps you!
Fr3d0's Volume Profile Visible RangeLow level implementation
At the core of VPVR there’s a concept called “bucketization”.
Question : what is bucketization?
Answer : bucketization consists of identifying metrics with high predictive power and combine them appropriately.
I think this is a problem of bucketization because what the VPVR does is to take a price range, divide it into buckets and fill them up with the volume that was produced in each bucket’s range over the given period.
The more we divide our price range the finer the resolution, but also the less significant each bucket will become.
The steps are :
1. Get the price range with min and max over the give period;
2. Divide the range into buckets;
3. Loop over each candle of the given period and proportionally assign volume to one or more bucket.
Question : how to assign volume to buckets?
Answer : we need to calculate the right amount to add to each bucket for each candle. If 20% of a candle lies on a bucket then that bucket needs to have 20% of the volume of that candle, the rest 80% belongs to other buckets.
To get the percentage of a candle on a given bucket we have to find the price range of the candle contained within the bucket, then divide that amount by the entire length of the candle.
How to bucketize
Question : what are the formulas of A, B, C and Target respectively?
Answer :
- A = Max(candle_high, bucket_top) - Min(candle_low, bucket_bottom);
- B = Max(candle_high, bucket_top) - Min(candle_high, bucket_top);
- C = Max(candle_low, bucket_bottom) - Min(candle_low, bucket_bottom);
- Target = A - B - C.
Now that we now how to calculate the price range belonging to each bucket we need to calculate a percentage of volume to fill the bucket with.
The formula is trivially simple :
Volume * Target / (candle_high - candle_low).
Question : can we distinguish between buy volume and sell volume? If so, how?
Answer : yes we can and the following paragraph will teach you how.
Put it simply we can use the difference between the extremes of a candle (low and high) and its close price to get the buy and sell volumes.
The formulas for that are :
- Buy volume = Volume * (close - low) / (high - low);
- Sell volume = Volume * (high - close) / (high - low).
I know this is rather simplicistic but it makes sense.
Closing thoughts
This script is a working progress and I’m going to give more details if necessary, just let me know in the comments down below.
Exhaustion ZonesOur Indicator “Exhaustion Zones” offers an insight into the expected Volatility of any given Instrument applied to. Understanding Volatility is essential for using this Indicator. If you are familiar with the concept, then you will most likely find this indicator useful in your trading. If you are unfamiliar with the concept and are interested in this topic, then continue reading a “Brief Concept of Volatility” at the end of the description, where we will provide some informational Links.
This description will provide a High Level description of how our Indicator identifies and visualizes Exhaustion Zones, followed by how to use the Indicator in your trading. At the end we would like to introduce our team and experience.
High Level Description of “Exhaustion Zones”:
Our indicator is predicting the expected market volatility for a predefined period based on recent historical Volatility, which will be referred to as “Period Volatility” from now on. Currently there are two Predefined Periods…
...a daily period, which starts from 21 UTC for the next 24 hours.
...a weekly period, which starts from Sunday 21 UTC for the next 7 days.
Our indicator calculates an expected volatility for the respective period and informes you, the trader, how large the price range could be. The indicator calculates “Exhaustion Zones” using the Period Volatility, which is a multiple (1x, 2x and 3x) of the Period Volatility, based on the Period High/Low. Basically, adding the multiple of the Period Volatility to the Period Low would equate to the “Upper Exhaustion Zones”, and subtracting the multiple of the Period Volatility from the Period High would equate to the “Lower Exhaustion Zones”.
Visualisation:
Our indicator needs to display 2 states …
…price range is SMALLER than predicted Period Volatility. An example would be, a daily period has just begun, and the Daily range is small, hence the Daily range is smaller than the predicted Period Volatility. This state will be referred to as “Moving Exhaustion Zones”
...price range is GREATER than predicted Period Volatility. An example would be, a market has experienced a shock leading to a huge price change and exceeding the Period Volatility. This state will be referred to as “Locked Exhaustion Zones”
What do the Boxes mean:
Our Indicator displays 2 different Periods - Daily and Weekly. The Daily period is displayed with a red accent color, whereas a weekly Period has a yellow accent.
The Boxes themself display the “Exhaustion Zones”. Each period displays upto 4 Exhaustion Zones - 2 Upper Exhaustion Zones, 2 Lower Exhaustion Zones, each having a “Zone 0” and “Zone 1”.
Moving Exhaustion Zones
Moving Exhaustion Zones displays 4 Exhaustion Zones. These Zones are based on the Period High/Low and are NOT locked, and can still be redrawn. As prices make new Period Highes and Lows, exhaustion Zones will be adjusted. This state is visualized by the Open Lock on the right side of the current Exhaustion Zone.
Locked Exhaustion Zones
Locked Exhaustion Zones display 2 Exhaustion Zones and a dashed Line. Price has made its move and has exceeded predicted Period Volatility. Exhaustion Zones are locked and will NOT be repainted from now on. This state is visualized by the closed Lock on the right side of the current Exhaustion Zone.
How to use it:
The Exhaustion Zones indicator is a mean reverting Indicator. That being said, when Price approaches/enters a Zone, the assumption is that Price will either slow down, or reverse.
The Exhaustion Zone is displayed as 2 Sub-Zones: Zone 0 and Zone 1. As Price continues through the Zones without a reversal, the potential for a reversal increases.
We recommend using this Indicator with a reversal Trading Strategy familiar to you.
Furthermore, this Indicator is well suited as a Target. You can use the Exhaustion Zones to define your Target or where you would like to remove partial Profits.
Important
Please note, that the indicator itself just presents price areas where there is a potential for a price reversal, and that these Zones should not be traded blindly
Time frame:
This indicator is programmed to be used on all Timeframes lower than Weekly Timeframes.
Instruments:
This indicator aims to visualize areas of where Market price has the potential to reverse, hence making this a mean reverting Indicator.
Taking this statement to account, it is recommended to apply this Indicator to Instruments with a mean reverting character.
Examples of mean reverting markets could be for example …
...all FOREX instruments, as FOREX is considered a mean reverting Market.
...an instrument that is in a consolidation, or which you are expecting to enter a period of consolidation.
Indicator settings and configuration:
The Indicator has no functional parameters, to reduce User error, and only has visual parameters. The color of the Zones can be tailored to your liking.
Furthermore you have decided what you would like to display on your chart:
… Display Weekly Zones
...Display Daily Zones
...Show History
...Show Zone States.
Brief concept of Volatility:
Volatility is a concept that has been around for a very long time. Following links are helpful to get a grasp of the concept:
en.wikipedia.org(finance)
www.investopedia.com
Our Team:
We are a team of 3 Traders with a co mbined experience of 40 years. We are using our experiences from the market to create Indicators to Visualize the most relevant Patterns to us in our trading today. Our goal is to reconstruct these patterns to match our understanding of the market and to simplify the process of creating reproducible trading Strategies.
Multi Range VWAP PivotsMulti Range VWAP Pivots turned out to be one of my most accurate pivot indicators to date!
Multi Range VWAP Pivots works by recognizing the high and low of the timeframe selected (D, W, M, 6M, and 12M) and plotting range high to VWAP averages and range low to VWAP averages.
After further examination of each completed range, I came to the conclusion that due to the nature of averages, high and low respectively would need to be completed within the current range, for the averages to actually display pivots correctly. This means that if all averages appear to be "pivoting" correctly after or during a break lower of higher, then we can only assume the most recent break higher or lower could be exhaustion and price will be reverted to the mean (VWAP). OR, this could be the most accurate hindsight indicator on the planet.
*DISCLAIMER*: This indicator repaints. DO NOT backtest or set alerts with this indicator.
Open Range Breakout with TSLThis ORB with TSL Indicator Session Time is Indian NSE and BSE Equity Market
This indicator Provide you 2 type Setup
Opening Range Plot Only for Observation
1st Range Breakout = Long
2nd Range Breakout = Short
How to work This Indicator?
When Market is Open This Indicator automatically Plot Opening Range High and Low,
if Market bullish & Candle Close above Opening Range high When This Indicator automatically Plot 1st Range High and Low if You Want to 1st Range High Plot Crossingup any Candle You can Also Add Alerts
if Market Bearish & Candle Close Below Opening Range Low When This Indicator automatically Plot 2nd Range High and Low if You Want to 2nd Range Low Plot CrossingDown any Candle You can Also Add Alerts
If you Have any Suggestion please mention here
Thank you so much
This Also Automatically start trailing SL on basis of ATR
Rosebud Trend [DepthHouse]Rosebud Trend Indicator uses complex range calculations to easily detect trend changes, critical support and resistance levels, and even aid in spotting reversals. The Critical Support & Resistance Zones are plotted via the red and green cloud. This cloud not only visually displays the expected trend direction but often acts as major support and resistance zones. The outer band measures the expected range in which the assets trades within over longer periods of time.
Users can switch the ‘Trend Sensitivity’ between ‘Low’ and ‘High’ to increase or decrease the rate at which the cloud changes.
By altering the S/R Band Thickness users can furthermore increase or decrease the rate at which a trend changes by altering the thickness of the cloud. I prefer to keep these settings at 0.55 , 0.382, or 0.236.
The bar colors are generated by a combination of Rosebuds primary function and our ATR AUTO Oscillator base functions. Users have 3 bar color options to select from: Simple, Complex, and Off .
Simple: Bars colors alternate between shades of red and green based on the trend direction and the ATR Auto strength. Stronger the shade, the stronger the trend.
Complex: This adds a few extra variables to the script which generates a more complex bar color display. Using this option, Rosebud will generate light red bars in a bull trend if downward movement is strong and vice versa in a bear trend. It also will generate a purple bar if the candle successfully closes above or below the Top & Bottom Range Bands; We call this a range break , and it could be an early sign of strong upward or downward movement.
Off: In case you like to keep things even simpler, this option hides all overlay bar colors.
Sample of Complex Bar Colors:
Bull, Bear signals along with Up and Down arrows are too based on a combination of our trend direction and ATR Auto Oscillator calculations.
Users have the option to adjust both bar color, and shape generation settings via:
Smoothed Signal Option: Turns advance smoothing on or off. On will reduce signal noise, while Off could land you that perfect bottom signal with a lower success rate.
Candlestick Length: Default factor for bar color and shape generation, higher the number the fewer signals that will generate.
Candlestick Smoothing: Default smoothing for the Candlestick Length
Signal Lookback: Adjust the factor at which Bull, Bear, Up, and Down. Lower this to 2 for more signals.
Cross Thresholds: The lower this number the easier it is for ‘Bull’, ‘Bear’, and over extended signals to generate; see image below:
*Users also have the option to hide all signal visuals via the 'Shapes' On/Off option.
Users have multiple built in Alerts to choose from:
Bullish Trend Change: When the critical cloud switches to Bullish
Bearish Trend Change: When the critical cloud switches to Bearish
Upper Range Break: When the price action closes above the Range Top
Lower Range Break: When the price action closes below the Range Bottom
Light Bullish Cross: Early bullish signal; also displayed by up arrows by default
Light Bearish Cross: Early bear signal: also displayed by down arrows by default
Verified Bullish Cross: Occurs when a Bull signal is generated.
Verified Bearish Cross: Occurs when a Bear signal is generated.
*Past performance is no guarantee of future results*
Pivot Range - Fisher's Methodology(1D & 3D & W & M)Pivot Range - Fisher's Methodology(1D & 3D & W & M)
Version 2.00
Created by TWA_TradeWithAmir(TWA_PriceActionTips)
Updated 10/29/2020
Based On Mark B. Fisher's ACD Methodology
* 1D Pivot Range, 3D Pivot Range, Weekly Pivot Range & Monthly Pivot Range
Weekly Open Percent RangeA simple take on finding percentage gain/drop range in a week for ranging or trending market instrument.
This script is hard coded to plot 0 to 3%, -3% range for the week base on instrument weekly open price.
Best to use with measured volatility indicator to gauge the movement of price. Anytime the price goes above the range level then it is likely to be trending. Highly volatile instruments will not find this indicator useful. It is best for heavy instruments like Forex or Indices where range % in a week in a non-volatile move is really quite small that these act as resistances and support.
Range Levels:
3%
2.5%
2%
1.5%
1%
0.75%
0.5%
0.25%
0%
-.25%
-.5%
-.75%
-1%
-1.5%
-2%
-2.5%
-3%
The next step for this indicator is to consider volatility range of instrument and to include this in the percentage zone levels instead of hard coding these.
ASFX EMAs, ADR, Asian Range, and Pivot PointsThis indicator combines the essential indicators that ASFX traders use, including the EMAs (8, 21, 50, 200, 800), the Average Daily Range, the Asian Range, and the Pivot Points.
The EMAs should be used as dynamic supports and resistances. We could use it to find entries like when there is a bullish engulfing coming off the 21 EMA.
The Average Daily Range tells us the how many pips the pair moves on average. We could use it to measure risk/reward ratios or see it as another resistance.
The Asian Range is displayed as two lines indicating the Asian Session's High and Low. This could help us to determine whether the pair is ready for a breakout. We might avoid setups that are still in the Asian Range as the pair might still be indecisive.
The Pivot Points are also another form of support and resistance which are calculated using the previous day's data. The Pivot Points displayed in this indicator only include the Pivot, R1, R2, R3, S1, S2, S3. (R4, R5, S4, S5 are not included)
All of these indicators should give us a read of the trend. If the EMAs are beautifully fanned out with the 8 EMA on the top and the 800 EMA on the bottom and the price is above the Asian Range and the Pivot, we might keep an eye for a long entry.
Interquartile rangeThis script plots the Interquartile range (difference between 3rd and 1st quartile), providing useful infos about price distribution and volatility . It is designed to work paired with my other script "Moving percentiles channel", but you can also use it alone.
Features:
- You can compute the percentiles using Linear interpolation or Nearest Rank methods
- You can plot not only the Interquartile range, but also the range (difference between 100th and 0 percentiles) or a User defined range (you have to select which percentiles you want to use from the settings)
- The script also plots a signal line that you can use to obtain signals when the Range line crosses the signal line itself. You can plot the signal line using many different MAs ( SMA , EMA , DEMA , TEMA , WMA , VWMA , HMA , ALMA , LSMA , FRAMA ).
- It also plots an histogram that represents the difference between the Range and the Signal line. It will be green colored when positive, and red colored when negative.
Please show me your support and follow me if you like my scripts. Many more of them are coming in the future.
@ Bezzus
REVEREVE is abbreviation from Range Extension Volume Expansion. This indicator shows these against a background of momentum. The histogram and columns for the range and volume rises ara calculated with the same algorithm as I use in the Volume Range Events indicator, which I published before. Because this algorithm uses the same special function to assess 'normal' levels for volume and range and uses the same calculation for depicting the rises on a scale of zero through 100, it becomes possible to compare volume and range rises in the same chart panel and come to meaningful conclusions. Different from VolumeRangeEvents is that I don't attempt to show direction of the bars and columns by actually pointing up or down. However I did color the bars for range events according to direction if Close jumps more than 20 percent of ATR up or down either blue or red. If the wider range leads to nothing, i.e. a smaller jump than 20 percent, the color is black. You can teak this in the inputs. The volume colums ar colored according to two criteria, resulting in four colors (orange, blue, maroon, green). The first criterium is whether the expansion is climactic (orange, blue) or moderate (maroon, green). I assume that climactic (i.e. more than twice as much) volume marks the beginning or end of a trend. The second criterium looks at the range event that goes together with the volume event. If lots of volume lead to little change in range (blue, green), I assume that this volume originates from institutional traders who are accumulating or distributing. If wild price jumps occur with comparatively little volume (orange, maroon, or even no volume event) I assume that opportunistic are active, some times attributing to more volume.
For the background I use the same colors calculated with the same algorithm as in the Hull Agreement Indicator, which I published before. This way I try to predict trend changes by observation of REVE.
RePaNoCHa [Alerts]Script for automatic trading with Alerts (Use Backtest to customize your own settings)
All timeframes but good results on 2H.
LG --> Long
ST --> Short
TS --> Trailing Stop
xL --> Close Long Position
xS --> Close Short Position
SL --> Stop Loss
The trailing stop closes the trade if the price changes direction by a specified percentage or offset. There is no ideal distance because markets and price are always changing and we know that is impossible to exit on the top or bottom. This script interpolate the trailing Stop Offset with profit, higher profit -- > higher Trailing Stop Offset. Despite this, it's difficult to catch the price. If someone comes up with a good idea, comment, I'm happy to learn.
No security() function so no repaint but has time() and can appear a warning for it.
Alerts:
'Once per bar' More profit but not confirmed alerts (10-20% fake alerts)... I like risk
'Once per bar close' Confirmed alerts (0% fake alerts)... You will sleep better
Some settings:
XBTUSD (BITMEX)
Timeframe = 2H
Position Side = BOTH
Source = hlc3
T3 Length = 5
T3 Volume Factor = 0.9
Sampling Period = 16
Range Multiplier = 1.3
ADX lenght = 10
ADX Threshold = 20
SAR start = 0.07
SAR inc = 0.02
SAR max = 0.15
Pyramiding = 10
Trailing Stop Activation % = 0.5
Trailing Stop Offset % (when profit=0.5 %) = 0.35
Trailing Stop Offset % (when profit=10 %) = 1.5
Stop Loss = 3.5
Tics/Pips Correction = 10
Initial Capital = 1000
Quantity = 100 %
Commission value = 0.075 %
ETHUSD (BITMEX)
Timeframe = 2H
Position Side = BOTH
Source = hlc3
T3 Length = 5
T3 Volume Factor = 0.7
Sampling Period = 13
Range Multiplier = 0.9
ADX lenght = 11
ADX Threshold = 19
SAR start = 0.06
SAR inc = 0.03
SAR max = 0.15
Pyramiding = 10
Trailing Stop Activation % = 0.5
Trailing Stop Offset % (when profit=0.5 %) = 0.35
Trailing Stop Offset % (when profit=10 %) = 1.5
Stop Loss = 4
Tics/Pips Correction = 100
Initial Capital = 1000
Quantity = 100 %
Commission value = 0.075 %
BNBUSDT (BINANCE)
Timeframe = 2H
Position Side = LONG
Source = hlc3
T3 Length = 3
T3 Volume Factor = 1.6
Sampling Period = 17
Range Multiplier = 1.3
ADX lenght = 5
ADX Threshold = 18
SAR start = 0.04
SAR inc = 0.03
SAR max = 0.25
Pyramiding = 10
Trailing Stop Activation % = 0.5
Trailing Stop Offset % (when profit=0.5 %) = 0.4
Trailing Stop Offset % (when profit=10 %) = 1.5
Stop Loss == false
Tics/Pips Correction = 10000
Initial Capital = 1000
Quantity = 100 %
Commission value = 0.075 %
LTCUSDT (BINANCE)
Timeframe = 2H
Position Side = LONG
Source = hlc3
T3 Length = 3
T3 Volume Factor = 1.6
Sampling Period = 11
Range Multiplier = 1.1
ADX lenght = 6
ADX Threshold = 22
SAR start = 0.07
SAR inc = 0.04
SAR max = 0.15
Pyramiding = 10
Trailing Stop Activation % = 0.5
Trailing Stop Offset % (when profit=0.5 %) = 0.4
Trailing Stop Offset % (when profit=10 %) = 1.5
Stop Loss == false
Tics/Pips Correction = 100
Initial Capital = 1000
Quantity = 100 %
Commission value = 0.075 %
TRXUSDT (BINANCE)
Timeframe = 2H
Position Side = LONG
Source = hlc3
T3 Length = 3
T3 Volume Factor = 0.9
Sampling Period = 8
Range Multiplier = 1.2
ADX lenght = 4
ADX Threshold = 22
SAR start = 0.07
SAR inc = 0.04
SAR max = 0.15
Pyramiding = 10
Trailing Stop Activation % = 0.5
Trailing Stop Offset % (when profit=0.5 %) = 0.4
Trailing Stop Offset % (when profit=10 %) = 1.5
Stop Loss == false
Tics/Pips Correction = 100000
Initial Capital = 1000
Quantity = 100 %
Commission value = 0.075 %
NAS100 (OANDA)
Timeframe = 2H
Position Side = BOTH
Source = hlc3
T3 Length = 3
T3 Volume Factor = 1
Sampling Period = 12
Range Multiplier = 1.3
ADX lenght = 18
ADX Threshold = 21
SAR start = 0.08
SAR inc = 0.06
SAR max = 0.25
Pyramiding = 10
Trailing Stop Activation % = 0.2
Trailing Stop Offset % (when profit=0.5 %) = 0.15
Trailing Stop Offset % (when profit=10 %) = 1
Stop Loss = 1.8
Tics/Pips Correction = 10
Initial Capital = 1000
Quantity = 3 contracts
Commission value = 0.2 USD per contract
NATGAS(OANDA)
Timeframe = 2H
Position Side = BOTH
Source = hlc3
T3 Length = 3
T3 Volume Factor = 1
Sampling Period = 18
Range Multiplier = 1.1
ADX lenght = 10
ADX Threshold = 17
SAR start = 0.1
SAR inc = 0.04
SAR max = 0.35
Pyramiding = 10
Trailing Stop Activation % = 0.2
Trailing Stop Offset % (when profit=0.5 %) = 0.15
Trailing Stop Offset % (when profit=10 %) = 1
Stop Loss = 1.6
Tics/Pips Correction = 1000
Initial Capital = 1000
Quantity = 4500 contracts
Commission value = 0.002 USD per contract
SPX500 (OANDA)
Timeframe = 2H
Position Side = BOTH
Source = hlc3
T3 Length = 3
T3 Volume Factor = 0.6
Sampling Period = 14
Range Multiplier = 1.3
ADX lenght = 12
ADX Threshold = 17
SAR start = 0.23
SAR inc = 0.05
SAR max = 0.2
Pyramiding = 10
Trailing Stop Activation % = 0.15
Trailing Stop Offset % (when profit=0.5 %) = 0.1
Trailing Stop Offset % (when profit=10 %) = 0.75
Stop Loss = 1.5
Tics/Pips Correction = 10
Initial Capital = 1000
Quantity = 8 contracts
Commission value = 0.2 USD per contract
US30 (OANDA)
Timeframe = 2H
Position Side = BOTH
Source = hlc3
T3 Length = 4
T3 Volume Factor = 0.9
Sampling Period = 11
Range Multiplier = 1.1
ADX lenght = 16
ADX Threshold = 24
SAR start = 0.08
SAR inc = 0.03
SAR max = 0.05
Pyramiding = 10
Trailing Stop Activation % = 0.15
Trailing Stop Offset % (when profit=0.5 %) = 0.1
Trailing Stop Offset % (when profit=10 %) = 0.75
Stop Loss = 1.5
Tics/Pips Correction = 10
Initial Capital = 1000
Quantity = 1 contracts
Commission value = 1.5 USD per contract
WHEAT (OANDA)
Timeframe = 2H
Position Side = BOTH
Source = hlc3
T3 Length = 3
T3 Volume Factor = 1.1
Sampling Period = 12
Range Multiplier = 1
ADX lenght = 13
ADX Threshold = 21
SAR start = 0.07
SAR inc = 0.05
SAR max = 0.15
Pyramiding = 10
Trailing Stop Activation % = 0.2
Trailing Stop Offset % (when profit=0.5 %) = 0.15
Trailing Stop Offset % (when profit=10 %) = 1
Stop Loss = 2.5
Tics/Pips Correction = 1000
Initial Capital = 1000
Quantity = 2500 contracts
Commission value = 0.003 USD per contract
anas Daily range limitsby calculating hour candle average values , the daily range targets forecast for the market condition that normally will not exceed
extreme daily range when there is a very strong news .
high day range when there is an active market .
normal and average range for normal trading day.
low day range which is the minimum range (in normal day its very dangerous to open trade in the direction of the range if there is no news or event that will make it continue)
normally the market range between the low and high range depends on instrument
for how likes technical calculation
hour candle high-low averages (100 hours initial setting )*24 hour * ( Fibonacci values )
extreme = 0.62 , high = 0.62*0.62 , normal = 0.5*0.5 , low = 0.38*0.38
based on : with in hour candle retracement and with in the day retracement = the day rang
works only in 1 hour chart , its adjusted to give currency pip value (will not work correctly on commodities or stock )
SMA True Range(%)In this Indicator, we have the "True Range" in percentage and the "SMA True Range" in percentage.
we have a good difference from "SMA True Range" to "True Range".
I believe that the "SMA True Range" better shows the volatility, making your stop and target better placed.
Opening Range Breakout Detector📈 Opening Range Breakout Detector (TF-Independent)
Tracks breakouts with precision. No matter the chart, no matter the timeframe.
This indicator monitors whether price breaks above or below the Opening Range across multiple key durations — 1m, 5m, 10m, 15m, 30m, 45m, and 60m — using 1-minute data under the hood, while you can work on higher timeframe charts (daily, etc.).
Highlights:
✅ Status table shows which ORs broke UP or DOWN
⏱ Control which timeframes to track
🖼 Customizable table position, size and colors
Crafted by @FunkyQuokka
Nadeem Volumatic Smart Range (NVSR)
Nadeem Volumatic Smart Range (NVSR) indicator is an advanced analytical tool that combines price range filtering techniques with volume tracking. It helps identify the market's primary trend by smoothing price movement and eliminating short-term noise.
Key Features:
• Price range filtering using an advanced algorithm
• Volume tracking and analysis in different trends
• Liquidity zones identification (support and resistance)
• Clear trend change signals
• Advanced visual display with dynamic shading
Custom Opening Range - CommoditiesThe Custom Opening Range Indicator for Commodities is designed for instruments that trade nearly 24 hours, such as crude oil or natural gas. It allows traders to define the Opening Range based on Indian Standard Time (IST)—typically starting at 3:30 AM IST, which aligns with the global commodities market open. Users can customize both the start time and duration of the range (e.g., 5, 15, or 30 minutes). The indicator dynamically plots the high and low of this range and shades the area between them, providing a clear visual reference for breakout or reversal setups during the rest of the trading session.
Highest/Lowest Range in TimeframeThis script helps traders visually identify the highest high and lowest low within a customizable range of recent bars.
🔍 Key Features
Scans the last 100 to 1000 bars (user-defined)
Automatically detects:
The highest wick (high) and lowest wick (low)
Draws dotted green horizontal lines at both levels
Shows a label indicating the percentage range between high and low
Displays real-time high and low price labels directly on the chart
⚙️ Use Cases
Quickly spot price extremes over your desired time window
Visually measure market range and volatility
Identify breakout potential or reversal zones
✅ How to Use
Add the script to your chart.
Set the “Bars to Scan” input to your desired lookback period (between 100–1000).
Use the displayed lines and labels to identify key high/low price levels and range metrics.
Average Body RangeThe Average Body Range (ABR) indicator calculates the average size of a candle's real body over a specified period. Unlike the traditional Average Daily Range (ADR), which measures the full range from high to low, the ABR focuses solely on the absolute difference between the open and close of each bar. This provides insight into market momentum and trading activity by reflecting how much price is actually moving from open to close , not just in total.
This indicator is especially useful for identifying:
Periods of strong directional movement (larger body sizes)
Low-volatility or indecisive markets (smaller body sizes)
Changes in trend conviction or momentum
Customization:
Length: Number of bars used to compute the average (default: 14)
Use ABR to enhance your understanding of price behavior and better time entries or exits based on market strength.
7-Day Narrow Range (NR7)NR7
NR7 stands for "Narrow Range 7." It identifies a day (or bar) with the narrowest trading range of the past seven days.
Traders often watch for NR7 patterns as they can indicate a period of consolidation before a potential breakout. A narrow range suggests that volatility is low, and a breakout could lead to a significant price move.
NR7 signals are often used in conjunction with other technical indicators and analysis techniques.
Remember that NR7 is just one tool, and no indicator is perfect. Always use sound risk management.
Volume Range Map [BigBeluga]This volume-based tool identifies the highest and lowest price extremes within a lookback period and constructs two dynamic range zones. Each zone is filled with horizontal volume profiles that visualize the distribution of traded volume across price bins, helping traders pinpoint key areas of accumulation and distribution.
🔵Key Features:
Dynamic High/Low Zones:
➣ Automatically detects the highest and lowest price levels within a custom lookback window.
➣ Draws two shaded zones: one near the high and one near the low, representing potential supply and demand areas.
Volume Profiles per Zone:
➣ Each zone is filled with a volume profile histogram divided into bins.
➣ The length of each horizontal bar represents the relative volume traded at that price level.
➣ Bins collectively account for 100% of the zone’s volume.
POC Highlighting:
➣ The price bin with the highest volume is marked as the Point of Control (POC), along with a label showing its share of total volume in percentage.
➣ A dashed line is drawn at the middle level of the zone.
Customizable Display:
➣ Traders can adjust the number of bins, zone width, and toggle midline visibility to match their strategy needs.
➣ Colors of upper and lower volume zones are fully customizable.
🔵Usage:
Supply/Demand Analysis: Use upper/lower volume zones to find key reversal or continuation areas where market participants were most active.
Volume Confirmation: Confirm breakout or rejection trades by watching how price reacts to high-volume areas inside each zone.
POC Strategy: Treat POC levels as magnet zones — price tends to revisit them due to high liquidity.
Trade Planning: Use volume-weighted levels instead of raw price action to plan entries, stop-losses, and targets.
Volume Range Map offers a clean and powerful way to analyze volume distribution at price extremes. By combining precise volume histograms, POC highlights, and adaptive zone drawing, it brings market structure into sharper focus for range and breakout traders alike.
Previous Candle Range Split into ThirdsThis script plots two horizontal lines over the previous candle to divide its total range (high to low) into three equal parts. The first line marks 33% of the range from the low, and the second marks 66%. This helps users visually identify whether the previous candle closed in the lower, middle, or upper third of its range, providing context on potential buyer or seller dominance during that session.
Users can customize the color, width, and style (solid, dotted, dashed) of each line, as well as toggle their visibility from the script's input settings.
This indicator is designed as a discretionary analysis tool and does not generate buy or sell signals.