The main benefit of this indicator is the ability to see multiple higher timeframes at ones to get a better overview of signals that could mark possible trend reversals with more weight than those on the selected timeframe. Since the higher timeframes are calculated automatically, the user needs to set a Period Multiplier that multiplies the selected timeframe...
This Script is based in the 2020 @Plumptoiletduck script Special thanks to @tartigradia for the Auto Detect code for the Binance pair. It tells us the difference in price between Spot and Perpetual Futures. Now I incorporated the function that automatically detects the pair we are in to show the premium/discount of that pair. You never need to select the...
█ OVERVIEW We have included by default 3 known Patterns. The Bat, the Butterfly and the Gartley. But have you ever wondered how effective other, not yet known models could be? Don't ask yourself the question anymore, it's time to find out for yourself! You have the option to customize your own Patterns with the Backtesting tool and set Retracement Ratios and...
█ Support & Resistance Trendlines with Pivot Points + Fibonacci Channel This script automatically draw support and resistance trend lines based on pivot points and add a fibonacci channel. It will show potential patterns with the help of support and resistance lines as well as breakout target and pullback entry with the fibonacci extension and retracement...
This indicator is designed to show psychological levels/round levels. The difference between this version and the others is that : It will automatically show round levels for each symbol you select without having to enter "tick value" manually. Settings Gap : If the value is equal to zero, the round levels will be found automatically, but if you change...
This was reasonably easy to put together and I can't find one that does this in the Library and I've been wanting one. Of course, the drawing tool is just fantastic, but sometimes it can be forgotten as new pivots emerge. What you'll find elsewhere in the Library is a nice variety of fancier methods for determining an anchor point with labels, lines, timestamps...
Library "matrixautotable" Automatic Table from Matrixes with pseudo correction for na values and default color override for missing values. uses overloads in cases of cheap float only, with additional addon for strings next, then cell colors, then text colors, and tooltips last.. basic size and location are auto, include the template to speed this up... TODO...
This indicator will automatically plot key horizontal levels. The script will create a grid from highest to lowest price, dividing this price range into several steps. It will then loop through each bar and save its cummulative price/volume into each steps. The steps with the most significant prices/volume are finally plotted into key...
The script provides a way to compute ratio between two indexes (or stocks) of your choice, and paints a "up-arrow" below the first candle where and when the value of the ratio exceeds your threshold of choice. It also creates a table summarizing the value of your securities, and the value of the ratio below. The script will also alert you with a message...
This script allows users to plot automatic support and resistance lines on their chart from any timeframe. This allows them to automatically overlay daily support and resistance lines on an intraday chart. 1. First we get a value from a 5 bar pivot. 2. From that pivot we calculate the ATR. 3. We draw lines above and below by either adding or subtracting from our...
Various methods to calculate a symbol's timezone offset as a numerical value in hours and decimal minutes. This value may be useful to script authors in certain situations where timezone information needs to be available in a numerical format while using intraday charts. Special thanks to @LucF and TradingView Support for their efficiency advisements! NOTICE:...
Dual PSAR is a trend following script that uses auto-higher timeframe calculation of the current timeframe to create a dual Parabolic Stop And Release. This is useful because it can determine periods of transition or indecision and can flag those periods with which way it is learning even though it is undecided, what i call "Wait Zones". When both PSARS are not in...
Gridimus Maximus draws N grid lines stepping by price or percent in chosen direction from set price, or draws N grid lines stepping by pivots. The queue function method used is adapted from an example provided on the PineCoders website, much gratitude to LucF for this gem! To prevent grid lines out of range from causing chart to rescale right click on chart's...
This experimental script is a variant of a model that allows a separate indicator window to be opened, revealing data for on balance volume, rsi, consumer commodity index and momentum indications. By use of the settings key, you can change the parameter of the source input as well as the desired lengths. After data compilation, the indicator will automatically...
This indicator is a modified version of TradingView builtin "Auto Fib Retracement". It improves how the price is displayed with exact number instead of rounded number.
So, Dear Friends, I am open-sourcing one of my scripts which I created as a thesis project, The Auto Trader System is a Scalping Tool , to be used mostly in intraday Setups!! and is designed using, 1. Fibonacci Bands Fibo Bands are Calculated by defining dynamic Fibonacci Pivots Lines over a history of Lookup values (Default is 89 periods lookback), The...