The retracement tracker function(s) in this script outline how to: Track conditions using "toggle" booleans. Use multiple coinciding conditions to trigger an event just once. What is a retracement? "Retracements are temporary price reversals that take place within a larger trend. The key here is that these price reversals are temporary and do not...
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...
Dear community, Today I want to present you one of my favorite and simple trading bots: The RSI Trend. This bot is based on the RSI, which normally is used as a trend reversal indicator. However, here it’s used as a trend finding indicator, often with great success. This bot making long-only trades, which is quite successful in bull-markets like the one we’re...
Simply using a single RSI and placing a signal after it crosses the 50 level after being overbought or oversold in the same direction.
Hello everybody! I'm not much of a coder but I do make indicators for myself for fun sometimes and found this one super cool. Hope it helps! Basically it's a moving average that changes colors based on the trend. How does it do it, you may ask? Simply put, it checks and makes sure that the open and close price is...
Based on Dow Theory, a series of successive higher highs (HH) and higher lows (HL) is the sign of an uptrend (bull trend) and a series of successive lower highs (LH) and lower lows (LL) is the sign of a downtrend (bear trend). So this script indicates the trends using the concept and draws corresponding trend lines. It took some effort to make it possible for...
A simple script that will change the color of the candle if it closes over/under the designated Moving Average. This makes it very easy to identify trends based on your selected Moving Average line length. You can choose EMA, SMA, or WMA and of course the length is adjustable as well. To see these candles, be sure to go into the Chart Settings and uncheck the...
In This experimental study, we've taken RSI data, Volume Profile, and Trend analysis, combining them into one unique package that will allow a trader to analyze market trend lines and their proposed channels, trend momentum through candle color augmentation similar to "Pulse", and Visible Volume index price levels on chart for the current sequence. Below are...
This was the result of quite some time spent examining how much information could be gleamed by studying the interactions between Keltner Channels, STARC Bands and Bollinger Bands. I was surprised by the results. First of all, there are four fills that are black. Set the transparency of those to 0 and you'll see this indicator the way that it's meant to be seen....
First script ever publish. It is a very simple trend indicator based on EMAs and Heikin Ashi .
This strategy uses two moving averages of 21 and 8 to generate buy or sell signal. This is for purely intraday trades and best use in 15 min time frame This strategy uses angle/slope of ma to filter out period of sideways movement and only generate signals when the stock starts trending in one direction How to use this 1) Buy when the buy is generated 2)...
WTT Volume Trend by Morty Inspired by Natural Trading Theory It is a colored volume indicator based on the strength of single candlestick pattern. It also paints two weighted volume SMA, which shows the strength and trend of the market. Version 1.0, Updated at 20210327 Features: - Colored volume bars (Optional) - Weighted Bullish volume SMA trend lines...
Experimental multi indicators strategy, to catch right entry and avoid noise. Each indicator included in the strategy, assume a value based on its status and because is a trend-follow strategy, some indicator value are higher then the other Backtested on ETHUSDTPERP BINANCE:ETHUSDTPERP
This experimental script is a variant of a model that allows a separate indicator window to be opened, revealing data for on balance volume, rsi, consumer commodity index and momentum indications. By use of the settings key, you can change the parameter of the source input as well as the desired lengths. After data compilation, the indicator will automatically...
Based on my own "Dziwne Trend Indicator A (EMA + Heikin Ashi cloud)" , I tweaked the original script to display and "measure" the overall trend.
This script is a useful tool to use to identify the current market. It includes three other indicators: 1. ATR (combined with a SMA of the ATR) 2. ADX 3. RSI It allows you to filter for when the market is trending vs. when the market is ranging by using any of the three indicators. You can also combine them to find extremely good trends to trade, or if you're a...
EMA Cloud By Ripster EMA Cloud System is a Trading System Invented by Ripster where areas are shaded between two desired EMAs. The concept implies the EMA cloud area serves as support or resistance for Intraday & Swing Trading. This can be utilized effectively on 10 Min for day trading and 1Hr/Daily for Swings. Ripster himself utilizes various combinations of...
My first try to implement Full Hurst Exponent. The Hurst exponent is used as a measure of long-term memory of time series. It relates to the autocorrelations of the time series and the rate at which these decrease as the lag between pairs of values increases The Hurst exponent is referred to as the "index of dependence" or "index of long-range dependence". It...