Multi Timeframe Bollinger Bands: This script calculates and displays the Bollinger Bands for three different timeframes. The timeframes, moving averages and sigma values can be adjusted to personal likings. I publish this with an open visibility, feel free to tinker with it or suggest improvements. Enjoy, s0ullight
The code in contains a simple correlation indicator that can be used as an alternative to Tradingview’s built-in “Correlation Coefficient” indicator. The indicator allows users to correlate up to 3 separate instruments on the same subplot. This allows you, for example, to easily see the correlation of your instrument with stocks, bonds and FX. Alternatively, a...
GUPPY MULTIPLE ESTIMATED MOVING AVERAGE (EMA) is for Trend Trading. This script uses three sets of crosses to give us an indicator of possible trend reversal. Red cross is the first alert, followed by blue and black. Black cross being the strongest, red cross weakest. More information about Guppy Trading can be found in the link below
This script plots three Simple Moving Averages instead of just one. Support me going through grad school! www.linkedin.com BTC tip jar: 1Mv1s7nLaTsRoLai5WXEGg8doisXuiPUXy ETH tip jar: 0x6113DDD23D0D5aCad3d1f8640A8A571E9Cb86cB8 LTC tip jar: LYvyoqTSWxa22TQw3E7818xy4AfYNi6xcm BCH tip jar: 1GC7oZ7MhLkamKCDdZFnUfV21SKWq84VdY
This is your traditional RSI chart but with a few modifications I added an extra zone parameter that you can specify with its own color and line customization. There is an EMA that tracks the RSI as well.
you can add as much SMA EMA BB as you want by editting the source code just remove the // from the indicator code
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 colored value lines for your better view Also provided a choice for smooth line or step line where there's no gap for...
This indicator compiles both Trading View’s RSI and Stoch RSI on the same graph to cross-check data. Modifies the default layout. Add a perpetual line at level 50 for trend confirmation studies.
The Mayer Multiple is calculated by dividing the current price by 200-day moving average so you have to use daily charts fort it to work properly. This script is design to be a help for deciding when to buy Bitcoin and when it is time to sell your HODL position. This script uses moving average for optimal sell and buy points. In time of writing the average Mayer...
This allows you to plot up to 5 moving averages on your chart at once. You can either use the chart's current timeframe or select a custom timeframe for your 5 moving averages (for example, you can see the 200DMA on your 4h chart without having to adjust the moving average length). You can also choose amongst SMA , EMA , and HULLMA for each MA.
This script was written to calculate the correlation coefficient (Adjusted R-Squared) for one dependent and two independent variables.(3-way) Pearson correlation method was used with exponential moving averages as the correlation calculation method. Use your source ( i use "close" generally ) as the dependent variable. Inspired by this article :...
SMA/EMA 12|26|50 Exactly as title says SMA is bold EMA is light Orange 12 Green 26 Blue 50
Ability to plot EMAs (20,50,100,200) in single indicator and can be tweaked according to your trading style.
You can set up to 5 moving averages (or more if you know how to edit the script), selecting from SMA, EMA, HMA, WMA, DEMA, TEMA or RMA. Select the source and the period for each MA.
Multiple EMA lines. Color switch of slowest EMA (def=200) when price close above or below. Trend marker when fastest EMA (def=9) cross slowest one.
Library "ArrayMultipleDimensionPrototype" A prototype library for Multiple Dimensional array methods index_md_to_1d() new_float(dimensions, initial_size) Creates a variable size multiple dimension array. Parameters: dimensions : int array, dimensions of array. initial_size : float, default=na, initial value of the array. Returns: float...