Range
High-Low RangeThis script just shows a histogram of the daily range. You can change the interval to view the high/low range of any period, but I use it just to see what the day's range is and how it compares to prior days. Simple and straightforward.
Middle-High-Low Moving AverageThis indicator was originally developed by Vitali Apirine (Stocks & Commodities , V.34:9 (August, 2016): "The Middle-High-Low Moving Average").
You can use it to create a crossover trading system in conjuction with EMA/SMA.
Good luck!
[Long/Short] Range Filter-ADXIt's a useful script for pairs where you can operate long and short.
It's a combination algorithm of the Range filter and the ADX.
The ADX helps to make the decision to enter to open long or short position.
LG --> Long
xL --> Close Long position
ST --> Short
xS --> close Short Position
Enjoy!!!
B3 Extended StochasticB3 Extended Stochastic ~ This is my personal take on the standard "Stochastic Full" study that most platforms natively carry. However, this is slightly more powerful. The simple difference is that in a normal stochastic indicator, 0 and 100 are the minimum and maximum values. Here there is no min/max, hence the title "Extended Stochastic." When extended beyond 0 or 100, this tells you if you're expanding range (breaking out), and often the stochastic turns that are beyond the 0 or 100 lines tend to be more juicy than normal stochastic overage turns. There is still the classic 20/80 over-lines, and they still carry their full validity in this script. Think of extended range as additional information and not a remaking of the indicator. You will find it quite successful in oscillation, but as always, oscillators struggle in long running trends.
~B3
Check out my Tview page for more scripts. :)
www.tradingview.com
PRO FrameworkINVITE ONLY SCRIPT:
FEATURES:
As its name suggests, Framework is here to offer a non-subjective frame of reference to traders. Effectively filtering 90% of prices offering poor risk management opportunities. More importantly this is a multi-timeframe tool that will scan across three time frames all at once, offering a final synthesized rendering. Our goal was to provide a professional grade dynamic price analysis without bloating the chart with numerous plots. Nevertheless they are complex tools requiring extensive learning. To support students in their journey, there is a wide open online community of users in our Discord channel, providing peer-to-peer assistance to progress with the strategy as well as tutored courses.
OUTPUTS:
To share a brief description of the indicators functioning, we will scroll through the major set of outputs that are presented to the user. Please note that the indicator is meant to assist from Junior to Senior expertise, to achieve this we have set different base templates right into the indicators. To keep this description simple, we will present the outputs you’ll see with the beginner setup:
Context Channel: composed of two “ribbons” one above the price and one below. It represents the dynamic zones of supply and demand, where prices are likely to find support and resistance for the given chart timeframe. They are representing complex algorithmic versions of channels evolving over time, while adapting to both ranges and trend conditions. Allowing to visualize the current price channel which the price is trading within, but also review the history of past dynamics. Ultimately, studying both the recent and past context behavior tells us everything we need about the price structure.
Average Price: Corresponding to a simple 20 period moving average synchronized with the context channel reference timeframe. Looking at the channel’s position relative to this average will help us define the “context” of the market, thereby filtering the patterns we will be able to apply to this chart (range, trend, volatility).
Breakout Targets: represented by small plots on the chart (cross, square, diamond) they inform the trader that the market is attempting to move in a particular direction. Given the predetermined context in which that pattern triggers, this will help us in managing the risk.
Price Confirmations: corresponding to the small triangle plots on the chart, they are automatically calculated to determine areas where other traders might have taken actions. These triangles aren’t a trading signal per say, they will be the trigger for our trades with the PRO Strategy, but only when patterns are active (meaning we are in the right context, and have enough risk limitation elements to justify entry).
Auto-Fibonacci: As most of our patterns include certain retracement rules, we decided to include a built-in fibonacci plotting tool. The outputs will automatically update with new prices, allowing users to use it as a trigger for the TradingView alerts system.
Automated Context Detection: the actual real Intellectual property and added value of PRO Indicators resides in our semi-automated system, based on the complex algorithmic detection of potentially favorable contexts to apply the strategy on. This also means that you can set alerts, and let the cloud monitor the market and be notified when the conditions are deemed viable. As you progress to more Senior contexts and adjust the indicators’ template setup, more complex alerts will be detected.
GENERAL STRATEGY:
Overall, the PRO Strategy combines two “core” indicators, Framework and Momentum. Framework is plotted on the main chart section as an overlay, it is definitely the most important as it guides the user through the hard process of filtering prices and timeframes that are suitable for technical analysis. On the other hand, PRO Momentum is on a separate oscillator tab under the chart section, it will study the momentum and cyclical structure, also offering automated pattern detection. Ultimately, our strategy is based on collecting and processing non-subjective rules, emanating from the indicators outputs. Essentially, this means that the indicator actually takes care of producing all the necessary binary outputs, leaving you with the remaining task of combining them correctly following the strategy’s patterns.
RISK LIMITATION:
Even if we provide semi-automated detection of viable contexts, there is no “one-click” or "easy-win” solution, the user still needs to carefully review the elements. When applicable pattern rules are confirmed, the user will gather risk-limitation information (breakout targets, price confirmations, momentum and cyclical coordination) and decide whether or not to trade according to its own risk profile. If so, the position sizing, stop-loss positioning, risk management and profit targets will all be defined according to the same indicator’s outputs. This effectively suppresses most behavioral and personal biases the trader could introduce, creating a stable and statistical risk management structure aiming for a durable profitability.
[ALERTS] Range Filter"This is an experimental study designed to filter out minor price action for a clearer view of trends.
Inspired by the QQE's volatility filter, this filter applies the process directly to price rather than to a smoothed RSI .
First, a smooth average price range is calculated for the basis of the filter and multiplied by a specified amount.
Next, the filter is calculated by gating price movements that do not exceed the specified range.
Lastly the target ranges are plotted to display the prices that will trigger filter movement.
Custom bar colors are included. The color scheme is based on the filtered price trend."
Thanks to Donovan Wall...
Enjoy!
NimhFX Daily ATR High/Low Levels Creates an upper and lower level based on the ATR for your selected period. Calculation is based on the following;
Shift Variable works by allowing calculation from x-periods back.
Upper band = (Daily Low + ATR)
Lower Band = (Daily High - ATR)
Weekdays HeatmapA utility tool for getting interesting weekdays statistics.
Features
26 sources (standard prices, volumes, ranges)
Readable and optimized code
How to interpret
The darker the color, the stronger the weekday dominance
Supported sources/metrics
open
high
low
close
oo2 , (open + previous open) / 2
oh2 , (open + high) / 2
ol2 , (open + low) / 2
oc2 , (open + close) / 2
hh2 , (high + previous high) / 2
hl2 , median price
hc2 , (high + close) / 2
ll2 , (low + previous low) / 2
lc2 , (low + close) / 2
cc2 , (close + previous close) / 2
hlc3 , typical price
ohlc4
weighted close , (2 * close + high + low) / 4
true range
double true range , by Cynthia Kase
open/close range
high/low range
volume
tick volume
net volume
on balance volume
acc/dist , accumulation/distribution line
price volume trend
trade value , volume * close * pipvalue
How to get access
PM me for more details
ATR Entries & Stop Loss [Jigga]This is a simple script that displays multiples of ATR and shows you where the potential zones for longing and shorting are. The majority of people use ATR as a stop loss, so we can use it for our advantage and get in when they are stopped out. There is also a possibility to add a stop loss, so a trader can lose little when he is wrong and maximize profit when he is right. It works the best in ranging markets.
Do not forget to always use a proper stop loss and risk management.
Here you can see it in action:
BTC - BitMex - Range bound market
Volume-based Support and ResistanceV1.00
Pre-release; still working on this.
Identify the highest volume candles can plot support/resistance based on them.
Will try to create ranges using them.
Candle Range CompareThis one compares the total candle height (Low to High), body size, also top and bottom wick sizes. I really don't know when it would be best to use this, but it gives a 0 baseline to compare candles side-by-side also to compare body size to wick size.
*Notes*
- The tallest of course is high minus low
- whether or not the close is above the open, the body size is the column in front of the total size of course
- wicks are from 0 up for the top wick and 0 down for the bottom wick.
Range ColumnsQuite simple, this plots the range of each candle (high - low). My main intention for this study is for weekly or monthly NG1! .
Interquartile Range BandsInterquartile Range Bands script.
This indicator was originally developed by Alex Orekhov at his home.
The idea based on the interquartile range en.wikipedia.org
If price breaks out from the bands then it is `outlier` price.
After breakouts price always returns to its median.
Watch squeeze/expansion periods.
Anyway use it as a supplement to the other indicators.
I will glad to get your feedback.
Broker Fixed Spread - Useful For Traditional MarketsAdds two variables on you chart.
Allows you to see broker's spread on a Tradingview Chart.
NOTE: This is made for fixed spreads!
Session RangeSimple script for showing the high/low/midrange of a session. By default configured to do the Daily range using the "regular" session. But it's configurable. For example on this chart I am showing the Weekly range.
Breakout Scalper (Session)This is a twist on my on my Breakout Scalper strategy that limits trading to a user-configurable session
Find the original "Continuous" version of the scalper here:
The breakout scalper is based on "slow" and "fast" donchian periods. In this version, the "slow" donchian is in fact the Day's high/low. This important difference means that we will always be entering our trades at the day's high or low, so you are exposed to the price making new highs/lows but not to oscillations within the day's range.
Furthermore, the scalper is modified to only enter trades after the start of the user-configured session. Any open trades are closed at the end of the user-configured session. The default session is set to 10:00 AM to 3:30 PM because that's when I like to trade.
Breakout Scalperfirst draft of a breakout scalper which uses a fast and slow window
sets up some entry stops and then a trailing exit stop. performs a manual close when going sideways.
DYNAMIC SUP/RES 1.0Dynamic Support / Resistance Indicator. Good for scalping ranging price action and detecting breakouts.
White area represents current range. Red lines are Stop Loss levels based on range and Risk to Reward ratio of choice.
Free to use for Cryptosurge discord members: discord.gg
Trade safe and DYOR.
EMA_BB_DAYOFWEEK updated my on screen options
added chris moody's day of the week - added that option so that day range can be seen easily - credit to chris moody.
also have favoured EMAS and bollinger band so that 3 indicators can be used on accounts with 5 indicator options.
colours can be changed in the script so ones that suit white back grounds or can save a template once you have what you are after.
hope this helps traders out there with seeing levels and EMA turning points.
cheers