X-LinesИндикатор X-lines давно известен для пользователей торговой платформы Metatrader 4 & 5. Он показывает интересные рынку цены (уровни поддержки и сопротивления). Индикатор работает без опоздания и как только бар будет закрыт по интересующей рынок цене, тут же над ним появится символ "X" и начнется прорисовка уровня до следующего важного значения . Уровни (цены) которые указывает индикатор являются истинно важными для рыночного процесса (по ним отрабатывается или отрабатывался в прошлом крупный объем сделок). Соответственно подобные цены в будущем могут быть целью торгового процесса и могут выступать, как поддержкой так и сопротивлением.
Настройка индикатора предельно проста, имеется возможность менять значение только одного параметра: Levels Power (сила уровней), по умолчанию значение равно 9-ти. Чем выше значение тем более слабые уровни показывает индикатор (соответственно уровней становится больше). В случае низких цифр индикатор показывает сильные и более важные цены (соответственно уровней становится меньше). Работу индикатора обеспечивает авторский алгоритм. Индикатор не строит уровни по вершинам цен или по краевым барам он автоматически и своевременно определяет отработку объема по цене закрытия бара тем самым обеспечивая практически 100% точность уровня.
Важно отметить, что в силу особенностей облачного языка PINE индикатор кое что потерял, а кое что приобрел. Для более удобной разметки уровней, просто расставите горизонтальные ценовые уровни соответственно показаниям индикатора.
English
The X-lines indicator has been long time known by users of the Metatrader 4 & 5 trading platform. It shows interesting market prices (support and resistance levels). The indicator works without delay and as soon as the bar is closed at the interesting price, immediately after that the symbol "X" will appear above bar and the level will be drawn to the next important value . The levels (prices) that the indicator showing are truly important for the market process (according to them, a large volume of transactions is processed or was working out in the past). Accordingly, such prices in the future can be the goal of the trading process and can act as support and resistance.
The adjustment of the indicator is extremely simple, it is possible to change the value of only one parameter: Levels Power, which default value is 9. The higher the value, the weaker the levels, the indicator (correspondingly, the levels becomes larger). In the case of low figures, the indicator shows stronger and more important prices (correspondingly, the levels are getting smaller). The work of the indicator is provided by the author's algorithm. The indicator does not build levels at the tops of prices or on edge bars, it automatically and in a timely manner determines the amount of work to be done at the closing price of the bar, thereby providing a nearly 100% level accuracy.
It is important to note that, due to the peculiarities of the cloud-based PINE language, the indicator has lost something, and has acquired something. For a more convenient level markup, simply place the horizontal price levels according to the indicator readings.
[i]price
Mayer MultipleFollowing Preston Pysh's "Bitcoin Mayer Multiple" study, I made this simple script to plot the Mayer multiple by calculating the ratio between bitcoin price and its 200-day moving average. It also plots the moving average of ratio itself.
Mayer Multiple Buy PriceFollowing Preston Pysh's "Bitcoin Mayer Multiple" study, I made this simple script to plot the recommended buy price based on the calculated 2.4x ratio between bitcoin price and its 200-day moving average. The ratio and SMA length have default values of 2.4 and 200 and can be adjusted.
CVROC - Close Volume Rate Of ChangeIndicator designed for cryptotraders to understand whether if the price change is supported by the volume or not
deafult value os SMA of volume is 21 periods
which can be optimized by the user
Price relation viewer - add percent change of two symbols (BETA)This script is very much beta!
This is a simple script to visualize how two symbols move in relation to each other. For example if the underlying symbol is a 2x Gold ETF (meaning the ticker moves at 2x the spot price of gold---if gold goes up 3% this ticker should go up 6%) and the comparison symbol is an 2x inverse gold ETF (at gold up 3% this should move down 6%). If these ETFs were 100% accurate at tracking the price of gold then this tool would report a value of zero at all times.
Day 1
Ticker - $10
Comparison - $10
Day 2
Ticker - $12
Comp - $11
This tool value - |20%| + -|10%| = 10%
It uses a short simple moving average to smooth things out a bit (see inputs). It is important to keep your axis scale in mind when using this! Two symbols that are always near zero mean they are offsetting each other very well but the value displayed might range from 0 to 0.005, but the graphed area can make it look extreme if autoscaled.
This is a tool with very specific uses : comparing how one digital currency moves in relation to bitcoin's price, comparing how gold moves in relation to silver, etc.
Dav-o meter (public)I decided to make this formerly invite only script public (you can find the invite only version here
If you are part of the invite only you don't need to change scripts. I will push improvements first on the invite only script but in time it will come to this version as well.
I would love to know your ideas and thoughts on how this indicator can be improved, so feel free to give any feedback.
Remember to give it a thumbs up if you like it.
CandleCheckThis indicator is intended to evaluate the quality of the bullish candles (close > open).
It will calculate the average size of the bullish candles from the last 200 periods. I'm assuming that a bullish candle with a superior wick or shadow equal or less than 25% of the total size of the bar is a good disruption candle. You can adjust at your own taste.
Candles with a size above the average and a superior wick or shadow equal or less than 25% of the total size of the bar will be painted lime. These are "good" candles.
Candles with a superior wick or shadow equal or less than 25% of the total size of the bar but with a size below the average will be painted green. These are "OK" candles.
Candles with a size above the average but a superior wick or shadow above than 25% of the total size of the bar will be painted fuchsia. These are "bad" candles.
Candles with a size below the average and a superior wick or shadow above than 25% of the total size of the bar will be left alone. These are "worse" candles.
"bad" and "worse" candles will be marked with a lime cross at the exact spot where price should reach to turn these candles to "OK" or "good". That value will be indicated at the indicator header.
"OK" or "good" candles should have a volume above the average.
Dav-o meterPseudo code
Example
General info and acknowledgements
Author: maqpie
Date of publishing: 20th of july 2017
This script is based upon Davinci's dav-o meter and his original script, which searches for W's and M's in price, OBV, RSI and/or Willy.
Although the original script is elegant, a W or M has to occur within 5 bars.
However, often what you will see is that a W or M forms over more than 5 bars.
This script tries to remove that limit.
It took me several different approaches to find a good solution. For the most part because of the lack of any real debugging tool in Pine script.
Let me know what you think, because I feel like I need tone down the number of options so it is easier to use.
If you have any questions, or things you would like to see different please contact me at TRI.
Have fun playing and goofing around with it!
How it works
Now, trading is more of an art form than a science and this indicator is no exception.
When talking about M's and W's, it begs the question: what exactly counts as a W or M?
My personal experience is that for a W to count as such, it has to adhere to the following rules:
1. A 'W' has 5 points, A, B, C, D and E E
2. Point A can be any point C /
3. Point B should be lower than A A / \ /
4. Point C should be higher than B \ / D
5. Point D should be lower than C, but higher than B B
6. Point E should be higher than C
1. A 'M' has 5 points, A, B, C, D and E B
2. Point A can be any point / \ D
3. Point B should be higher than A A \ / \
4. Point C should be lower than B C \
5. Point D should be higher than C, but lower than B E
6. Point E should be lower than C
Script input parameters
You can use the following indicators to search for W's or M's:
- price (close)
- OBV
- RSI
- Willy
For each of these indicators you set the following options:
- Use: whether you want to use it
- The maximum width: over how many bars a W / M is allowed to form
- The maximum offset: how many bars back a W / M is allowed to form
- Strict: when not set, rule 5 (see 'How it works') changes: point D no longer has to be above B (for W), and no longer has to be below B (for M)
- Length: length of the indicator, for example a 14 bar RSI
Other options:
- Potential dav-o: show potentials which are like regulars dav-o's, except that rule 6 (see 'How it works') no longer applies.
- Period: you can limit the period for backtesting. Useful to identify under what market conditions the script works best.
Final note: using the potential dav-o in combination with unsetting the 'Strict' rule will make this script all but useless.
Price and EMA Difference Customizable [Requested script]
Easy options, you can toggle the lines and other things. Even turn of the histogram.
BullTrading PA-MACDBullTrading PA-MACD contains different algorithms based on price action to calculate and display the popular MACD indicator. It will display more relevant crosses without sacrificing much sensibility (use fractal entries).
WhenWasThePriceAction
Bars of largest range (volatility)
* see moments of strongest price action immediately
* colored & upDown by candle color
* amplifier: you see only the bull runs, and subsequent dumps
Very nice on the 5 years scale of BITSTAMP:BTCUSD - nothing comparable to 2013 has happened yet.
Internals:
squared_range = pow(high-low, 2)
That is essentially it already. The rest are details:
* gauge with (in case of Bitcoin exponentially rising) price
* show in red for negative candles
* take even higher polynomial (than 2) to show only the very largest values
* allow some user input (but there is not much more that can be chosen here.)
Sorry for such a simple formula - but sometimes the easiest things are powerful.
Please give feedback. www.tradingview.com and/or in the cryptocurrency chat. Thanks.
Multi-Day VWAP V2Updated from V1.
Chart the multi-day Volume Weighted Average Price ( VWAP ). Normally, the VWAP is tracked for the current day, from the first bar of the day (regular or extended session). The VWAP shows the current value of:
-> sum(hlc3 * volume , barsForDay) / sum( volume , barsForDay),
-> where 'barsForDay' is the total number bars that have elapsed during the day for the chart interval.
The multi-day version tracks the VWAP for N days back, by averaging the previous N - 1 day bars VWAP and the current VWAP for the current bar (chart interval).
This is very different that simply using a volume weighted moving average , since the closing VWAP values are used for the historical day bars. The results are interesting for intraday trades... especially for values of 1, 2, 3, 4, and 5 days.
Version 2 includes the closing VWAP for the previous day. There are enough instances where the price chooses to bounce from the previous day's closing VWAP value that it is worth discussing. Usually this value is at or near the daily pivot, but sometimes not. Circled in the chart are some areas of recent SPY bounces on the previous day's closing VWAP.
It seems that when the 5-Day VWAP and normal VWAP have "enough" percentage separation, that there can be good intraday swing opportunities using bounces off VWAP indicators. This is similar to waiting for Hourly/Daily/Weekly/Monthly/etc pivots to have "enough" separation to allow for swing setups. When pivots are "closely" spaced, odds are the price is range bound for the time period (daily range in the case of day pivots, etc).
Previous closing VWAPs can be plotted for all 5 of the original. As with my other scripts, I welcome all comments to spark new ideas that we can all benefit from.
Enjoy.
Action Section, Volatility Choppiness Indicator (by ChartArt)Here is a solution to find entry points to trade. This indicator highlights price sections with low choppiness, where both the ADX (Average Directional Index) indicator shows strong movement (up or down!) in the price and a customized Money Flow indicator (which uses only the change of the volume not the change of the price, hence a Volume Flow indicator), also shows volatility is present. Using higher filter values than the default setting of "30" reduces the noise, but also shows less 'action sections'. Vice versa using values lower than "30" increases the amount and duration of action sections which are shown.
The "action section" indicator does not show the direction if the price is going up or down. It shows if there is enough action worthy the time to trade (lower odds of a neutral sideways trend). Therefore in addition a Heikin-Ashi based price change indicator can optionally be plotted, which shows the actual direction of the price.
Action Section, High Volume Volatility & Low Price Choppiness Indicator
This indicator works only on charts which have volume data.
Gain Over LossSelf adjusting gain over loss indicator. Shows price movement and momentum. If you want to reach to the parameters you can use the old version.
Bitcoin SpreadIt selects the min/max price for btc/usd from a set of exchanges and shows them on the chart. It is possible to add or remove exchanges by editing the source code
Percent change bar chart v 2.0 This histogram displays price or % change from previous bar.
Can be applied to any time frame.
15/12/2016 Update:
Number of digits after the floating point for study values on the axis now two.
Aggregated BTC VOLUMEAggregated Volume from all major exchanges. Price must touch or drop below pivot but close above it. Volume must break SMA.
Percent change bar chart This histogram displays price or % change from previous bar.
Can be applied to any time frame.
Price Action Awesome IndicatorThis indicator is everything you need to do Price Action Trading.
It provides signals about:
Inside Bars
Pin Bars
Fakey Pin Bars (background color red or green for bearish or bullish fakeys)
Ro True PriceGiven enough time, market tends to oscillate around the true price. The true price slope gives information about the long term trend. Ro True Price lights red when the trend is down, green for up. If the color is blue market is in a decision period. For intraday lower the precission value to make signal sensitive to short term action.