Creates a channel off of desired periods' high and low and plots Fib levels. Automatically updates itself after every candle. Easily helps find the next entry point on any time frame.
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...
Hello, Hello, Hello and welcome back to Bitcoin Beats. This is a combination of indicators with a nice color code to nail supports and resistances along with pivot points in the market. This was made for btc but can be used with other assets and currencies. The arrows have been backtested but only for breakeven on most timeframes. Thank you, And goodbye, from...
Just a modification of my old auto-line script, lot of errors fixed and a correction in the standard deviation. Also changed the tittle because "auto-line" was really confusing.
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...
A least squares filter using the Auto line as source, practical for noise removal without higher phase shift. Its possible to create another parameter for the auto-line length, just add a parameter Period or whatever you want. r = round(close/round)*round dev = stdev(close,Period) Hope you enjoy :)
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...
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:...
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...
A variation on the Auto-Line indicator, we allow it to get closer to the price thanks to a drift , this also allow the line to be more directional . This indicator can be used with moving averages using crosses as signals or as a band indicator by ploting a + dev as the upper band and a - dev as the lower one. For any help or suggestions feel free to send a...
This is a predictive indicator that looks for explosions in momentum of the cycles in price and large shifts in Momentum (Fisher turns the Bimodal PDF into Guassian like) as statistically unlikely events, showing points to exit or reverse positions. You can adjust the lowpass frequency cuttoff (Aka what cycles you want to remove from the calculations through the...
Write your own strategy and use Hodl to Sodl to send Alerts for when to buy & sell, and automatically plot your anticipated buys/sells to the chart. A must have for AutoView users. Requires Pine Script coding. Not compatible with "Strategy Tester" tab and "Paper Trading" tab in TradingView. Hodl-Sodl itself is not a strategy. It is a framework for building...