4x MTF RSI - by Redjinator 4x Multi-Timeframe RSI - by Redjinator (August 2019)
This is a new version of an old indicator of mine and has been updated for a much more accurate reading of timeframes greater than the on screen chart.
Features of this indicator are:
- under the hood it uses pine script v 4.0
- repainting issues normally caused by pulling data from higher timeframes has been eliminated.
- ability to plot up to RSI signals at one time.
- customized timeframe selection per RSI.
- ability to plot an average of the 4 customized RSI signals.
- visualized heatmapping for any selected RSI signal (including the average).
- by default it very closely resembles the clean look of a default RSI indicator.
I will be releasing more indicators for public use in the near future.
Thank you for viewing my work, I hope you find it useful!
-Redjinator
Looking for something more than my scripts of convenience? Check out Ape for long/short signals here: discord.gg
Do you like my work? Want to send me a BTC tip? - BTC Address: 14JXjyVRruvUTwWPjEtzthapfLqgM1Qj6E
Heatmap
Multi RSIThis scatters different instances of RSI.
Confluence zones would give a better indication of an overbought or oversold market.
MA heatmap (Double cross edition)Hello my friends
Sorry yesterday I couldn't post an indicator because I was travelling. So here's the today indicator inspired from that one Moving-Average-Heatmap-Visualization/
This will gives an interesting representation of a Double Moving Average cross
That's all for me
Let's resume the free indicators publishing next Monday with the MA heatmap (Triple cross edition) and then the 4 cross ... until the 100 cross edition .... "wait are you joking sir ?"... Totally YES :)
But the Triple cross edition will be released as it's interesting from a Pine script perspective
Enjoy your weekend and stay safe
Dave
Moving Average Heatmap Visualization7 different types of moving averages (5 different lengths of each) compared to a base moving average. Base moving average can be configured to be a slew of different types of moving averages (credit to @mortdiggiddy for the code) and have a custom length.
Red = base moving average is over other moving average (bearish)
Green = base moving average is under other moving average (bullish)
lengths for the different MAs are just fibonacci numbers due to lack of creativity.
First 5 moving averages are Simple moving average the next 5 are Exponential moving averages and after that it is weighted moving averages, volume weighted moving average (VWAP), Exponential volume weighted moving average (thanks again @mortdiggiddy ), hull moving averages and lastly zero lag moving averages.
The indicator might lag your chart out a bit so be ready for that.
Have fun!
Momentum heatmap @CosmonautCExplanation:
14 different indicators 4 public ones (RSI, StochRSI, CCI and Wavetrend oscillator) the rest are custom private ones of preexisting momentum indicators or completely custom ones created by me.
To determine green-red color the indicators are assesed on 7 different metrics and then given a score of 1-100 based on the current state of those 7 metrics. The length input is universal meaning all indicators and metrics will be affected by it. Source input is only for indicators.
It might take a bit to load as the code is all in all around 600 lines and due to a large amount of custom functions and if statements
Usage:
darker green = buy
Darker red = sell
light green= approaching good buy opportunity/buy opportunity in shaky markets
Light red = same as light green but for sells
gray/almost no color = undecided/turning point
Enjoy!
Heat Map Forex - Intraday
4 intraday time frames for a custom strength indication by color.
3 positive and 3 negative colors.
7 symbols, limited by the number of plots on the screen (64). All symbols against USD.
Works well with FX Percentage Change script.
Trading View also has a FOREX heat map widget, found here .
See Also:
MM Cross over Heat Map by MMAColorie le fond de vore grpahique en VERT ou en ROUGE, suivant le croisement des Moyennes Mobiles Expo 20 et 50.
Attention de régler vous même la coloration VERT et ROUGE
3D Relative Strength IndexThis indicator in form of a heatmap shows the longest periods of RSI values above 70 and under 30.
Red spots mean RSI is above 70 and blue ones RSI is under 30.
Angled Volume Profile [feeble]BETA VERSION
this indicator maps volume as brightness over an SMA. the brightness then fades over time.
It draws 30 bands, so you will need to load multiple instances to get a large picture.
Configure the settings, then copy and paste the indicator, modifying only the vertOffset attribute each time
Patience, bruh. This takes a long time load. Chrome runs it faster than Firefox. ¯\_(ツ)_/¯
Please let me know if you can think of how to optimize it.
Feedback is appreciated is you use it :)
sample with 6 instances:
settings:
useLog: enable if you are using a log graph
rowHeight: resolution of rows.
vertOffset: normally if you have 5 instances, the values will be -2,-1,0,1,2
fadeAmt: how long it takes for volume to fade once it is picked up
volumeMin and Max: the volume range displayed.
volumeResolution: time resolution at which volume data is collected - this is why the fadeAmt is so high, and why the graph runs out of data after a period back
EMA length: its Actually SMA but I wrote it wrong. eg. for a 20 day period on a 15min chart you go ( 20 days x 24 hrs x 4 quarter hours = 1920) - I hope to automate this in a future version :p
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
Alex Inc Price Channel Heat MapHere is my new Donchian pricechannel Indicator with Heat map, which shows probability of being price in certain place of channel.