This indicator colors the volume bars and candles according to the volume traded. The calculation of the heat map zones is done as follows: how many standard deviations the volume are distant from the average volume? For a better visual experience, place the borders and wicks of the candles in a neutral color.
Hello traders Hope you're all doing well This script is a generic cloud generator using a pre-selected set of moving averages (I probably forgot a lot but listed all the ones I used at least once). A cloud is a visual representation of the gap between two moving averages - it shows right away how big in that gap (=how far they are from each other) The challenge...
You can use this script to setup alerts on Heikin-Ashi bar color change. You have to apply this script to usual candles and not Heikin-Ashi!!! Background color indicates HA bar color. On change you'll see green/red arrows and alert will be fired. Also you can find in the code calculations of all HA OHLC values.
Is Price Action Higher or Lower on STRONG or WEAK VOLUME from lookback (Strong or Weak Bulls // Strong or Weak Bears) Candles / Bars Indicate the Following (default 13 period lookback / Length) MAROON Bear Candle with STRONG VOLUME more than 150% of the lookback / length (13 default), STRONG Bear Candle Confirmed With Volume RED Bear Candle while VOLUME is...
It is common knowledge that most traders lose money by leaving trends too early and not letting profits run. Chop Filter attempts to paint over wrong-colored candles which might psychologically cause traders to bail off the trend. It also tries to detect potential trend reversals (experimental). How it works. Chop Filter highlights wicks with a shaded background...
A simple code to plot Hull MA with colour coding of plot fill and price bars based on strength.
SMA 200 determines the trend Bullish trend, green candles. Down trend, red candles. If the market value is narrow to the SMA200 channel, yellow candles. Setting recommended for SMA Range BTCUSD = 100 EURUSD = 1000 SPX = 100 ETHUSD = 10
Entry Signal when %B Crosses with SMA and this is more meaningful if it supports colored bars. Black Bar when prices go down and volume is bigger than 150% of its average, that indicates us price action is supported by a strong bearish volume Blue Bar when prices go up and volume bigger than 150% of its average, that indicates us price action...
Candles get darker when volume is high, and brighter when volume is low. They are red or green depending on whether the RSI is above or below a threshold value, or alternatively you can pick a more vanilla coloring based on current close vs last close or last open. For personal use as I enjoy the aesthetics of it. The more solid RSI coloring helps highlight the...
This script can display a lot of different volume statistics. It also colours bars depending on a chosen, customisable criterion. Most options are disabled by default and can be reenabled in the settings menu. FAQ Why are the bars slightly higher than the default volume bars? Due to the limitations of Pinescript. What are the two last values (including the...
This is a simple addition to the built in Bollinger Bands script. All it does is replaces the traditional plotting of Bollinger Bands with color bars.