This is the Histogram Version of one of my other indicators named: SQZ Momentum + 1st Gray Cross Signals (with arrows) Which is a modification of "Squeeze Momentum Indicator" by user: "LazyBear". In that indicator of his he described, and suggested, the use of his gray cross signals to find points of interest for trading based on the direction of momentum...
I have modified LazyBears Squeeze Momentum Indicator with enhancements, plus added signals LazyBear mentioned that in John F. Carter's book, Chapter 11, "Mastering the Trade", that "Mr. Carter suggests waiting till the first gray after a black cross, and taking a position in the direction of the momentum (for ex., if momentum value is above zero, go long). Exit...
//ENGLISH Squeeze momentum of lazy bear, multiple time frames, It gives you information if the cycles with high temporality momentums are in harmony, by default two more momentums are shown, I prefer to use only one extra, in the options you can change the time frame of the momentums, in addition to the momentums you can add the RSI and ADX, if the momentum look...
Fixed a typo in the code where BB multiplier was stuck at 1.5. Thanks @ucsgears for bringing it to my notice. Updated source: pastebin.com Use the updated source instead of the what TV shows below. This is a derivative of John Carter's "TTM Squeeze" volatility indicator, as discussed in his book "Mastering the Trade" (chapter 11). Black crosses on the...
WaveTrend Oscillator is a port of a famous TS/MT indicator. When the oscillator is above the overbought band (red lines) and crosses down the signal (dotted line), it is usually a good SELL signal. Similarly, when the oscillator crosses above the signal when below the Oversold band (green lines), it is a good BUY signal. I have marked some cross-overs in the...
█ OVERVIEW WaveTrend 3D (WT3D) is a novel implementation of the famous WaveTrend (WT) indicator and has been completely redesigned from the ground up to address some of the inherent shortcomings associated with the traditional WT algorithm. █ BACKGROUND The WaveTrend (WT) indicator has become a widely popular tool for traders in recent years. WT was first...
VFI,introduced by Markos Katsanos, is based on the popular On Balance Volume (OBV) but with three very important modifications: * Unlike the OBV, indicator values are no longer meaningless. Positive readings are bullish and negative bearish. * The calculation is based on the day's median (typical price) instead of the closing price. * A volatility threshold...
Hey everyone I have modified Waddah Attar Explosion indicator to work in low price markets like crypto as well as any other market. So now the DeadZone line is based on ATR instead of a fixed number. Nothing more changed and all credits goes to it's MT4 developer and LazyBear (Main Script Link) . Hope you enjoy! Read the main description below... - - - - - - -...
This is a famous trend indicator in MT4 platform. Is this better than other MA based trend systems? I will let you decide that :) Supported modes: - Trend mode: This is the default. Draws a trend line (like MA) and colors them based on the trend. - Ribbon Mode: Shown at the bottom pane. No trend lines are drawn. - OverlayMode: Bars are colored based on the...
This is ATR in pips. This was requested by user @ElixiumCapital. ATRPIPs in his words: "ATR PIPs is useful for finding markets with your desired amount of volatility, for example I prefer to trade forex pairs with the highest amount of volatility in the past 5 days, setting the length parameter to 5 days. And setting my stop loss at 25% to 33% of the the...
This is a 3 EMA visualization tool. Relative momentum across 3 timeframes are rendered as A/B/C waves. Also, helpful in identifying spike/exhaustion bars. When all the waves are in the same direction, the momentum is very high on that direction. I have made all options configurable, have fun tuning for your instrument :) Complete list of all my indicators:...
The DecisionPoint Price Momentum Oscillator (PMO) is an oscillator based on a Rate of Change calculation that is smoothed twice with custom exponential moving averages. Because the PMO is normalized, it can also be used as a relative strength tool. PMO can be used in many ways: - PMO can be used to determine the OB/OS state. While the +2.5 to -2.5 is the usual...
Volume Accumulation Percentage Indicator (VAPI) is a variation of the classic volume-accumulation indicators. It uses volume the same way as OBV except that it assigns volume weights based on intraday volatility. In a positive trend, if the stock price is close to a (local) new high, the VAPI should be at its maximum as well (and vice versa for a negative...
DGT interpreted version of LazyBear's WaveTrend, visualizing on Price Chart Original Author : LazyBear Crosses above or below threshold are emphasized with bigger labels - crosses above threshold : probable short indications with a bigger label and relativly small label for probable long indications - crosses below threshold : probable long indications with a...
This indicator takes market volume and organizes it into wave charts, clearly highlighting inflection points and regions of supply/demand. Try tuning this for your instrument (Forex not supported) by adjusting the "Trend Detection Length". This "clubs together" minor waves. If you like an oscillator-kind-of display, enable "ShowDistributionBelowZero" option....
Introduced by M.H.Pee, Trend Trigger Factor is designed to keep the trader trading with the trend. System rules according to the developer: * If the 15-day TTF is above 100 (indicating an uptrend), you will want to be in long positions. * If the 15-day TTF is below -100, you will want to be short. * If it is between -100 and 100, you should remain with the...
Impulse MACD is a modified MACD, formed by filtering out the values in a MA range (region between MAs of high and low), thereby reducing whipsaw typical in a sideways market. This is usually plotted as histogram. This also plots the traditional histogram (MACD - Signal), to help in finding entries/exits. Use this like a traditional MACD (Zero line crossing or...
RSI bands provide an intuitive way of visualizing how the price movement causes RSI to move with in its range (0-100). Upper/Lower bands signify overbought and oversold levels respectively (Default: 70/30, you can customize them via options page). These bands closely match what Constance Brown explains in her book "Technical Analysis for the Trading Professional"....