Mean Reversion and Momentum - Updated with gaussiana smoothingMean Reversion and Momentum
Interpretation:
- Divergence means trend reversal
- Parallel movement means trend continuation
Squares above serve as a confirming signal
Komut dosyalarını "momentum" için ara
Mean Reversion and Momentum - Indicator versionMean Reversion and Momentum
Interpretation:
- Divergence means trend reversal
- Parallel movement means trend continuation
Squares above serve as a confirming signal
Stoch Momentum Index* Original code from UCSgears.
* Added circles for when Stoch MI and signal line crosses.
Babypips: Inside Bar Momentum StrategyThe strategy contained in this post comes courtesy of babypips (.com), an excellent resource for all thing forex related. If you are new to trading, the site is definitely worth checking out!
Code commentary and an introduction to Inside Bars are available for this post on the Backtest-Rookies (.com) website.
Note: If you are interested in custom development services, please check out our services page on the Backtest-Rookies site.
Strategy Overview
Inside Bar Momentum Strategy.
Inside Bar Detection
Position sizing based on stoploss distance ( Note: Based on equity and assumes that the account currency is the counter currency.
Stop buys for entries
Takeprofit / Stoplosses for exits
Control Stopbuy, Takeprofit and Stoploss targets with inputs
Control Backtest start/end dates
Tick Line Momentum OscillatorTick Line Momentum Oscillator indicator script. This indicator was originally developed by Daniel E. Downing (Stocks & Commodities, V.12:1 (42-44): Using The Tick In A Short-Term Indicator).
ka66: Volatility MomentumThis is a 'monitoring' indicator to see if an instrument is viable enough to be traded, by virtue of volatility (or lack of volatility in context may lead to a break out), or may become so. It shows the following information:
Price Range (high - low) averaged across a set of bars: Useful gauging potential trading profits. This was its initial goal, to not measure bars manually!
ATR : As a comparison point for the price range above. Divergence between true range (TR) and plain price range might signal volatility changes occurring in the instrument.
Signal volatility line : a moving average of the larger of the average price range and ATR. This takes inspiration from other indicators like MACD and Stochastic, and is a way of comparing change in recent volatility --- this achieves the momentum part. The larger was chosen to keep things simple, and not have a signal line per range!
avgRange = movingAvg(high - low, avgPeriod)
atr = movingAvg(trueRange, avgPeriod)
signal = movingAvg(max(avgRange, atr), avgPeriod)
Configurable periods and averaging mechanism.
Noro's Squeeze Momentum Strategy v1.1This strategy uses 3 different indicators:
1) Squeeze Momentum Indicator (by LazyBear)
2) Color of a candle as filter of signals
3) Candle body size as filter of signals (SMA Body)
Double RSI Momentum2 RSI , one is 14 period and the second 5 period (adjustable). The Momentum is the difference of the 2 rsi. It s moves around the zero line, and when there is a peak out , inversion should come soon. You can adjuste the lower and upper bands.
Squeeze Momentum Indicator [LazyBear] Version2 by KıvanÇ fr3762Modified version of Squeeze Momentum Indicator including line graph of the main indicator instead of using a Histogram and a second Signal line (5 bars SMA of the original line) to provide visual BUY/SELL signals
BUY when Blue crosses ABOVE the RED signal line
SELL when Blue crosses BELOW the RED signal line
author: LazyBear
modified by: KıvanÇ @fr3762 on twitter (tweets are only in TURKISH)
TURKISH EXPLANATION:
Orijinal indikatördeki histogram yerine çizgi grafiği alınarak bu grafiğin 5 barlık basit hareketli ortalaması sinyal çizgisi olarak eklendi.
Al Koşulu: Mavi çizginin Kırmızıyı yukarı kesmesi
Sat koşulu: Kırmızı çizginin Maviyi yukarı kesmesi
Inverse Fisher Transform on SMI (Stochastic Momentum Index)Inverse Fisher Transform on SMI (Stochastic Momentum Index)
About John EHLERS:
From California, USA, John is a veteran trader. With 35 years trading experience he has seen it all. John has an engineering background that led to his technical approach to trading ignoring fundamental analysis (with one important exception).
John strongly believes in cycles. He’d rather exit a trade when the cycle ends or a new one starts. He uses the MESA principle to make predictions about cycles in the market and trades one hundred percent automatically.
In the show John reveals:
• What is more appropriate than trading individual stocks
• The one thing he relies upon in his approach to the market
• The detail surrounding his unique trading style
• What important thing underpins the market and gives every trader an edge
About INVERSE FISHER TRANSFORM:
The purpose of technical indicators is to help with your timing decisions to buy or
sell. Hopefully, the signals are clear and unequivocal. However, more often than
not your decision to pull the trigger is accompanied by crossing your fingers.
Even if you have placed only a few trades you know the drill.
In this article I will show you a way to make your oscillator-type indicators make
clear black-or-white indication of the time to buy or sell. I will do this by using the
Inverse Fisher Transform to alter the Probability Distribution Function (PDF) of
your indicators. In the past12 I have noted that the PDF of price and indicators do
not have a Gaussian, or Normal, probability distribution. A Gaussian PDF is the
familiar bell-shaped curve where the long “tails” mean that wide deviations from
the mean occur with relatively low probability. The Fisher Transform can be
applied to almost any normalized data set to make the resulting PDF nearly
Gaussian, with the result that the turning points are sharply peaked and easy to
identify. The Fisher Transform is defined by the equation
1)
Whereas the Fisher Transform is expansive, the Inverse Fisher Transform is
compressive. The Inverse Fisher Transform is found by solving equation 1 for x
in terms of y. The Inverse Fisher Transform is:
2)
The transfer response of the Inverse Fisher Transform is shown in Figure 1. If
the input falls between –0.5 and +0.5, the output is nearly the same as the input.
For larger absolute values (say, larger than 2), the output is compressed to be no
larger than unity. The result of using the Inverse Fisher Transform is that the
output has a very high probability of being either +1 or –1. This bipolar
probability distribution makes the Inverse Fisher Transform ideal for generating
an indicator that provides clear buy and sell signals.
Bitcoin Momentum TSIChart based on True Strength Indicator
It was improved to show same information as Squeeze Momentum Indicator by LazyBear,
but it seems to have better and quicker response to changes and was tested on Bitcoin mainly.
Enjoy it!
BITFINEX:BTCUSD
TEMA momentum value cumulativeTEMA momentum value cumulative
This indicator is show trend strong and change trend.
MT4 backtest EURUSD H1/M15 (japanese article)
mt4program.blogspot.jp
mt4program.blogspot.jp
mt4program.blogspot.jp
Squeeze Momentum on Reversal Strategy** From the original work of LazyBear ** Thanks for his Squeeze Momentum indicator
This strategy gives acceptable result on EUR/USD - 1H chart with default parameters
UCS Squeeze Momentum Overlay with AlertsAll credit to the great ucsgears. His original indicator is on this page:
I just remixed the visuals and added alerts when price is released from the squeeze. I find it works well on lower timeframes for Forex and Bitcoin. Suggestions for other instruments and timeframes are welcome! When adding alerts use 'On Condition' to get the fastest alerts.
Best used in conjunction with the USC_SQZ_Opt Ooscillator from this page:
Possibly useful tip: the squeeze code here is great for identifying ranging markets, and can be used with other indicators to stop alerts firing in choppy markets.
Angular MomentumEXPERIMENTAL:
Returns a smoothed non lagging(peaks are convergent time wise) angular motion.
Spyfrat Momentum StudySpyfrat Momentum Study
--> using the following
1) RSI
2) Boellinger Band
3) PSAR Measurement Algorithm
Squeeze Momentum with different time frameSqueeze Momentum from LazyBear with the option to change time frame
Relative Vigour Index (RVI). EhlersRelative Vigor Index - RVI
------------------------------------
An indicator used in technical analysis that measures the conviction of a recent price action and the likelihood that it will continue. The RVI compares the positioning of a security's closing price relative to its price range, and the result is smoothed by calculating an exponential moving average of the values.
The RVI indicator is calculated in a similar fashion to the stochastic oscillator, but the vigor index compares the close relative to the open rather than to the low.
Traders expect the RVI value to grow as the bullish trend gains momentum because in this type of environment, a security's closing price tends to be at the top of the range while the open is near the low of the day.
Usage Example: www.investopedia.com
BUY & SELL PRESSURE XeLMod V2BUY & SELL PRESSURE Oscillator
Ver. 2.0 XelMod
WHAT'S THIS?
This is an UPDATED version of a previous script already posted.
List of changes from previous script:
Separated as Column Histogram just the Regressive (Rate-Of-Change) Force of the indicator which gives a faster response of the trend.
Default period is now set to 81, as better Oscillator swing lagging.
This is an excelent momentum indicator very similar to ADX but in a candle weighting distribution rather than ranges.
For additional reference:
Karthik Marar BUY AND SELL PRESSURE INDICATORS.
Cheers!
Any feedback will be welcome...
@XeL_Arjona