Crypto Market Cap, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
WDI, BAYER AG NA O.N, DAIMLER AG NA O.N, Apple, Advanced Micro Devices Inc, Amazon Com Inc
DAX Index, TECDAX TR, MDAX PERFORMANCE-INDEX, Dow 30, S&P 500, Nasdaq Composite
Euro Bund, Euro BTP, Euro BOBL, Germany 10Y, US 10Y, Ultra T-Bond
-This script uses a triple EMA strategy to establish trend direction and reversal points -Inputs are smoothed with Heiken Ashi values to reduce whipsaws, while providing timely execution -Buy and sell indications are dictated by bar color -Bar color is dictated by the candle close value in relation to the EMAs, specifically the faster of the 3 (If candle closes...
-This script utilizes simple color changes of the TSI output signals to aid in interpretation of the classic TSI indicator. -Crosses of the TSI value line and signal line are a bullish or bearish indication. TSI value line is colored green or yellow to help identify that the TSI value line is either dropping or rising, while over or under the signal line. -This...
So far the most widely used moving average with an adjustable weighting function is the Arnaud Legoux moving average (ALMA), who uses a Gaussian function as weighting function. Adjustable weighting functions are useful since they allow us to control characteristics of the moving average such as lag and smoothness. The following moving average has a simple...
This indicator was originally developed by Marc Chaikin.
Orignal Version By dysrupt / Modifyed by me
Crossing the Smoothed Moving Averages with settings 5 & 13 give you confident signal for selling or buying. IMPORTANT: Signal is always late. SELL : Short SMMA (5) cross the Long SMMA (13) from top BUY : Short SMMA (5) cross the Long SMMA (13) from down
The following moving average adapt to the average number of highest high/lowest low made over a specific period, thus adapting to trend strength. Interesting results can be obtained when using the moving average in a MA crossover system or as a trailing support/resistance. Settings Length : Period of the indicator, with higher values returning smoother...
Today we'll link time series forecasting with signal processing in order to provide an original and funny trend forecasting method, the post share lot of information, if you just want to see how to use the indicator then go to the section "Using The Indicator". Time series forecasting is an area dealing with the prediction of future values of a series by using a...
This indicator was originally described by Joseph E. Granville in his book "Granville's New Key To Stock Market Profits" (1963).
B3 Directional Trend Index ~ All about the trend! William Blau is the designer of this gem, and IMHO it is the best trend finder of all the lagging indicators out there I have tested. It is important to pay attention to the slope and thickness of the line, and its relationship to zero. A reversion to the zero may look momentous, but in fact it could reverse...
MACD normalized with its highest and lowest values over the last “Normalization period” - includes alerts
Hello Traders, This is " Smoothed Candles " script to get rid of noises and to get a smoothed chart to figure out breakouts and price movements easily. There are three scaling methods: User Defined, Dynamic (ATR) and Percentage Optionally you can add 2 Simple Moving Averages and 2 Exponential Moving Averages Optionally you can hide the Wicks,...
The weights of this moving average are powers of the weights of the standard weighted moving average WMA . Remember: When parameter Power = 0, you will get SMA . When parameter Power = 1, you will get WMA . Good luck!
Smoothed Rate of Change indicator script. This indicator was originally developed by Fred G. Schutzman.
When designing filters it can be interesting to have information about their characteristics, which can be obtained from the set of filter coefficients (weights). The following script analyzes the impulse response of a filter in order to return the following information: Lag Smoothness via the Herfindahl index Percentage Overshoot Percentage Of Positive...
Introduction People often ask me what is my best indicators, i can't really respond to this question with a straight answer but i would say you to check this indicator. The Autonomous Recursive Moving Average (ARMA) is an adaptive moving average that try to minimize the sum of squares thanks to a ternary operator, this choice can seem surprising since most of...
A One Dimensional Kalman Filter, the particularity of Kalman Filtering is the constant recalculation of the Error between the measurements and the estimate.This version is modified to allow more/less filtering using an alternative calculation of the error measurement. Camparison of the Kalman filter Red with a moving average Black of both period 50 ...