The Multi-Timeframe Trend Indicator (MTFTI) is a trend analysis tool designed to help traders quickly and easily assess the market direction across multiple timeframes. With the help of a table to visualize the trends on different timeframes. Key features: Multi-timeframe trend indicator for the following timeframes: 5 minutes, 15 minutes, 30 minutes, 1 hour,...
This indicator displays volume in several formats: Volume Bar Format: Normal Volume: Shows the normal volume bar colors based on each candle's price direction Up/Down Volume: Breaks down each volume bar into buying volume (volume added when price goes up) and selling volume (volume added when price goes down) Volume Pressure: Breaks down each volume bar...
docs.cmtassociation.org In Paul F. Desmond's award winning paper in 2002 entitled "Identifying Bear Market Bottoms and New Bull Markets", he proposed an indicator for panic buying and selling that can be used to determine major market bottoms. The paper explains that in major bear markets, you should have at least one, or more than one multiple 90% down days....
I attended some workshop yesterday and I noticed that one of the presenters had an indicator titled 'price ratio' and had DVOL and UVOL as the inputs. From some deduction, I see that it was basically looking at the ratio of down by up volume on the NYSE exchange; he had a few levels marked as well (which I've also marked on this indicator). Seems like an...
4 separate EMAs that are used to determine trend, colored appropriately to reflect the trend to make it easy to tell what the trend is. All 4 EMAs are not needed, you can turn each one on and off individually and the indicator will adjust itself accordingly. Having a single EMA will use the closing price to determine the trend. There are 2 different types of trend...
A simple but unique indicator to show ONLY whether there is an increase or a decrease in price compared to the previous value. Also includes a customizable SMA or EMA based "Smoothing Length" variable, allowing the indicator to show whether the SMA or the EMA of the price is up or down compared to the previous value. An offset option is also included if you...
Dump Detecter uses HMA (Hull Moving Average) to detect dumps/downtrends. Can be used as an exit trigger for long bots or an entry trigger for short bots. Pump signals can be turned on with tickbox.
A "Gap down Reversal" is when the current days candle, opens, below the prior days close, and "finishes up" on the day with the close greater than the open. This type of price action can provide traders with favorable entry points to trade long, as anyone who was short the prior day, can get squeezed or panic out of the trade as they would see profits erode...
Removing irregular variations in the closing price remain a major task in technical analysis, indicators used to this end mostly include moving averages and other kind of low-pass filters. Understanding what kind of variations we want to remove is important, irregular (noisy) variations have mostly a short term period, fully removing them can be complicated if the...
A key reversal is a one-day trading pattern that may signal the reversal of a trend. Other frequently-used names for key reversal include "one-day reversal" and "reversal day." How Does a Key Reversal Work? Depending on which way the stock is trending, a key reversal day occurs when: In an uptrend -- prices hit a new high and then close near the previous...
This is a three candlestick bearish reversal pattern consisting of a bearish engulfing pattern formed by the first two candlesticks then followed by a down candlestick with a lower close than the prior candlestick. WARNING: - For purpose educate only - This script to change bars colors.
This is a three candlestick bearish reversal pattern consisting of a bearish engulfing pattern formed by the first two candlesticks then followed by a down candlestick with a lower close than the prior candlestick. WARNING: - This script to change bars colors.
English: This indicator shows the AMEX's up volume (green) and down volume (red). Extreme trading days with more than 90 % up or down volume are marked via lines (theoretically values) and triangles (breaches). Deutsch: Dieser Indikator zeigt das Aufwärts- (grün) und Abwärts-Volumen (rot) der AMEX. Extreme Handelstage mit mehr als 90 % Aufwärts- oder...
English: This indicator shows the NASDAQ's up volume (green) and down volume (red). Extreme trading days with more than 90 % up or down volume are marked via lines (theoretically values) and triangles (breaches). Deutsch: Dieser Indikator zeigt das Aufwärts- (grün) und Abwärts-Volumen (rot) der NASDAQ. Extreme Handelstage mit mehr als 90 % Aufwärts- oder...
English: This indicator shows the NYSE's up volume (green) and down volume (red). Extreme trading days with more than 90 % up or down volume are marked via lines (theoretically values) and triangles (breaches). Deutsch: Dieser Indikator zeigt das Aufwärts- (grün) und Abwärts-Volumen (rot) der NYSE. Extreme Handelstage mit mehr als 90 % Aufwärts- oder...
This strategy has been published for a Pyramiding tutorial on the Backtest Rookies website. For a full overview of the code and an introduction to Pyramiding check out our site. Summary The code example will create a simple script that allows us to average down whenever our portfolio is down x%. The idea will be to bring our average cost down so that we can...
Lines "Total Up Impulses" and "Total Down Impulses" are the sum of impulses in the last n periods (Length). line 1 => "Total Up Impulses": the sum of up impulses. line 2 => "Total Down Impulses": the sum of down impulses. When line 1 crosses up line 2, it indicates an uptrend is comming out. When line 1 crosses down line 2, it indicates a downtrend is comming out.