This is experimental moving average doesn't use a period/length but instead buffers the price per share and transfers that price per share at a given ratio per bar while also releasing the previous values at a decay ratio. The idea is that volume is the engine by which the price moves but spikes in volume can cause noise. By having a buffer of price per share...
Library "TurntLibrary" Collection of functions created for simplification/easy referencing. Includes variations of moving averages, length value oscillators, and a few other simple functions based upon HH/LL values. ma(source, length, type) Apply a moving average to a float value Parameters: source : Value to be used length : Number of bars to...
What is Nadaraya–Watson Regression? Nadaraya–Watson Regression is a type of Kernel Regression, which is a non-parametric method for estimating the curve of best fit for a dataset. Unlike Linear Regression or Polynomial Regression, Kernel Regression does not assume any underlying distribution of the data. For estimation, it uses a kernel function, which is a...
What if you didn't need to wait for the RSI to go above 50 to go bullish for the RSI to go below 50 to go bearish? What if you can see when a move in the market is just a liquidity trap? What if you can use a vwap on something longer than a daily chart? What if you wanted to have both Heiken Ashi candles and Japanese candles on your same chart without...
Buying the dip has never been easier! LNL Pullback Arrows are here to pinpoint the best possible entries for the trend following setups. With the Pullback Arrows, trader can pick his own approach and risk level thanks to four different types of arrows. The goal of these arrows is to force the traders to scale in & out of trades which is in my opinion crucial when...
The Ghost Ninja Moving Average indicator contains three ema averages. These are ema 21, ema 55 and ema 233. The values of the averages appearing on the screen are adjusted according to their own lengths. If you want, you can change the settings from the "Numbers of bars back" setting. The 1st moving average (EMA-21) will follow the price and will disappear if the...
ENGLISH & SPANISH ------------------------------------- ENSLIGH The idea was initially inspired in the concepts shared by @LazyBear on his indicator "Better Volume Indicator" (). But I found it somewhat complicated and dull. So I came up with this. Concept: It changes the color of volume bars based on surrounding volume changes. Volume changes are...
This is my first Pine Script attempt. Nothing special, just an "all in one" for the most common things I use, and what I have found to be the most common in a lot of strategies. Great for free and limited accounts as it combines 7 total indicators into one. -- First 5 indicators are Independant Moving Averages: -Each one can be set for length, as well as source...
This is my Channel Surfing indicator. It fires Buy and Sell signals based on multiple conditions. You can use EMAs or LSMAs. You will have to check the box of which moving averages to use once you add it to the chart. It plots EMAs or LSMAs using the different sources Close, Low, and High as the channel to surf. It fires a Buy signal if price crosses the...
The candle strength indicator depicts the average strength of the price action by evaluating bullish vs bearish candles. The scale is relative to price fluctuation and the size of the candles for the particular ticker / market, so there are no significant levels. A cross on the zero line would generally indicate a change in trend / sentiment. This indicator...
█ OVERVIEW This indicator serves to measure the volatility of the price in relation to the average. It serves four purposes: 1. Identify abnormal prices, extremely stretched in relation to an average; 2. Identify acceptable prices in the context of the main trend; 3. Identify market crashes; 4. Identify divergences. █ CONCEPTS The LS Volatility Index ...
This is the Olympus Mons indicator. It uses Braid Filter, LSMA, and Hawkeye Volume to fire Buy and Sell signals. I use this on the 5 Min. SPY chart to play 1 point scalp targets with options. I have been able to get a pretty consistent win rate using it like this. The default settings are what I use. Hope it helps any of you guys. Let me know if you see any...
This indicator displays a Rolling Moving Average Convergence Divergence . Contrary to MACD indicators which use a fix time segment, RMACD calculates using a moving window defined by a time period (not a simple number of bars), so it shows better results. This indicator is inspired by and use the Close & Inventory Bar Retracement Price Line to create an MACD in...
This indicator shows 4 moving averages of Open, High, Low and Close at the same time with an option to select SMA or EMA. If you implement this indicator twice, you can make it look like the following chart. One set of MA(red) is for current timeframe and another set(blue) is for higher timeframe, which is to identify potential support and resistance...
A smooth looking indicator created from a mix of ALMA and LRC curves. Includes alternative calculation for both which I came up with through trial and error so a variety of combinations work to varying degrees. Just something I was playing around with that looked pretty nice in the end.
I put most importand moving avarages for most importand time frames together. When you whatching a graph you are sometimes missing another time frime very importand moving avarage and there is a reaction on price. with this multi time frame multi ma indicator you can see all of them at once. it makes a little mass if you let all of them together. so you might...
This is a simple 3 times EMA, SMA, WMA, HMA , Timeframe selector which can send the above below to the multimit system to daisychain trends in
Hello everyone, I present my first script. In it I collect a group of fully configurable moving averages, both in color, value and selection of the ones we want to observe. The moving averages I collect are 3 of each of the following types: EMA: An exponential moving average ( EMA ) is a type of moving average (MA) that places a greater weight and significance on...