Another one to add to Ehlers collection. The MESA Adaptive Moving Average (MAMA) adapts to price movement based on the rate of change of phase as measured by the Hilbert Transform Discriminator. This method features a fast attack average and a slow decay average so that composite average rapidly ratchets behind price changes and holds the average value until the...
CCT StochRSI, proposed by Steve Karnish of Cedar Creek Trading, reconfigures classic StochRSI using custom parameters and smoothing. There are 6 types supported. Common formula: (rsi - lowest(rsi, x)) / (highest(rsi, y) - lowest(rsi, z)) * 100 Smoothed formula: ema(common formula result, len) Settings (values for x/y/z/len in the above formulae): Type...
Zindarra Multi Alerts Advanced by RRB by RagingRocketBull 2018 Version 1.0 This indicator lets you configure multiple alert levels for several assets. Zindarra Multi Alerts Advanced supports 8 symbols with 8 custom alert levels. You can have an M:M relationship betweeen symbols and levels, for example: - 4 symbols each boxed by 2 alerts above/below the price -...
Hello everyone I received a ton of requests for this script so I decided to share it I did it for a client who didn't want to pay (you can all blame... or even thank him for this script) in the end and I don't want to sell it on my website. Not because it's not interesting but because my website will be a place to showcase and rent the Algorithm Builders...
Here's an oscillator derived from my previous script, Cycle Channel Clone (). There are 2 oscillator plots - fast & slow. Fast plot shows the price location with in the medium term channel, while slow plot shows the location of short term midline of cycle channel with respect to medium term channel. Usage of this is similar to %b oscillator. The slow plot can...
Elastic Volume Weighted Moving Average (eVWMA) is a statistical measure using the volume to define the period of the moving average. The eVWMA can be looked at as an approximation to the average price paid per share. Multiplier is usually the number of shares, but it can be approximated using cumulative sum of volume (Enable it via "Use Cumulative Volume" option)...
Introduced by M.H.Pee, Trend Trigger Factor is designed to keep the trader trading with the trend. System rules according to the developer: * If the 15-day TTF is above 100 (indicating an uptrend), you will want to be in long positions. * If the 15-day TTF is below -100, you will want to be short. * If it is between -100 and 100, you should remain with the...
This script is designed specifically for firing an alert every candle. It can also be used to just fire an alert on a green candle, or a red candle to slow it down a bit. This is a script we use to close all of our orders or positions on any of the integrated exchanges. You can use a fire once alert with greater than on condition and the alert will typically fire...
-- Fixed --- Source: pastebin.com Fixes an issue with "Combined" mode, using wrong symbols. --- Original --- The High-Low Index is a breadth indicator based on Record High Percent, which is based on new 52-week highs and new 52-week lows. Readings below 50 indicate that there were more new lows than new highs. Readings above 50 indicate that there were more...
The Volatility Switch (VOLSWITCH) indicator, by Ron McEwan, estimates current volatility in respect to historical data, thus indicating whether the market is trending or in mean reversion mode. Range is normalized to 0 - 1. When Volatility Switch rises above the 0.5 level, volatility in the market is increasing, thus the price action can be expected to become...
Why this Script : Nifty 50 does not provide volume and some time it is really useful to understand the volume . This is the pine script which calculate the nifty 50 volume . Logic : Take each stock contribute to nifty 50 and find it's volume . Multiply the same with contribution percentage of the same on Nifty 50 Add up all of them and find the total volume...
This is a port of a famous MT4 indicator, as requested by user @maximus71. This indicator uses MACD/BB to track trend direction and strength. Author suggests using this indicator on 30mins. Explanation from the indicator developer: "Various components of the indicator are: Dead Zone Line: Works as a filter for weak signals. Do not trade when the red or green...
Short-term Volume and Price Oscillator (SVAPO), developed by Sylvian Vervroot, combines both Price and Volume to construct an oscillator. In essence, when the price is trending up and volume is increasing, volume is added into the oscillator calculation. Conversely, when price is trending down and volume is increasing, volume will be subtracted from the...
--- Updated: May 19 2015 ---- Applicable only If you are setting up alerts: I noticed I have switched the plot names. Histo shd be the MACD and DMACD shd be the Signal. Replace lines 16 & 17 with these to get the correct names. NOTE that no functionality is affected, just the names. plot(r, style=columns, color=r>0?green:red, transp=80, title="Dinapoli...
Cycle Channel is loosely based on Hurst's nested channels. Basic idea is to identify and highlight the shorter cycles, in the context of higher degree cycles. This indicator plots the shorter term (red) & medium term (green) cycles as channels. Some things to note: As you can see the red channel keeps moving with in the bounds of green channel. When green...
According to Elder, "The Impulse System encourages you to enter a trade cautiously but exit fast, by identifying inflection points where a trend speeds up or slows down. This is the professional approach to trading, the total opposite of the amateur's style. Beginners jump into trades without thinking too much and take forever to get out, hoping and waiting for...
The CCT Bollinger Band Oscillator (CCTBO), developed by Steve Karnish of Cedar Creek Trading, reconfigures John Bollinger's classic Bollinger Bands (envelopes plotted at two Standard Deviations above and below a moving average) by drawing two parallel lines replacing the envelopes. The parallel lines represent a measurement of two Standard Deviations from the mean...
This oscillator is derived from Absolute Strength Index, originally developed by Tudor Marcelin (Art Invest). I made it an oscillator mainly to make it easy to identify the divergences and price-flows. There is not much documentation available online for Absolute Strength Index afaik, lets hope Mr.Tudor comes across this and provides us a detailed writeup...