TIL Candle Volume HeatmapTrading Indicator Lab’s Candle Volume Heatmap for TradingView merges volume with price by applying gradient colors in the bars. It can also detect bars that have the most volume and the least volume.
Gradient Coloring
When applied to a chart, the Candle Volume Heatmap indicator applies colors to each bar which may vary according to its number of volume. The chart becomes a heatmap where you can easily spot which parts of the chart that are “hottest” or the bars that had the greatest number of volume and the “coldest” or ones that had the least volume. The indicator uses colors that transitions from BLUE to RED where shades closer to blue are “cold” (low volume) and those that are more in the shade of red are considered “hot” (high volume).
- Blue candlesticks – has low volume
- Red candlesticks – has high volume
High and Low Volume Bars
In addition to bar color changes, the Candle Volume Heatmap indicator also marks bars that have the lowest and highest volume within a certain length. Low and high-volume bars are marked as follows.
- – Low volume bars are marked with a small cross above them signifying a very low volume. Please note that this symbol always appears in new bars which are only starting to accumulate volume.
- – High volume bars are marked with a large plus sign above them signifying a very high volume. These bars along with other red-colored bars are the ones that should be monitored most.
Uses
Identifying low and high-volume bars can be useful in determining whether there is weight or “force” behind the price action that occurs in each bar. High volume bars can be used to validate candlestick reversal patterns and confirm breakouts in support and resistance levels.
Available Alert Conditions
- High Volume – triggers when a high-volume bar (marked with a plus sign) is detected
- Low Volume – triggers when a low-volume bar (marked with a cross sign) is detected
Inputs
- Length – sets the number of bars the indicator analyzes at each execution.
- Color Gradient – sets the color set for applying the heatmap on the chart candlesticks. Choices available are Blue-Red (good for light mode) and Yellow-Red (good for dark mode). Red color always signifies the highest concentration of volume.
- Apply Heatmap Colors – applies the color gradient on the chart candlesticks to indicate the amount of volume in each one
- Display Markers Below – moves the position of the high volume (plus) and low volume (cross) markers below the candlestick
Heatmap
Heatmapped Bollinger BandsBollinger Bands have been used for many years to determine the volatility and potential reversal area of markets. This script takes standard Bollinger Bands (BB) and transforms it into a heatmap of reversal areas.
A basic explanation on how this indicator works is:
- Yellow is where the price likes to stay,
- Orange is where the price might begin to reverse in a weak trend, and
- Red is where the price will either pause to let the yellow range catch up, or where the price will jump back down into the yellow range to stabilize.
For educational purposes: this script is essentially just taking the standard method of creating Bollinger Bands (seen in the 'Main Lines' portion of the script), coloring the plots 'na' so that they aren't seen, and using the 'fill' function to plot the yellow to red rainbow up to the top. I believe I made the yellow range 0.2*stdev to 1*stdev, the orange range 1*stdev to 2*stdev, and the red range 2*stdev to 3*stdev. You can get the hex code rainbow from any website that has a color slider.
** Disclaimer: THIS IS NOT TRADING ADVICE. Bollinger Bands should be used in conjunction with other indicators to make better decisions but NO STRATEGY IS PERFECT. Always backtest any strategy before using it live. **
Bjorgum MTF MAScope:
Up to 3 MA's can be applied at the users discretion
Choose between 10 different average types including favorites from the Bjorgum series from HEMA to Reversal T3's
Each MA can be independently set
Go Multi-timeframe! Any MA can be set to any timeframe of reference you choose (ex. using 3 different timeframes of higher resolution to your chart reference to establish a multi-time frame trend)
RSI HEATMAP. Use the bar color or the MA color selection toggle to set your color to reference RSI on a gradient. This helps to establish clear visual reference to momentum on top of trend analysis
Assigning RSI bar color to an MA of a higher time frame can allow you to see visual reference of momentum of the greater trend that may be at play.
Example: trying to get short on a 15min while your 1hr and 4hr RSI Heatmap burns deep in oversold.
RSI color can be assigned to the bar color, the MA (1,2 or 3), or both. Alternatively, bar color can be assigned to a more simple rising/ falling MA color and price above/ below the MA for bar color.
ALL MTF FUNCTIONS ARE NON_REPAINTING.
The Idea
The original inspiration behind the script came from an observation of a constant struggle of Pinecoders of both youth or experience to find accurate multi-timeframe indicators that do not repaint, and appear as should on historical bars, while performing reliably in real time. I encourage you to scroll the Pinecoders FAQ on a recent piece explaining the difficulties and caveats of different approaches, but I would like to reference the elimination of the historical bar offset for THIS purpose. MA's are based on closing prices, that is to say they are confirmed and will not change once the bar has closed. There is no need to offset these for historical reference. The purpose of the historical offset is best exemplified, for example, with an intraday strategy involving daily breakouts. Let's entertain going long on a break to a new daily high. We would not know that in real time so we need to reference the previous bars close for BACKTESTING purposes, otherwise we get "lookahead bias". There is no shortage of strategies unintentionally employing this bias out there (I'm sure you have come across them with their unrealistic results).
There is no worry of repainting with the MTF security function included within this script, nor will it offset for something involving lookahead bias. I encourage those that are playing with the code or perhaps writing strategies of their own to borrow the functions within. There is also a function that will return the 10 MA variable selection - yours to keep.
With all that in mind, I wanted a practical script that is easily deployable in everyday trading for the average trader that gives the user a firm grip on their trading steering wheel equipped with the feel of the road. Incorporating several MA's of differing times with the RSI heatmap gives a good visual reference and feel to your trading environment, while offering a level of customization that will fit an individuals personal trading style. The RSI heatmap gradient is per percentage between 30 and 70 and your 2 colors - anything outside of those levels gives you the vibrant bias color
Below I walk through 2 examples of live trades scenarios I made using the mindset the script offers.
The Trade
LONG IZEA
Timeframe: 4hr chart
- 3 Tilson MA's of varying length are deployed at varying intraday time frames
- A bullish pattern in an uptrend offers a possible trade allowing entry from a low risk point from the pattern low
- See the chart for notes and observations using the script
- Notice how the heatmap brightens up as price extends far away from the averages - your risk has elevated for a new position
- Notice the heatmap cool off while price action consolidates sideways
The Trade
SHORT BTCUSDT
Timeframe: 4hr chart
- 3 EMAs are employed - same length (50), with 3 successive timeframe resolutions
- A downtrend is formed with a sharp move to stack the EMAs into layers
- A pull back opportunity presents itself in bearish consolidation
- Notice a Doji star at resistance establishing a swing high as RSI cools off into the EMA dynamic resistance for entry
- An '"equal legs" measured move can be used for a trade target with a stop out above the swing high.
- Again, take note of distance from EMA's, the heatmap in combination with trend development surrounding the MA's
These were just two ideas to show you an example of how to implement some strategy into your trading and to get some interesting use from the indicator. Hope you enjoyed the read and happy trading.
MM MTF HeatmapThe MM Mtf HeatMap can scan multi symbol and multi timeframe on any given market
it detects trends with options on what type of trend detection moving average and smoothing type you prefer based on your backtest.
detects trends on four selectable timeframes
10 selectable symbols
Directions are simple
make sure you are using this on a lower timeframe your lowest selected timeframe is on. for example if your lowest timeframe is the 15min
make sure you are using current charts below the 15min like the 10 or 5min
selectable moving averages
are the
SMA
EMA
Tema
WMA
Hull
Variable
This HeatMap displays the trend overall market you are trading at one glance (Talk about top down analysis)
Enjoy happy Trading
Link below or PM us for access to this indicator Happy Trading
3D Wave-PMThe Wave-PM (Whistler Active Volatility Energy - Price Mass) indicator is an oscillator described in Mark Whistler's book 'Volatility Illuminated'.
The Wave-PM was specifically designed to help read cycles of volatility. When visualizing volatility cycles as a heatmap we can get a clear overview of market volatility phases on multiple timeframes, and more importantly as traders give us insight into 'potential' volatility from to pent up energy signaled by the blue and green plumes which invariably give way to big moves signaled by the orange and red plumes.
This indicator can be quite GPU intensive, so simple and also line based visualization methods are included. Also, its free and open source so go ahead and hack it to your hearts content. Enjoy!
Bitcoin Heatmap (by Alex L.)This indicator is a based on "200 Week Moving Average Heatmap" by Plan B. It shows "heatmap" of a security based on % increase of its 200 week (or other) moving average. It can be used for Bitcoin, as well identifying overheated Stocks (like TSLA). Plan B designed this indicator for Bitcoin using MA = 1400 (which is 200 trading days in Crypto), I personally found it useful to indicate overheated Stock Market stocks using MA = 250 (which is ~1 year of net trading days, excluding weekends and holidays).
Enjoy!
CCI/MFI/VZO/RSI - HEATMAPHeatmap I made/reverse engineered.
Currently tracks the 4 following oscillators:
- CCI (Channel Commodity Index)
- MFI (Money Flow Index)
- VZO (Volume Zone Oscillator)
- RSI (Relative Strength Index)
Any feedback or suggestions highly appreciated.
/* Inspiration taken from @ByzantineGeneral (TradingView profile: /u/ByzantineGeneral, indicator: /script/keAGdnWO-Byzantium-Oscillator-Heatmap) */
Quantum Currency HeatmapTrading the currency markets is a complex business. With so many pairs and multiple timeframes it is almost impossible to monitor them all – but with the Currency Heatmap you can. The Currency Heatmap indicator delivers the information you need to base your trading decisions on the entire spectrum of currency pairs derived from the 8 major currencies: namely the US dollar, the Euro, the British Pound, the Swiss Franc, the Japanese Yen, the Canadian Dollar, the Australian Dollar and finally the New Zealand Dollar. In one clear and simple table, you can see instantly the entire weight of market sentiment across all 28 pairs and across all timeframes. A global view of risk and sentiment on one chart.
It instantly displays the “hottest” and “coldest” areas of the financial landscape. Vertically, 28 currency pairs are listed and ranked from the most bullish (top) to the most bearish pair (bottom) and reflect the data ranking on the associated currency matrix indicator. And this is where it gets interesting: horizontally, the performance scores of each currency pair are displayed in 5 customizable timeframes.
Interpreting the colors
Each cell of the Currency Heatmap indicator is color coded making it possible to interpret it instantly with just a glance, much like looking at a sophisticated thermal imagery scanner, but for Forex. If you check out the indicator, you will see how easy and intuitive it is, but let us just expand on them here.
If we start with the performance scores. This is the value the indicator assigns to each currency pair representing how positively or negatively its price moved over a certain period. If you have the Currency Matrix indicator, you will also notice that the figures are the same. This is because both use the same algorithm in calculating the performance scores. The cells can be any of the two colors depending on the performance score. This is the color coding used when viewing the currency pairs ACROSS the 5 timeframes or what we like to call the time horizon:
- Green – if the currency pair’s performance score for the aligned timeframe is POSITIVE.
- Red – if the currency pair’s performance score for the aligned timeframe is NEGATIVE.
However, the pairs are then ranked VERTICALLY using a dynamic graded color code transitioning from green, to yellow and to red in that order. The performance scores of the currency pairs in 5 timeframes are added together. The currency pairs are then ranked by their sum from the most positive to the most negative and are color coded as follows:
- Green shades – the sum of the currency pair’s performance scores in 5 timeframes is well above the fulcrum of zero.
- Yellow shades – the sum of the currency pair’s performance scores in 5 timeframes is relatively flat and around the fulcrum of 0. It can either be positive or negative but trails the numbers closest to 0.
- Red shades – the sum of the currency pair’s performance scores in 5 timeframes is well below the fulcrum of zero.
The gradation of color is dynamic and hence the transition of colors will depend entirely on the sum of the currency pair’s performance scores in 5 timeframes as explained above. As with all our other indicators, this is dynamic and is constantly shifting in real time to reflect the ebb and flow of sentiment across the timeframes.
Customizable timeframes
The Currency Heatmap for TradingView allows you to change the timeframe of each of its 5 columns. This can be configured in the indicator settings where you can select 1 of many timeframe options namely:
- 1 min
- 2 min
- 3 min
- 4 min
- 5 min
- 10 min
- 15 min
- 30 min
- 45 min
- 1 hr
- 2 hrs
- 3 hrs
- 4 hrs
- 1 day
- 2 days
- 3 days
- 1 wk
- 1 mo
The 5 default timeframes (from left to right) are listed below:
- Timeframe 1: 1 min
- Timeframe 2: 1 hr
- Timeframe 3: 4 hrs
- Timeframe 4: 1 day
- Timeframe 5: 1 wk
The ranking of the 28 currency pairs changes depending on the timeframes you select for each column. This flexibility allows you to monitor the strength of the pairs within your own range of timeframes in real time.
Weight of the timeframes
One important factor to consider when interpreting the Currency Heatmap indicator and the ranking aspect, is the fact that the performance scores in each timeframe inherently possess weight, and this is reflected in how the indicator has been developed. As you can appreciate, the weight of sentiment in a slower timeframe is greater than that in a faster timeframe. Simply put, the weight of each timeframe is directly proportional to the timeframe itself. Faster timeframes carry less weighting to the overall ranking, whilst slower timeframes carry more. This means currency pairs ranking near or at the bottom of the ladder (bearish) are most likely to have red cells through the slower timeframes or the columns at the right-hand side of the indicator. Similarly, the currency pairs at the top and ranking as bullish or very bullish, again are most likely to have green cells through the slower timeframes.
Stepping back, the changing colors deliver a heatmap reflecting the relative performance of the 28 currency pairs across ALL timeframes in real time. This gives a horizontal analysis of the currency pairs across time. Immensely powerful. And empowering you as a trader to make clear, logical, and fast decisions.
Currency filter
The Currency Heatmap allows you to filter the currency pairs relevant to the currency you are analyzing. An input is provided in the indicator’s settings window which you can click to select a currency.
- USD selects all currency pairs that contain the US Dollar.
- EUR selects all currency pairs that contain the Euro.
- GBP selects all currency pairs that contain the British Pound.
- CHF selects all currency pairs that contain the Swiss Franc.
- JPY selects all currency pairs that contain the Japanese Yen.
- CAD selects all currency pairs that contain the Canadian Dollar.
- AUD selects all currency pairs that contain the Australian Dollar.
- NZD selects all currency pairs that contain the New Zealand Dollar.
Click the Filter option box and select a currency in the list to apply a filter. If you like to undo a filter, simply select NONE. When a certain currency filter is in effect, the currency pairs that include the selected currency in the heatmap appear in color.
Getting started
Here are some further details on the Currency Heatmap indicator to help you get started:
- Your Quantum Currency Heatmap indicator must always be applied in a 1 min chart.
- The indicator occupies its own indicator window in the chart. We recommend expanding the indicator vertically to get a complete view.
- When you first apply the indicator, please allow a few seconds for the data to build in history.
Currency Dashboard
By itself, the Quantum Currency Heatmap indicator is a powerful trading tool for identifying trading opportunities, quickly, easily on a single chart. However, its development is part of a new indicator bundle that we like to call the Quantum Currency Dashboard which consists of the following indicators:
- Quantum Currency Strength Indicator (CSI)
- Quantum Currency Matrix
- Quantum Currency Array
- Quantum Currency Heatmap
These four indicators then provide a unique and compact insight into all the various aspects of strength and weakness for both currencies and currency pairs from trend and momentum to overbought and oversold. What is unique is that using four charts you are then able to monitor the myriad combinations of strength, weakness, momentum, congestion and divergence across the entire forex complex at a click of a button. And even more powerfully giving you the confidence to get in and stay in for maximum profits. No more missed opportunities, no more struggling with multiple charts, and no more trader regret whatever your trading style approach.
Mayfair Heatmap Volume 1.0This is our most popular indicator. It gives three separate signals and is best used on a 4H timeframe, to alert you to trading opportunities.
The heatmap area represents buying and selling pressure.
The white line works like a volume-driven RSI indicator, indicating overbought/oversold situations.
There is also a divergence indicator, represented by the Bear/Bull Hidden Bear/Hidden Bull markers, which show where the price action and the indicator's direction are moving in different directions.
Like all indicators, it is not perfect, and you should never rely on one indicator in any situation, but this one alerts you to opportunities, which you can then study on lower timeframes to find an entry.
(FireflyTA) BB Pressure HeatmapThis is a simple heatmap based on multi-timeframe Bollinger Bands to find range support & resistance . It makes dynamic confluence zones visible and can be used to add evidence to a thesis or as a basis for a custom range S&R trading strategy.
Colors are optimized for a dark chart layout.
There are currently 3 presets ( LTF , MTF, HTF) available in case you don't know how to customize the BB settings.
You need to add two of these to show support AND resistance at the same time.
Enjoy!
cheesywedges MTF MACD+Stoch+Ichi+PSARThis is a heatmap created to show 4 key indicators MACD, Stochastic, Ichimoku and PSAR. Adjust TF accordingly. Default is incremental by 45 minutes.
One advantage is you can see as the indicator current candles change from green to red or the other way round as the current trend changes. Eg. MACD attempting to cross Signal and the candle will flicker red to green and you can see it happen on multiple TF.
Standard Settings
PSAR - Start, Increment and Max Value
Stochastic - K,D,Smooth, Upper and Lower
MACD - Fast, Slow and Smooth
Ichimoku - Conversion Line, Base Line Periods, Lagging Span and Displacement
Advanced Settings (MACD)
MACD/Signal Crossover , eg. Long = MACD > Signal
MACD/Signal + Histogram Crossover , eg. Long = MACD > Signal and Hist > 0 and Signal > 0
MACD/Signal Crossing, eg. Long = MACD > Signal and previous MACD < previous Signal
MACD/Signal + Histogram Crossing, eg. Long = MACD > Signal and previous MACD < previous Signal and Hist > 0 and Signal > 0 and previous Hist > previous Signal
For normal usage, just use MACD/Signal Crossover
Recommended Settings
Ichimoku 20, 60, 120, 30
If customized enhancement required drop a message and I'll see what I can do.
Heatmap - Multi-Timeframe Indicators - AlertsHeatmap - Multi-Timeframe Indicators - Alerts
▪ Main features :
- 19 Timeframes: 1m, 3m, 5m, 10m, 15m, 30m, 45m, 1h, 2h, 3h, 4h, 5h, 6h, 8h, 10h, 12h, 1D, 1W, 1M
- 6 indicators per timeframe
- choose specific timeframes for indicators (example - 1 hour)
- or choose specific timeframe ranges (example - 1 hour to 1 month)
The general idea is that the higher timeframe signals are stronger than the lower timeframe ones.
When a trend is starting, it is first visible on the lower timeframes.
The more time passes, the more the trend propagates through higher timeframes.
The default settings are meant to show all the available features. You may fine-tune it to your specific needs.
How to choose the timeframe for the chart : use the lowest of the choosen timeframes for indicators.
If the heatmap doesn't display correctly on your device, you may check the Heatmap Theme 🎨 setting.
It doesn't repaint.
"Repaint" version available though - good to check the past history, but very bad for real-time analysis.
▪ Indicators used for trend detection
1. MACD Cross
2. Stochastic Cross
3. Stochastic Cross and Overbought or Oversold
4. Moving Average
5. Parabolic SAR
6. Heikin Ashi
▪ Find the best Heatmap settings with the Strategy Tester version.
The signals generated by the Heatmap are considered to be valid at the bar open .
The Strategy Tester, however, uses the bar close in its calculations.
Therefore, the results may seem to be worse than they can be.
The Profitability, Profit Factor and other stats should be taken into consideration relatively to other configurations of the same Heatmap.
▪ Using a score system to consider a change in trend valid.
Example: consider the signal valid if 65% or more of all indicators (max 6) among all timeframes (max 19) hint at a change in trend.
The % percent value can be inserted in settings.
When using the default settings or when all timeframes and indicators are activated,
the ratio of 100% downtrend or 100% uptrend may be less occuring. Adjust accordingly.
The signals across timeframes and indicators are aggregated to show simple entry and exit signals.
▪ Combined Alerts, to be set to fire once per bar open :
0 - 📈 Long! - Heatmap - Multi-TFI
0 - 📈 Short! - Heatmap - Multi-TFI
0 - 📈 Long Exit! - Heatmap - Multi-TFI
0 - 📈 Short Exit! - Heatmap - Multi-TFI
1 *** BUY or SELL (single alert) ***
1 *** Entries or Exits (single alert) ***
▪ Note : The initial load may be slow. If something doesn't seem to work, you can try the following:
- wait more time for it to load
- hide & show or remove & add back to chart
- don't add the indicator to chart multiple times in a short amount of time, as you may be rate limited
▪ Related Studies :
- Heatmap - Multi-Timeframe Indicators - Strategy Tester
- Risk Management System (Stop Loss, Take Profit, Trailing Stop Loss, Trailing Take Profit) - it can be connected to Heatmap - Multi-Timeframe Indicators - Alerts
▪ Layout example:
CCI heatmap(15-170)This is CCI (Commodity channel index) heatmap for the period lengths (15 to 170).
How to use :
1.) When overwhelming green appears, it means price is supposed to be trending up.
2.) When white appears, it means price is supposed to be neutral.
3.) When overwhelming red appears, it means price is supposed to be trending down.
Note: This indicator is supposed to be used with CCI heatmap(175-330) and CCI heatmap(335-490) aligned in increasing order of period lengths for higher resolution of period lengths. Otherwise use CCI heatmap(low resolution) indicator in which these 3 high resolution indicator is adjusted to a single indicator.
(Expect remaining indicator to be published to the public in mid of march 2021)
Profit Accumulator Heat MapHi Everyone
Happy to share this heat map packed full of indicators to make those trading decisions. There are a whole host of indicators including:
Inverse Fischer Transform
Moving Average Slope
EMA50 Crossover
Schaff Trend Cycle
MACD
RSI
Stochastic RSI
Moving Average Cross Over
Quantitative Qualitative Estimation
On Balance Volume
All of the indicators are customisable in the settings so you can adjust them to how you want.
I often find that the combination of MACD and QQE provide good early entry and exit signals.
Any comments or improvements then please feel free to get in touch.
Cheers
Mike
Big thanks go to @everget, @JustUncleL and @LazyBear for the use of their codes.
VolumeHeatmap | Experimental Version of Marketorders MatrixDear all,
I wish a Happy New Year!
The last time I tried to developing a Volume Heatmap, that the Marketorders made.
With the currently version I achieve my skills for that and I present it for everyone - some bugs I cannot solve today.
It also possible to see the POC - also the dynamic of volume developing:
The background for that is to find the pricelevel with the most volume - this is for valuetrading always the target.
If someone find it useful or have question - let me know!
Kind regards
NXT2017
[Max] Yojo VolatilityThis script represent short, mid and long term Zscores combined with an approximed VIX calculated on the asset that is tested.
You can play with sensitivity options.
Colors from low to high are : yellow orange dark orange pink purple red.
Like always, I take everyfeedbacks.
Have a nice day !
Max
200 Week Moving Average HeatmapСolors part of the SMA depending on the change in % (delta %) to the previous value. From blue(none to low increase) through green(moderate increase) to red(high increase).
Heatmap Volume [xdecow]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.
Moving Averages - 5 Ribbon MTF HeatmapThis is a 5 Ribbon heatmap moving averages indicator where each represents a different time frame, The RED or GREEN color palette is also affected by asset velocity using ATR.
Supports various moving averages including VMA (Default), Zero Lag, TSF (Time Series Forecast).
A single ribbon is set to GREEN when fast MA (moving average) is above the slower MA and RED when fast MA is below the slower MA.
In the settings you can set the ATR length (Average True Range) which will affect the velocity calculation for the colors, higher ATR length will smooth the coloring more (Less color changes), while lower ATR will show more instant changes.
HOW TO USE?
The brighter the GREEN is the stronger the up trend.
The brighter the RED is the stronger the down trend.
A weakening GREEN color can be a sign for a down reversal.
A weakening RED color can be a sign for a up reversal .
Supports alerts when fast moving average crosses slow moving average from all time frames, either way, up or down.
Comments/Suggested/Positive feedbacks are welcome and can make this indicator even better.
Follow for upcoming indicators: www.tradingview.com
Supertrend Screener PanelScript to display Supertrend trend state of 8 different securities in a panel. Timeframe & Tickers which are to be displayed can be configured from settings.
Part of code is from the ADX DI Monitoring Panel script by u/wugamlo with his permission. Thanks to him for that and do please check out his work also.
[Max] Volume Entropy Divergence HeatmapA divergence between volume and price indicator, based on custom filter function.
Each lines represent a length on wich the divergence is calculated. It goes to 60 len a the base to 2000 at the high. ( You have to decrease the timeframe if your looking on a new chart).
Colors represent a level of the oscillator who is calculated for each lengths.
What can you find, reversals, confirmation of continuation, divergences between volume and price,.. (if you find other usages I will be happy to hear it and share the code).
I recommand to be attentive to lower timeframes and confirm with higher ones and be attentive between different kind of clouds there is.
You are in charge to figure out how to use it, if you have some doubts on something you can DM me but I will not teach my way to use it.
It provide for me nice transformations, nice enough to share this indicator in private.
Big thanks to @midtownsk8rguy for the heatmap color function.
Have a nice daytrading all !
Profit Accumulator Heat MapHeat Map Indicator
This is a support indicator to the Main Indicator which has also been published.
This is a list of a number of indicators which cover trend, momentum and volatility. The key is very simple for this indicator, green is a long trade, red is a short trade and grey is an indicator which may be transitioning. The indicators uses are: MACD, PSAR, Bollinger Bands, RSI, Momentum and Chandelier Exit. All of the settings are customisable within the indicator and the user can best fit these around their charts. The simplicity of the heat map is that the more of one colour there is, the more likely it is that a trade can be placed.
I've been using this successfully on the one hour FX charts, but seems to work equally as well on higher or lower time frames (not less than 15min).
The other indicators which are part of the suite are shown on the website which is highlighted in my signature at the bottom of the page. Purchase of the main indicator gives access to the full suite of eight indicators. I use the other indicators to confirm the direction of the trade and to determine if I want to trade or not. I use it along with the 2min, 15min and 4hr timeframes to identify the best entry window and how long I'm likely to be in the trade.
Support can be provided via private message or in the comments below.
The links are provided below for access to the indicator.