WIG 20, Indeks DAX, FTSE 100, Euro Stoxx 50, S&P 500, Nikkei 225
Ropa Brent, Ropa naftowa, Złoto, Srebro, Gaz ziemny, Bitcoin
Euro Bund, Niemieckie 10Y, Francuskie 10Y, UK 10l, US 10L, Japan 10Y Yield
Złoto, Ropa Brent, Ropa naftowa, CFD na gaz ziemny, Pallad, Srebro
Continue to experiment with new labels functionality in TradingView. Created ma cross script with 9 different types of MA wit additional information box. In that box, I included the bars passed from the previous bull/bear cross. Also you cand find there live distance between moving averages in price and ATRs , so you track how close are you from the next...
This is an experimental study which calculates a linear regression channel over a specified period or interval using custom moving average types for its calculations. Linear regression is a linear approach to modeling the relationship between a dependent variable and one or more independent variables. In linear regression, the relationships are modeled using...
This is an experimental study designed using data from Bollinger Bands to determine price squeeze ranges and active levels of support and resistance. First, a set of Bollinger Bands using a Coefficient of Variation weighted moving average as the basis is calculated. Then, the relative percentage of current bandwidth to maximum bandwidth over the specified sampling...
This is revision 2 of "Multi Time Frame MA Duplicates" Honorable Mentions: @RicardoSantos - helped me fix my brain. Narf. Description: One stop shop for multiple MA duplicates over different resolutions. A veritable banquet of MA's to choose from. Set up your MA variables, and then plot up to 4 duplicates all using different time frames. r2 Changes: Simple...
Here is a very simple tool that uses the Arnaud Legoux Moving Average(ALMA). The ALMA is based on a normal distribution and is a reliable moving average due to its ability to reduce lag while still keeping a high degree of smoothness. Input Options: -Offset : Value in range {0,1} that adjusts the curve of the Gaussian Distribution. A higher value will result in...
You can choose one of these MA types in params: Simple Moving Average (SMA) Exponential Moving Average (EMA) Weighted Moving Average (WMA) Arnaud Legoux Moving Average (ALMA) Hull Moving Average (HMA) Volume-weighted Moving Average (VWMA) Least Square Moving Average (LSMA) Smoothed Moving Average (SMMA) Double Exponential Moving Average (DEMA) Also...
This script allows you to add two moving averages to a chart, where the type of moving average can be chosen from a collection of 15 different moving average algorithms. Each moving average can also have different lengths and crossovers/unders can be displayed and alerted on. The supported moving average types are: Simple Moving Average ( SMA ) Exponential...
You can choose one of these MA types in params: Simple Moving Average ( SMA ) Exponential Moving Average ( EMA ) Weighted Moving Average ( WMA ) Arnaud Legoux Moving Average ( ALMA ) Hull Moving Average ( HMA ) Volume-weighted Moving Average ( VWMA ) Least Square Moving Average ( LSMA ) Smoothed Moving Average ( SMMA ) Double Exponential Moving Average (...
In the first short signal example, after price closes below the ALMA and the parabolic SAR plots above the price high, sell signal is opened with the stops trailed to the PSAR values until the trade is stopped out. Similarly, you can see a long position where price cuts above the ALMA and the Parabolic SAR plots below the price low. Using these values as the...
Pine Script version=3 Author CryptoJoncis Heikin-Ashi Smoothed The Heikin-Ashi Smoothed study is based upon the standard Heikin-Ashi study with additional moving average calculations. The following is the calculation formula for the bars: 1. The current bar Open, High, Low, Close values are smoothed individually by using the moving average type specified by the...
This is a variation of Gerald Appel's MACD with seven moving average source types to choose from. The MA types I've included in this script are: - Kaufman's Adaptive Moving Average - Geometric Moving Average - Hull Moving Average - Volume Weighted Moving Average - Least Squares Moving Average - Arnaud Legoux Moving Average -...
This is an RSI Variation with six different averaging methods to choose from. The averaging methods I've included in this script are: - Exponential Moving Average - Simple Moving Average - Smoothed Moving Average - Weighted Moving Average - Volume Weighted Moving Average - Arnaud Legoux Moving Average Each method produces a different, yet significant gauge of...
This is an experimental study inspired by Goichi Hosoda's Ichimoku Kinkō Hyō. In this study, a McGinley Dynamic replaces the Tenkan-Sen and Kaufman's Adaptive Moving Average replaces the Kijun-Sen. The cloud is calculated by taking the mean of the highest high and lowest low, adding a golden mean standard deviation above and below, and offsetting it over the...
This is an experimental study designed to visualize trend activity and volatility using a set of two Bollinger Bands calculated with a basis moving average type of your choice. The available moving averages in this script are: -Exponential Moving Average -Simple Moving Average -Weighted Moving Average -Volume Weighted Moving Average -Hull Moving Average ...
ALMA (Arnaud Legoux Moving Average) alternative to EMA Ribbons.
This is a simple experimental study designed to outline trend activity and volatility. In this study, the amount of change between current source and source of a specified lookback is calculated, then added to and subtracted from current source. Next an exponential moving average is taken of the values for smoothing over the specified period. Lastly, a midline is...