Histogram - Price Action - Dy CalculatorThis script aims to help users of Price Action robot, for Smarttbot (brazilian site that automates Brazilian market (B3)).
You can use on any symbol.
The script will follow price action principles. It will calculate the absolute value of last candle and compare with actual candle. Colors are:
- Red - If the actual candle absolute value is higher than previous one, and the price is lower than last candle. It would be a short entry.
- Blue - If the actual candle absolute value is higher than previous one, and the price is higher than last candle. It would be a long entry.
- Black - The actual candle absolute value is lower than previous one, so there is no entry.
If there is a candle that is higher than previous one, and both high and low values are outside boundaries of previous one, it will calculate which boundary is bigger and will apply the collor accordingly.
Price Volume Trend (PVT)
UVOL DVOL Strength and Stagnant HistogramI liked the style of one of Noldo's scripts pertaining to Put/Call ratio so I adapted my existing UVol / DVol ratio script using his code from
I am also reducing the number of securities referenced to only Nasdaq which speeds up displaying
The yellow bars are meant to represent stagnant volume, with green / red representing strong up or down volume.
Note the indicator will display the same no matter which individual stock you are watching since it uses UVol and DVol from the whole Nasdaq exchange NOT the stock or security you are currently viewing.
HawkEye Volume With Volume Spike AlertHaweye volume is the leading volume indicator and can be used for Volume spread analysis and Volume Price Analysis.
Added Volume spike alert to identify Institutional activity.
When there is fourfold volume spike from 4 preceding price bar and the following price bar exceeds the high of the spike bar you can go long and reverse is true for shorts
Argentina CCLPrecio del dolar contado con liquidación de activos argentinos ponderados por volumen operado
Multiple VWAPAn intraday indicator which plots the 3 different VWAP.
1. D-VWAP shows VWAP from the first candle of the day
2. W-VWAP shows VWAP from the first candle of the week
3. M-VWAP shows VWAP from the first candle of the month
PVT Osc - Price Volume Trend Oscillator [UTS]The oscillator version of the Price Volume Trend indicator (PVT) can be considered as a leading indicator of future price movements. The PVT Indicator is similar to the On Balance Volume indicator as it is also used to measure the strength of a trend.
The difference between the OBV and the PVT is that where the OBV adds all volumes when price achieves higher daily closes and subtracts them when price registers a lower daily close, the PVT adds or subtracts only a portion of the volume from the cumulative total in relation to a percentage change in price.
The general market consensus is that this difference enables the PVT to more accurately represent money flow volumes in and out of a stock or commodity.
The PVT has been designed so that it is capable of forecasting directional changes in price. For instance, if the price of a stock is rising and the PVT begins to fall, then this is indicative that a price reversal could occur very soon.
The general consensus is that the PVT is more accurate at detecting new trading opportunities than the OBV because of the differences in their construction. The OBV is designed so that it adds the same amount of volume whether the price closes upwards by just a small fraction or by multiples of its day opening value. On the other hand, the PVT adds volume proportional to the amount the price closed higher.
General Usage
Plain old PVT can be used to confirm trends, as well as spot possible trading signals due to divergences.
A benefit of the oscillator version is that it can produce LONG or SHORT signals on zero line cross.
Or controversy, disallow LONG trades in bearish territory and disallow SHORT trades in bullish territory.
Moving Averages
4 different Moving Averages are available:
EMA (Exponential Moving Average)
SMA (Simple Moving Average)
VWMA (Volume Weighted Moving Average)
WMA (Weighted Moving Average)
ADL - Accumulation Distribution Line [UTS]an underlying asset.
It is determined by the changes in price and volume. The volume acts as a weighting coefficient at the change of price — the higher the coefficient (the volume) is the greater the contribution of the price change (for this period of time) will be in the value of the indicator. The indicator is also known as Accumulation / Distribution Index.
Common known variants of this type of indicator are the On Balance Volume, Chaikin Oscillator or Chaikin Money Flow.
Based on www.metatrader5.com
Swing Trade Pros - Auto Trend LinesThe STP Auto Trend Lines accurately identify the real-time trend lines automatically helping you find breakouts before they happen. The indicator uses weighted moving averages to show the overall direction of the underlining asset. The higher time frames will always produce the most reliable trend lines. Once the second swing high or low has been identified the indicator automatically draws the trend lines. The Trend Lines form key market structures and once the pattern is broken a big move usually follows. If the trend is rising it indicates it may be better to enter long positions. If the trend is falling it indicates it may be better to enter short positions.
Incremental Lines Above and BelowPut lines above and below current price by a specified value. The step value refers to the mintick value of the symbol. (e.g. BTCUSD has a mintick value of 0.01 so if you wanted an increment of $12.50 you would use 1250 for the number of steps between value)
Engulfing Detector (Supply and Demand)Bullish and bearish engulfing candles marked with horizontal lines around engulfed candle. Currently looks a max of 2000 bars back.
This indicator can be used to assist in locating potential supply and demand zones.
The fresh zones will be of green and red line colors and the tested zone lines are grey in color.
Gap DetectorArrow at candle where bullish or bearish gap occurred by a configurable minimum pip distance
|-ML-| C4 - Amplified Volume Directional Bias OscillatorThis indicator presents an oscillator that suggests volume directional bias.
Colour switch (blue to ice-blue and red to maroon) confirms oscillator turnaround.
Confirmed divergences flag a trend change that can be used as a trade entry aid.
I suggest changing your candlesticks as follows:
Border: black
Wicks: grey
Swing Trade Pros - Support/Resistance LevelsThe STP Support/Resistance Levels accurately detect the key levels by identifying large swings/pivots in historical price action automatically. It identifies price levels where historically the price reacted by either bouncing or reversing the direction. Prior price behavior at these levels can leave clues for future price behavior. These tops and bottoms in price action show where lots of buyers or sellers came into the market and might act as future levels of support or resistance. By default, the code detects the last 3 significant swing highs and the last 3 swing lows. When price action breaks above the resistance line the color changes to green because it's now support. Likewise, when the price action breaks below the support line the color changes to red because it's now resistance.
QuantNomad - Bitcoin NVT/NVTSIn this script I included 2 quite interesting indicators for Bitcoin:
* NVT (Network Value to Transactions Ratio)
* NVTS (NVT Signal)
Both indicators are based on Bitcoin Network Value (Market Cap) and 24h transaction volume.
For both these values I'm using Quandl datasets from Blockchainc.com:
market_cap: QUANDL:BCHAIN/MKTCP
transac_vol: QUANDL:BCHAIN/ETRVU
Calculation for both indicators are pretty simple:
NVT = median(market_cap / transac_vol, 14 bars)
NVTS = market_cap / sma(transac_vol, 90 bars)
NVT and NVTS are cryptocurrency's answers to P/E ratio. They can help you to understand if bitcoin is under/overvalued.
When NVT or NVTS is relatively high it can be a pretty good point to short bitcoin, if it's low it good time to buy bitcoin.
NVT Ratio - was created by Willy Woo
NVT Signal - was created by Dimitry Kalichkin
Because of different sources of transaction volume data, these indicators can differ in values from originals, but magnitude should be the same.
This is a pretty simple example where you can select only static overbought/oversold levels and when indicator will be above/below it you will see in changing in color.
I have many more things in my head how these indicators can be developed further and what strategies can be derived from them, but as is they can be a pretty good base for you. Will share my advanced findings later.
Volume with directionOscillator plots cumulative volume with direction defined by price (positive price change = positive volume and vice versa) divided by volume sma.
It is good for divergence indication and can be used for trend change prediction.
It is faster then stoch with the same length.
Noodles ema bands + BUY/SELL signal CandleEma bands as support and resistance based on 12/26.
+Buy and Sell signal candle (green and red)
This script work better on 1 hour timeframe. for altcoin change setup from source: ''LOW'' to ''OPEN''
TEDong Price Velocity MotionHi Folg,
TEDong Price Velocity Motion indikator for XBT is based on Physics Newton Law.
It gives a Buy signal when the Line value crosses up its EMA and a Sell signal when it crosses down its EMA .
Cross over markers Directional bgcolor, where RED for bearish (S) and GREEN for bullish (B)
If you include volume analyses in your trading strategy, automating EDong Price Velocity Motion will give buy signals whenever volume and price are rising altogether.
HINT:
Bullish when line/BG is green, bearish when line/BG is red. BUY on first green candle, SELLl on first red candle.
DONATE/TIP
BTC: 13nhMN2H4LoRi4VMcPcyR96jitxrH3uivB
💸 Divergence Finder v1.0 by Cryptothythms💸 Divergence Finder v1.0 by Cryptothythms
Intro
This indicator is meant as a quantitative look at divergences. Special thanks to RicardoSantos (legend!) for his divergence detection script which was used as a basis to construct this.
Usage
Lime Green = Regular Bullish Divergence
Dark Green = Hidden Bullish Divergence
Red = Regular Bearish Divergence
Maroon = Hidden Bearish Divergence
Remember... divergences do not have a high probability success overall. So to mitigate that this is an attempt to source many "opinions" on the state of divergence from many different classes of indicators.
Leading indicators - Lead price action, but have a higher probability of false signals
Real time indicators - Track price action, momentum, etc in a tick by tick state. Generally a 1-3 bars lag can be present.
Lagging indicators - Lag price action a little, but offer more in terms of confirmation of the divergence
Volume indicators - Look at volume flow in different fashions and give an added dimension to divergence finding. Remember volume divergences interact with price independently. For instance volume can be going down, but price going up. Be sure to understand the relationship of volume and price action when considering these readings.
👍 Enjoying this indicator or find it useful? Please give me a like and follow! I post crypto analysis, price action strategies and free indicators regularly.
💬 Questions? Comments? Want to get access to an entire suite of proven trading indicators? Come visit us on telegram and chat, or just soak up some knowledge. We make timely posts about the market, news, and strategy everyday. Our community isn't open only to subscribers - everyone is welcome to join.
For Trialers & Chat: t.me/cryptorhythms
PVT + BB + Período Personalizado com cores RDNEste Script é personalizado. É um PVT com bandas de Bollinger que muda de cores os candles no gráfico e também a linha do PVT
Sugestões e maiores informações de uso adicione @rafdourado
Seasonality-Buschi
English:
This script shows the price development over the last year (default: green) and mean prices over the last three (default: light green), six (default: orange) and nine (default: red) years and is therefore at least some kind of approach towards true seasonality.
Thanks to user "apozdnyakov" for providing most of the code!
Deutsch:
Dieses Skript zeigt den Kursverlauf über das letzte Jahr (Standard: grün) und die durchschnittlichen Verläufe über die letzten drei (Standard: hellgrün), sechs (Standard: orange) und neun (Standard: rot) Jahre und stellt damit zumindest eine Annäherung zu einer echten Saisonalität dar.
Dank an User "apozdnyakov", der den Großteil des Codes zur Verfügung gestellt hat!