Week High MTFSimple script to plot weekly data into your chart and as example how MTF works in pine script.
I use it for the 52 week high but you can choose other sources as well f.e. HL2 or close to reduce noise from wicks, also define your own length.
Multitimeframe
Multi Timeframe Moving Average Collection | Swing [aamonkey]This is a Multi Timeframe Moving Average Collection (Swing Edition).
Why use it?
- Spot cluster of MAs on one chart
- See support and resistance
- Spot "freefall zones"
In the default settings you will get:
20, 100 and 200 MA of the 1D, W, and the W chart.
The color indicates significance!
From weaker to stronger support/resistance:
green(1D),yellow(W),red(M)
- Length of the MAs is modifiable
- Timeframes of the MAs is modifiable
- Which MAs you want to see
- Colors
Why use this if there is a Swing edition, that can do the same?
You can use this Swing Edition if you don't want to change between the Swing and Scalp timeframes in the settings.
Just turn on of the two on or off.
Multi Timeframe Moving Average Collection | Scalp [aamonkey]This is a Multi Timeframe Moving Average Collection (Scalp Edition).
Why use it?
- Spot cluster of MAs on one chart
- See support and resistance
- Spot "freefall zones"
In the default settings you will get:
20, 100 and 200 MA of the 15min, 1h, 4h, and the 1D chart.
The color indicates significance!
From weaker to stronger support/resistance:
white(15min), green(1h),yellow(4h),red(1D)
- Length of the MAs is modifiable
- Timeframes of the MAs is modifiable
- Which MAs you want to see
- Colors
ADX+DMI MTF byPeterOThe goal of this study was to use ADX from Higher Timeframe - to determine trend direction
Why? Because ADX is very sensitive, able to show trend ending without any delay, but not in the middle of it.
Being able to see such immediate trend change on higher timeframe, is a great indicator of trend direction.
Adding just security() calls to 'highest', 'lowest' and 'close' didn't seem right, because it produced some ugly ADX, D+ and D- plotlines.
I wanted to see plotlines, which look exactly like those on actual higher timeframe. Therefore I modified the calculations.
You can read more about my take on (not) using security() calls in my other source code indicator RSI MTF: link in comments.
On top of all that, I added interpretation of DMI readings, because it is not as simple as plus>minus + ADXrising = uptrend.
So GREEN background means higher timeframe uptrend and RED background means downtrend.
Multi Timeframe Rolling Bitmex Liquidation LevelsTrack Bitmex liquidations levels in real-time with a rolling VWMA or VWAP basis.
Allows the input of a different time frame if you wish.
Multiple Moving AveragesThis script plots up to five Moving Averages , either Simple or Exponential (9, 20, 50, 100 and 200 days period by default).
Multi Timeframe EMAs (Fib@MWD)plot fibonacci EMAs 21,55,233 on the timeframes monthly, weekly and daily.
Multi Timeframe EMAs (Round@MWD)plot round number EMAs 20,50,200 on the timeframes monthly, weekly and daily.
Merge Of RSI & Stochastic RSI [salar88]This Indicator Include Stochastic RSI And Multiple Time Frame RSI
I Wish Its gonna useful for tradingview users
Ultimate 'Multi-Timeframe' Multi-AveragesPlots different kinds of averages (EMA, SMA, SMMA, WMA, VWMA) referred to a fixed timeframe/period indipendent from the one that you are watching (example: plot daily EMA on the 4h chart).
Highlights the crossing of averages.
SuperTrend Multi Time Frame with Alerts V.1SuperTrend Multi Time Frame with Alerts.
You can add long and short alerts for all supertrend viewed on the graph.
The script plot 5min, 1H and D Supertrend.
Enjoy!
Multi-Timeframe Fractals [DW]This is a simple study designed to find fractals on multiple timeframes.
NOTE: Because higher timeframe levels are not certain until the interval is closed, refresh your chart as new fractals are drawn.
Multi-Timeframe Dual KAMA + Bands [DW]This study is an experimental variation of Bollinger Bands using the Kaufman Adaptive Moving Average (KAMA) as the baseline.
Includes an additional trailing KAMA series for a supplementary view of average price activity.
Kagi Overlay [DW]This is a simple study that plots kagi values over your current chart. Works with both price action and time based charting.
NOTE: Because higher timeframe values are not certain until closed, refresh your chart as new levels are drawn.
[RS]MTF Multiple Moving Averages V0Multiple moving averages with same interval in candle bar smoothness over multiple time frames.
option to show/hide the level of resolution for the mtf's default shows 1 ma can go up to 8th resolution.
option for manual input timeframes and configure ma.
[RS]Absolute Levelsstudy is still in early phase of development and is a bit slow loading be patient.
Absolute levels based on historic highest high value and time frame. looking for feedback ;)