This is my first Pine script. So please critique it, if it looks funky. It is a colored SMA that turns green when above x angle and red when below -x value There is also a small yellow table that tells you the current degree of the SMA
Here's a simple script which i concocted using ideas from various authors with the goal of creating a slightly better Moving Average dashed line script imo...I think i managed to do just that and a bit more.. =) Features: - Contains one of each VWMA SMA EMA. You can set the input length. - Ability to set spacing between characters of the plotted moving average...
Description This indicator is an entry-level script that simplifies volume interpretation for beginning traders. It is a handy tool that removes all the noise and focuses traders on identifying potential smart money injections. Uniqueness This indicator is unique because it introduces the principle of a moving average in the context of volume and then...
"Trend Indicator A-V2" and "Trend Indicator B-V2" are updated and improved versions of my initial trend indicators. Totally rethinking the code, adding highs and lows in the calculations, including some more customisation through colour schemes. In practice, this indicator uses EMAs and Heikin Ashi to provide an overall idea of the trend. The "Trend...
Ichimoku_cloud + Daily-Candle_cross(DT) + HuLL-MovingAverage_cross + MacD any timeframe, all indicators settings adjustable for fine tuning to pair/timeframe Target Point and Stop Loss settings set SL low to reduce repaint
Multiple moving averages in one indicator, so those of you without a pro membership can add multiple moving averages to your chart while only taking up 1 of the 3 indicators.
Everyone wants a short-term, fast trading trend that works without large losses. That combination does not exist. But it is possible to have fast trading trends in which one must get in or out of the market quickly, but these have the distinct disadvantage of being whipsawed by market noise when the market is volatile in a sideways trending...
Moving average deviation rate Simple moving average deviation rate and standard deviation. The bollinger band is momentum value standard devition. Bat the bollinger band is not normal distribution to close price. Moving average deviation rate is normal distribution. This indicator is draw Moving average deviation rate and fill area 2σ standard devition. If it...
The 10/20 MA Heikin-Ashi Strategy is the best I know. It's easy, it's elegant, it's effective. It's particularly effective in markets that trend on the daily. You may lose some money when markets are choppy, but your loss will be more than compensated when you're aboard during the big moves at the beginning of a trend or after retraces. There's that, and you...
MACDAS script by KIVANCfr3762, i added Plots and Alerts original script
ATR is an indicator that has been removed and replaced with a moving average.Bar colors and infopanel have been added. //Barcolor Green = ExMov > Most and close > Most and low > Most Blue = ExMov > Most and close > Most and low < Most Red = Most > ExMov and close < Most and high < Most Yellow = Most > ExMov and close < Most and high > Most //It gives White color...
Ignore the other one (it contains some errors). On this FRAMA you can play with length, SC and FC. Just read on below links to understand more about this super useful moving average: etfhq.com etfhq.com www.quantshare.com
This script plots a higher timeframe EMA to your chart. You can specify the timeframe and the length of the EMA in the settings. This chart demonstrates the 5-minute 50EMA (black) combined with the 1-hour 50EMA (colored) on the 1 minute timeframe.
7, 30, 50, 100, 200 simple moving averages, bundled in one indicator (for users who are using the free TradingView service and can only load limited number of indicators at any given time). You can turn each moving average on or off at will and change the colors.
A simple calculation and plotting of the slope of a Moving Average. You'll be amazed looking at how accurate it is signaling early entries and exits from trend follower positions, just by applying some basic TA to it (support, resistance, trend lines). Have a look: In the settings, you can choose to use it on EMA on SMA, and the length of the MA involved. I...
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...
High-pass filter | Pine Utilities series, ready to be used in "study-on-study" fashion | Represents the difference between the filter and the original unfiltered data. How to use: 1) Add a filter to your chart (in this particular case it was 4-pole Gaussian filter implemented by @everget, ty man); 2) Tap ... on your's filter status line and choose "Add...