This study implements a simply scalping using the RSI (calculated on two periods), the slopes of two MAs (EMA or SMA) having different lengths (by default, I use 50 and 200). A take profit (%) and a trailing stop loss (%) are used. Entry conditions: .) Fast MA > Slow MA and Price > Slow MA and RSI < Oversold Threshold ------> go Long .) Fast MA < Slow MA and...
It seemed weird to me that the default Chande didn't have overbought and oversold regions, despite them being described for Chande Momentum and working very well. So I added the lines and alert conditions. I've used this to very good results in my day trading. My strategy involved 4 timeframes of candlestick, each with 4 timeframes of Chande overlaid....
Introducing the Pivot Regression Oscillator. This oscillator uses a similar formula to the Stochastic Oscillator. However, instead of comparing the closing price to the lowest price of a period, it compares the distance between current price and the current pivot point. By basing our oscillator on pivot levels, we incorporate a much more relevant and...
█ OVERVIEW This is Screener script for Mean Reversion Channel Indicator █ Description & How To Use The screener works by scanning through up to 40 symbols and list down symbols that are currently within Overbought/Oversold Zone as defined by Mean Reversion Channel indicator. The Overbought/Oversold Zone are further categorized and sorted by: Strong :...
Make this version of the famous WaveTrend indicator has the following characteristics: - WaveTrend direction detection - Customizable overbought and oversold level (set by default just like the original version) - Possibility to modify the length of the channel (set by default same as the original version) - Possibility of modifying mobile period (set by default...
Prices high above the moving average (MA) or low below it are likely to be remedied in the future by a reverse price movement as stated in an Article by Denis Alajbeg, Zoran Bubas and Dina Vasic published in International Journal of Economics, Commerce and Management Here comes a study to indicate the idea of this article, Price Distance to its Moving Averages...
This is a simple RSI indicator that overlays the current chart to show labels for specified oversold and overbought areas defined with inputs. It will delete any labels of the same kind within the last 3 candles so you don't see as many labels as you would otherwise. Red labels with white text represent overbought RSI levels as defined by the user. Green labels...
There are many indicators of overbought/oversold conditions out there. Some of more common ones are: - Bollinger Bands %B - Money Flow Index (MFI) - Relative Strength Index (RSI) - Stochastic This script uses a combination of these 4 oscillators to confirm overbought/oversold and filter the signals of market reverse which could be used for trading binary...
Depending on the new trend - Fisher 100 crossing 0; Set an alert on each Long/Short "crossing down", 0.8 (or anything below 0.99), "on condition"
This simple indicator measure the difference between price and VWAP line The VWAP Gap indicator works best on intraday charts SET-UP INFO 1. Add VWAP to your chart and set it up 2. Open "VWAP Gap Indicator" settings 3. Change source to "VWAP" Enjoy! Alex R.
Here is the Stochastic Oscillator function. Now you can easily use length with mutable variables !!
This indicator was originally developed by Doug Schaff in the 1990s (published in 2008).
This is an implementation of the Stochastic Momentum Index from William Blau's his article in Stocks & Commodities . This also allows the use of various different kinds of moving averages for the signal line. Options for this argument are: sma (simple moving average) ema (exponential moving average) wma (weighted moving average) trima (triangular...
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...
About I have used this indicator to find many lucrative opportunities. This indicator takes the moving average of CCI in custom, volatility-specific conditions. CCI measures "overbought" in the red-shaded region and "Oversold" in the green-shaded region. The shaded regions do not constitute a buy/sell signal alone, the MS CCI Squeeze is best used when market...
This is the Matrix oscillator made by glaz. So credit goes to him. I made some minor modifications to it: 1. added a zeroline 2. added 3 options to color bars/candles depending on: - if the oscillator is above/below 0 - if it's oversold/bought* - if the matrix has a green bar or a red That's all :)
Level: 2 Background Volume-Weighted Average Price (VWAP) is a trading benchmark used by traders that indicates the average price that a security has traded for throughout the day based on volume and price. This is important as it gives traders insight into the trend and value of a security. The Commodity Channel Index (CCI) indicator was created to identify...