//@version=2 //By Tantamount //Channel Commodity Index (CCI) with overbought and oversold alert features! Highly configurable indicator that includes a Topography map feature, used to detect & show minute threshold crosses. //CCI is a momentum based technical trading tool used to help determine when an asset is reaching an overbought or oversold condition and is...
@version=2 This indicator is designed to give early entry signals as well as to follow trend moves, according to different settings. The indicator shows a histogram of the RSI ro MFI in relation to an ema of the RSI or MFI. The histogram is then smoothed to give early reversal/entry signals. The actual RSI/MFI line with oversold/overbought indication can be...
DESCRIPTION: After receiving some multiple request to provide a MACD indicator that displays multiple timeframes at the same time I created this simple script. You can use this script for free and adjust it as much you like. With this script you can plot 6 MACD lines & 6 Signal lines. • Current Timeframe MACD Line • Current Timeframe Signal Line • 15 minute...
Only longs when Macd line is above Bollinger Band and shorts when Macd line is above Bollinger Band, this will avoid many problems. thumbs up!!!
This is a study indicator that shows the entries in the strategy seen in one of the youtube channel so it does not belong to me. I can't tell who it is because it's against the House Rules to advertise but you can find out if you look for it on youtube. Default values of oscilators and ema adjusted as suggested. He says he got the best results in 5 min timeframe...
MACD normalized with its highest and lowest values over the last “Normalization period” - includes alerts
This script attempts to use Exponential Moving averages (short-term and long-term convergence) of different lengths in order to identify trade entries and exits for bullish & bearish trades. I would strongly recommend using this as a guide to enter or exit long-term swing trades on growth names such as Apple, Tesla, Microsoft to keep your emotions out of the...
This indicator shows a histogram of the RSI in relation to an ema of the RSI. The histogram is then smoothed to give early reversal/entry signals. The actual RSI line with oversold/overbought indication can be displayed or omitted, as preferred. In addiction to the RSI line or as an alternative to it, the background colour can be set to change folowing the RSI...
This script detects an event created by Oliver Velez, it is a wide-range candle with a small body and a long tail (hammer-type candle), its range is noticeably larger than previous candles, as a rule it can be taken that the body should be maximum of 30% of the total range of the candle with a long tail. The stop goes under the tail and the signal is given when...
This indicator was originally developed by Marc Chaikin.
Hello traders, I welcome you to my first published script on TradingView: “Multi-timeframe Moving Averages + Stochastic RSI”. The script is based on a simple formula: Buy signals are generated when a fast moving average is above a slower moving average (uptrend) and the Stochastic RSI K line is crossing above the oversold level (entry). Sell signals are generated...
Plots % Buy / Sell Volume , Chaikin Money Flow , Stochastic Oscillator, and Ultimate Oscillator on same axis, bound -1 to 1. Show Volume Percentage, displaying buying as green and positive, selling as red and negative. Showing the CMF, with green / red fill for positive / negative values. Modified Stochastic Oscillator, converting bounds to -1 and 1, moving...
Firstly I'd like to state that this script's ATR buy/sell source is from the public script library here: Additionally with the buy/sell signals from the original script, two more buy/sell conditions were added to give more entries/scaling in or out options. On top of that, two SMA lines were added, a 1 day moving average and a 5 day moving average. This script...
The PSO is a rewired version of a short-period stochastic. Unlike a standard stochastic oscillator, this indicator is normalized to register neutral values at zero while providing greater sensitivity to short-term price moves. This indicator uses a central zero line as a reference point and will oscillate above and below this point as price fluctuates. In...
Laguerre RSI (Self Adjusting Alpha with Fractals Energy) indicator script. I adopted idea from www.prorealcode.com and If you disable `Apply Fractals Energy` option, you will get the original Laguerre RSI.
The objective is only to evaluate different configurations of the indicator "Follow Line MTF Any MM Average". The strategy does not have position management, it's very basic, this indicator should be used to see trend, range zones, evaluate the best areas to enter the market, use higher time frames to confirm a direction can be useful. I do not recommend using...
This script combines the usage of the SMMA indicator in order to provide signals for opening and closing trades, either buy or sell signals. It uses two SMMA , a fast and a slow one, both configurable by the users. The trigger of Buy and Sell Signals are calculated through the SMMA crosses: Buy Signals : The fast SMMA crosses over the slow SMMA . They are...
First of all the biggest thanks to @tista and @KivancOzbilgic for publishing their open source public indicators Bayesian BBSMA + nQQE Oscillator. And a mighty round of applause for @MarkBench for once again being my superhero pinescript guy that puts these awesome combination Ideas and ES stradegies in my head together. Now let me go ahead and explain what we...