Trend Continuation Factor indicator script. This indicator was originally developed by M.H. Pee (Stocks & Commodities V. 20:3 (58-64): Trend Continuation Factor).
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...
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...
Full Credit goes to LazyBear for publishing Original Code. I added: Threshold lines that changes the color of Histogram based on if it exceeds Threshold lines. Ability to turn off and on. Ability to Turn Histogram Off/On Ability to turn Twiggs Money Flow Line Off/On
The original version uses SMA, in this new version you can choose any type of MA and time frame. - RMA,SMA,EMA,WMA,VWMA,SMMA,KMA,TMA,HullMA,DEMA,TEMA,CTI - 1 min, 3 min, 5 min, 15 min, 30 min, 45min, 1h, 2h, 3h, 4h, 1d, 1w, 1M - Alerts Combine multiple time frames, this will come in handy ¡¡¡¡ Success in your trade ¡¡¡¡
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 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 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...
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...
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...
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...
The KDJ indicator is derived from the Stochastic with the one difference being the addition of the J line. This implies that the KDJ indicator has a total of three lines; %K%D%J. The %J is simply put, the difference between the %K and the %D lines, which is similar to the MACD. The difference between the %J and that of the MACD is that it is plotted as a...
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...