This is a full-fledged implementation of a system presented in an unique research paper 'Profitability of Candlestick Charting Patterns in the Stock Exchange of Thailand' (2017) on candlestick charting, candlestick patterns, trend identification methods, and testing. You can easily find this paper in the Web. For example, visit: www.researchgate.net This script...
Supertrend Bands What is the Supertrend indicator? "The Supertrend indicator is a trend following overlay on your trading chart, much like a moving average, that shows you the current trend direction. The indicator works well in a trending market but can give false signals when a market is trading in a range. It uses the ATR (average true range) as part of...
Introduction A pun between the word flag and the adjective flagging (less dynamic) , this indicator have two bands who react faster when in contact to the price. Imagine you are under sheets, if you abruptly rise, the sheets will instantaneously go up, then if you abruptly get down, the sheets will fall slowly until being in contact with a surface, this is...
Based on my own "Dziwne Trend Indicator A (EMA + Heikin Ashi cloud)" , I tweaked the original script to display and "measure" the overall trend.
The Hull Moving Average (HMA), developed by Alan Hull, is an extremely fast and smooth moving average. In fact, the HMA almost eliminates lag altogether and manages to improve smoothing at the same time. The Hull Moving Average solves the dilemma of making a moving average more responsive to current price activity whilst maintaining curve smoothness. (hoping in...
Average True Range Trailing Stops, by Sylvain Vervoort The related article is copyrighted material from Stocks & Commodities Jun 2009
The weights of this moving average are powers of the weights of the standard weighted moving average WMA . Remember: When parameter Power = 0, you will get SMA . When parameter Power = 1, you will get WMA . Good luck!
This plots the moving averages, either exponential or standard. When it is declining it shows the MA in red, green when rising. Trading MA: Bullish when it is rising, Bearish when it is falling
The usage is very easy. When the line is green you can open long position, when the line is red you can open short position and when it's black just check by yourself. Usually I use it with RSI and Bollinger Bands , in order to determine when the signal is strong or weak. Just play with fastest and slowest SC to adjust the smoothness.
Since I noticed there was no Script with actually 3 EMA together (all the ones I found said it was Exponential, but actually was Simple), i created this one. The lengths, 17 72 305, are based on the phi cube theory, introduced by Bo Williams. The slow length (305) indicate a likely strong support/resistance and the region between the fast and medium lengths (17,...
Simple script for using multiple moving averages all in the same indicator. Default settings are 9 EMA, 25 SMA, 99 SMA.
This indicator is a predictive tool using Heikinashi to calculate shifts in trade direction. It works by reverse-engineering the regular candle stick closing price required, to flip the Heiken Ashi candle from Red to Green and vice-versa. Below, is an earlier indicator that I released and created. This plots this price as an oscillator, which allows traders to...
3 EMAs will help identify and predict uptrends and downtrends -If EMAs are all above the candles it a sign to sell & if the EMAs are below its a sign to buy - If the Green-8 EMA crosses or touches red candle then flips under the other EMAs & candles then it's time to sell -If the Green-8 EMA crosses or touches green candle then flips above the other EMAs &...
This is a full price action strategy designed for trending markets such as crypto and stocks. Its purely made on calculations for the highest high and lowest low using 2 different length , a faster and a slower one. With those we make multiple averages. Rules for entry: For long: our close of the candle is above both the average using fast and slow line For...
This script is for three moving averages with as many features as I can possibly fit into a single moving average. Features: - Three moving averages (MA1, MA2, MA3). - Standard MA inputs. - MA type. - MA period. - MA price. - MA resolution (time frame). - Visibility toggle. - MA Candle Type - Fancy MA inputs. - Toggle to show only candles included in the MA...