What is it? The MACD-V indicator is the normal version of the MACD (Moving Average Convergence Divergence) indicator but normalized for volatility. It is normalized for volatility in order to compare momentum values across time and across tickers which the normal MACD indicator fails to do. Formula The formula for the MACD-V is as follows MACD Line = [ ...
What is the script used for? Infiten's Price Percentage Oscillator (PPOC Indicator) can be used as a contrarian indicator for volatile stocks and futures to indicate reversals, areas of support and resistance. For longer term trading, if the Short SMA or prices go above the High PPO Threshold line, it is a sign that the asset is overbought, whereas prices or the...
This model is an index fund trading model, which uses moving averages and price percentage oscillators to minimize downside exposure.
This is a pretty straightforward script that adds alerts to Pekipek's excellent PPO Divergence indicator and changes the visuals a bit. You can have the alerts fire on these events: Purple Circle (bullish signal) Orange Circle (bearish signal) Green Dot (High Point) Red Dot (Low Point) I use this on daily Forex charts to get alerts when purple or orange dots...
How to detect the current "market beat" or market cycle? A common way to capture the current dominant cycle length is to detrend the price and look for common rhythms in the detrended series. A common approach is to use a Detrended Price Oscillator (DPO). This is done in order to identify and isolate short-term cycles. A basic DPO description can be found...
This is the United States inflation rate, based on the total Consumer Price Index published by the U.S. Bureau of Labor Statistics. Option to toggle: A line to display the inflation rate in December. It does not change until the next December. What the color change to red is indicative of: According to the Federal Open Market Committee (FOMC) regarding...
This is a simple yet very efficient scalper long strategy adapted for low timeframes for crypto. Can also be used with bigger timeframes as a swinger. Its main components are: Price oscillator swing Vortex Risk management for TP/SL Rules for entry We calculate the difference between the oscillator from the lowest low and the highest high. If the difference is...
VWAP on PPO but not PPO. Two histograms, with the second one being SMAs of the first and signals color/trend change. 1.0 - Release Framework laid out Power level readings should be within 9000
A simple strategy that uses the PPO divergences to open trades and the highs/lows to close them. Credit to Pekipek for this PPO Divergence indicator (I changed the visuals a bit) STRATEGY Purple circle - bullish divergence - enter LONG Orange circle - bearish divergence - enter SHORT Green dot - high point - exit LONG Red dot - low point - exit SHORT That's it....
Beta divergence indicator, you can exchange the Price Percentage Oscillator (PPO) for any oscillator. You can play around with the look-back period if you want to use long term divergences. WARNING: Because its impossible to make the look-back period of the lowest/highest functions dynamic, the indicator can plot divergences sometimes at places where there are...
This is a re-up of my original post a couple of days ago, I made a slight change to the scaling and wanted to make sure you all got the new code! I felt the PPO offered here was a bit basic, so turned it more into the MACD's look and feel, except this is fully customizable through the options menu for non-coders to make it look exactly as they wish. To use the...
This study combines two versatile momentum indicators : Chande Momentum Oscillator: -Measures trend strength, with higher absolute values meaning greater strength. -Also tracks divergence. When price increases, but is not accompanied by an increase in Chande Momentum Oscillator values, it signifies bearish divergence and a reversal is likely to follow. -Shown...
Simple redo of PPO using ALMA ------------------------------------------------------------------------------------------------------------------------------------------- If you find it useful please consider a tip/donation : BTC - 3BMEXEDyWJ58eXUEALYPadbn1wwWKmf6sA
This is a more advanced version of the standard moving average convergence/divergence indicator (MACD). It allows you to change the type of all moving averages (Simple, Exponential, Weighted, Volume-weighted, Triple EMA or a moving average that uses RSI). By for example setting the period to 3/10/16 and use simple moving averages instead of exponential moving...
The Percent Price Oscillator(PPO) is a momentum oscillator that measures the difference between two moving averages as a percentage of the larger moving average. Similar to the Moving Average Convergence/Divergence(MACD), the PPO is comprised of a signal line, a histogram and a centerline. Signals are generated with signal line crossovers, centerline crossovers,...
Finally, a price channel oscillator that works. I programmed three flavors into this. The first flavor uses the Fast and Slow EMA to check for the trend to ensure you don't trade in the wrong direction simply because the price crosses the previous highest high or lowest low (based on lookback bars). The second flavor uses a seven point average of the...