This strategy uses 60 minute and 15 minute stochastic data to determine entry and exit; it only executes long trades. I've only used this on BTC/USD, but I imagine the concepts employed should hold for any ticker The script builds a simple Stochastic indicator for the current timeframe, and it also plots a single stochastic line for a higher resolution time...
Hi guys, how ya doing! I know sometimes you'll need multiple timeframe RSI to study your chart, so do I, therefore I'll share my multi RSI tool for you. There are total 3 RSI for you to use, you can turn each ON or OFF I've added more lines for your better view Also provided a choice for smooth line or step line where there's no gap Indicator...
This script allows you to choose a movingaverage type and length, and then choose two different chart time frames. It will plot a movingaverage line for each time frame you select (total of 2). Choose between EMA, SMA, and WMA. For example: You can be looking at a 5-min chart, but have an EMA for a 1-min timeframe and a 10-min timeframe be displayed.
+ %B is, at its simplest, the classic Bollinger Bands %B indicator with a few added bells and whistles. However, the right combination of bells and whistles will often improve and make a more adaptable indicator. Classically, Bollinger Bands %B is an indicator that measures volatility, and the momentum and strength of a trend, and/or price movements. It shows...
Hello Traders, This is Support Resistance script that uses Multi Time Frame. While getting Close/Open/High/Low values of Higher Time Frames the script does NOT use Security function , instead it calculates them. while choosing Higher Time Frame, you can use "Auto" option so it uses predefined Higher Time Frames, or you can choose the Higher Time Frame...
Available Options on Inputs Tab!!! RSI with ability to change first RSI to a different Time Frame.(Defaults To Current Chart Time Frame). Ability To Turn On/Off Background Highlighting if First RSI is Above/Below 70 or 30 Lines. Ability To Turn On/Off Background Highlighting When First RSI Crosses Above 30 Or Below 70. Ability To Turn On/Off "B" Or "S" When...
All Moving Averages and Features Built In To ONE Indicator. The Only Moving Average Indicator You Will Need. Details In 1st Post.
Here is a multi-timeframe heat map using one of the most apreciated indicators in Tradingview: Squeeze Momentum Indicator by LazyBear. Study shall be added to 15min chart. It indicates squeeze and momentum at: 15 min, 30 min, 60 min, 240 min and 1 Day. Thanks to © azimuthdynamics for inspiration and portion of code Thanks to Lazy Bear for coding Squeeze Momentum...
This is a multi-timeframe version of the kNN-based strategy.
Hello traders and aspiring Pinescripters You might remember this script Supertrend-Heatmap-Multi-timeframes/ ? A follower, asked me in a comment to do a version where YOU guys can select the timeframes Well... what follower asks, follower (sometimes) gets. I'm not Santa Claus but this is Christmas with a few months in advance (#oh #oh #oh)
Hello Traders, Recently we got new features in Pine such Arrays of Lines, Labels and Strings. Thanks to the Pine Team! ( here ) So I decided to make new style of Multi Time Frame indicator and I used Array of Lines in this script. here it is, RSI Multi Time Frame script. it shows RSI for current time frame as it is and also it gets RSI for the Higher Time...
Simple indicator showing the support and resistance on Daily, Weekly and Monthly time frames no matter what time frame you're currently on by highlighting the highest and lowest points on each over the last 34 bars. Daily support and resistance are coloured green. support and resistance are coloured yellow. Monthly support and resistance are coloured red. For...
This script is a mixture of my two previous scripts "True Strong Classical Support/Resistance Levels" and "Hidden Supports & Resistances + Round Levels". This combination brings on better identification of the most efficient support/resistance levels. Note that "Hidden SnR Levels" part of the code is only expected to work on Forex charts, but apart from that, the...
A cloud based on the highest high and lowest low of a given period (Donchian), same lines used in Ichimoku Cloud (Conversion line or Base line). Short term line is based on current time frame, long term line is based on your given multiple of current time frame. The color of the lines is based on up or down movement. I stole a piece of code from PineCoders for...
There is already SuperTrend indicator and thanks to its developer. This script draws supertrend for current and higher time frame, it automatically calculates higher time frame and you don't need to adjust it when you change the period. it also change the color of bars according to current and HTF supertrend, so you can see the trend by looking at bars...
Ichimoku Cloud , Multiple Time Frames, based on the script : MTF Selection Framework functions (PineCoders) Possible display: - four differents Ichimoku - Tenkan, Kijun, Chikou and Kumo (monochrome or not) - labels : offset from line, color if you change style and with/without abbreviation Time Frames : - 1m - 3m - 5m - 15m - 30m - 45m - 1h - 2h - 3h - 4h -...
This indicator will simply plot on your chart the Daily/Weekly/Monthly previous candle levels. The "Auto" mode will allow automatic adjustment of timeframe displayed according to your chart. Otherwise you can select manually. Indicator plots the open/close and colors the high-low range area in the background. Hope this simple indicator will help you ! You...