Strategy Kiss = 'Keep It Simple, Stupid' or 'Keep It Simple, Smart' The script simply identifies 2 consecutive Doji candles, and calculates Target on both the sides for given Reward : Risk factor. The High-Low to Open-Close ratio is set to default value 20. The Reward : Risk ratio is of default value 2. Both can be set to values of your choice. Accuracy best on...
Bollinger Bands are mostly used for trend reversal. I believe they should be used for Trend Continuation and Trend Confirmation. In this Trending Bollinger Bands script you will see two bands drawn on chart. The Upper band is suggestive of Uptrend and Lower Band is suggestive of Downtrend Market. It just provides the guidance of where the market is now and...
The Demand Oscillator was created by James Sibbet (Stocks & Commodities June, 1986) and I changed his formula quite a bit to what you see on here. If it rises above the signal then buy or if not then sell. This is my custom version of his formula so let me know what you think. Let me know if you would like to see me write any other scripts!
This indicator was originally developed by Donald Dorsey (Stocks & Commodities, V.10:6 (June, 1992): "The Mass Index"). Specially for @AlexMayorov : If indicator reaches 27 and then falls to below 26.5 then it could be a signal of potential trend reversal.
The Trend Analysis Index was created by Adam White and not to be confused with the Trend Analysis Indicator that I also published. This indicator operates under the same idea but using a completely different calculation to achieve similar results. The idea behind this indicator is for a combination of volatility and trend confirmation. If the indicator is above...
The Projection Bandwidth was created by Mel Widner (Stocks and Commodities Jul 1995) and this is another of my series of indicators that I consider undiscovered gems. For those of you who are unaware, the Bandwidth indicator measures the distance between the high and low bands and if you remember from my Projection Bands script, the Projection Bands give pretty...
Volume Impact (The area) Average Volume (The thick line, xTrigger) Volume Impact = Volume Chance - Average Volume It provides very reliable buy sell signals. Buy(green) when increasing, sell(red) when decreasing. Volume Impact might drop before the actual price so it has an early warning potential. Before trend changes volume average diverges from the prices....
This is providing a trend detection tool and a trend band display to identify possible trend reversal points using EMAs. Some seem to like using 13 and 26. I prefer 5 and 15, like PET-D from Steve Primo which react faster and avoid being kicked by some fast move (happens in crypto, see Litecoin...).
This is my first custom indicator that I created as a medium to long term trend indicator. Buy if it is above 0 and sell if it is below 0. Since this is my first unique indicator, I would love to hear your feedback! Please let me know if you would like to see any other scripts!
This indicator is made up of a stochastic oscillator and of historical volatility percentile. Historical volatility percentile basically tells you how volatile the market is based on how volatile it has been in the history. Historical volatility is great for trading options but i have also found it to be great at finding trades with good risk/reward ratio. When...
Names: "Course Gradient Indicator" or "Punctual Deviaton of Course Gradient Indicator" or shortly "PDCG Indicator" Description: I developed this Indicator to identify potential changes in the course gradient (aka slope of course). If you want to know what kind of mathmatical operations where used for this, look at the source code below Usage: Generally, i...
Library "pNRTR" Provides functions for calculating Nick Rypock Trailing Reverse (NRTR) trend values with higher precision offsets for both low, and high points rather than the standard single offset. pnrtr(float low_offset = 0.2, float high_offset = 0.2, float value = close) low_offset Offset used for nrtr low_point calculations. Default is 0.2. ...
Script used to identify the 2 week high and low. This helps in identifying trend reversals.
A following indicator is Momentum Trading that uses fast QQE crosses with Moving Averages Use for trend direction filtering. QQE or Qualitative Quantitative Estimation is based Relative strength index (RSI), but uses a smoothing technique as an additional transformation. Three crosses can be selected (all selected by default)
This script indicates when the current Relative Strength Index of the last 8 closes is beyond a level from center oscillation which signals the equity is likely to reverse course. When it is the lowest RSI reading of the prior 3 readings and below 25, a green vertical bar will appear signaling a potential BUY point. Likewise, the highest reading of the prior 3 RSI...