Autonomous Recursive Moving AverageIntroduction
People often ask me what is my best indicators, i can't really respond to this question with a straight answer but i would say you to check this indicator. The Autonomous Recursive Moving Average (ARMA) is an adaptive moving average that try to minimize the sum of squares thanks to a ternary operator, this choice can seem surprising since most of the adaptive moving averages adapt to a smoothing variable thanks to exponential averaging, but there are lot of downsides to this method, i really wanted to have a flat filter during flat markets and this is what i achieved.
The Indicator
length control the amount of smoothing during trending periods, gamma is the trend sensitivity threshold, higher values of gamma will make an overall flat filter, adjust gamma to skip ranging markets.
gamma = 2, we can adjust to 3 while preserving smoothing reactivity with trading periods.
gamma = 3
low length and higher gamma create more boxy result, the filter add overshoots directly in the output, its unfortunate.
The Zero-Lag option can reduce the lag as well as getting additional flat results without changing gamma.
Conclusion
The indicator need work, but i can't leave without publishing it, the overshoots are a big problems, changing sma for another stable filter can help. I hope you find an use to it, i really like this indicator.
Thanks for reading
Sma
MA Trend-Indicator + SidewaysAn indicator that shows upwards/downwards trends + sideways movements (=gray fields)
QuantNomad - MA Strategy - 1 minute - ETHUSDInteresting performance for simple MA strategy on 1m ETHUSD. I used only close price and 15 SMA in it.
Performance is 55% over 10 days with a drawdown of only 3.5%.
Percent profitable is only 30% with almost 2k trades.
For sure this won't work as a standalone strategy, with 2k trades commission and slippage will destroy all your PNL but it can be a pretty good base for a more complicated strategy with good filters.
And remember:
Past performance does not guarantee future results.
EMA 21/55/89/200 & SMA 50/100/200Free to use indicator combining all important time periods for two of the most valuable trading tools: EMAs and SMAs . As you can see on the chart and previous time periods, BTC often bounces off these, giving you an insight into possible future price movement. Add to your favourite scripts now at the bottom of this page and stay ahead of the game.
Switching off all except the most important periods in the indicator settings (21 & 55 EMA + 100 & 200 MA) can help keep a nice clean trading chart, if that is your preference.
SIMPLE MOVING AVERAGE
Smooths out the price across each period to reveal short, medium and long term trends and potential areas of support or resistance.
50, 100 and 200 are three of the most commonly used/respected moving averages.
The 200MA in particular provides very strong support/resistance on longer time frames.
EXPONENTIAL MOVING AVERAGE
A slightly more sophisticated version of the moving average, the EMA gives more weight to recent price action (i.e. a recent big move up/down will be reflection sooner... "the trend is your friend").
21, 55, 89 and 200 are four of the most commonly used/respected exponential moving averages.
The 21 and 55 EMA are undoubtedly the most powerful, and somewhat a self-fulfilling prophecy since so many people follow them.
Just so you know...
Green = 55/50, blue = 89/100, red = 200/200
EMAs are shown with thinner lines (as they change direction faster, think light and quick)
SMAs are shown with thicker lines (as they change direction slower, think heavier and more respected)
My free Combined RSI and Stochastic RSI Indicator , is also shown on the chart above and will save you valuable space on your trading screen, since you are strictly limited to the number of indicators you can use at one time. Give it a try and you'll wonder why you ever had separate indicators for RSI and Stoch RSI clogging up both your screen and indicator allowance.
These tools are for educational purposes only and not a recommendation to buy or sell. Always do your own research before trading.
ORACLE 20-50-200-SMA V1.520-50-200 day SMA
V1.5 This particular setup has been optimized for dark backgrounds/dark mode users
White : 20 SMA
Yellow: 50 SMA
Green :200 SMA
As the 20 SMA is in white , it will be difficult to see with white background users , to get around this open the settings tab for the indicator once added to your chart , go to style then amend colors to any color you desire.
These are by far some of the best simple moving averages to use
The sequential script which is a 1-9 count can be added from this link
CAP Kronks Bias Killer 10Candles and background changes colour when 60 SMA is above or below close price
AVERAGE MULTI_SMAIndicator returns an average of 5 SMAs. an interesting point that I have noticed that the price has several times reacted on it.
Note 1: Do not just use this as a criterion for buying and selling, use as one more aid.
Note 2: It is possible to leave in the chart all the averages, if you feel it necessary.
------------------------------------//--------------------------------------------------
Indicador retorna uma média de 5 SMAs. um ponto interessante que tenho notado que o preço tem diversas vezes reagido nele.
Observação 1: Não use apenas isso como critério para compra e venda, use como mais um auxilio.
Observação 2: É possivel deixar no grafico todas as médias, caso você ache necessário.
TH_MA Directional ChangeSimple script
Plot flag on chart when HMA (default), EMA or SMA is changing direction.
Moving Average Cross Alert, Multi-Timeframe OptionSee when two moving averages cross. With the option to choose between four moving average calculations:
SMA = simple moving average
EMA = exponential moving average (default)
WMA = weighted moving average
Linear = linear regression
The moving averages can be plotted from different time-frames, like e.g. the weekly or 4 hour time-frame using HL2 , HLC3 or OHLC4 as price source for the calculation. In addition there is a background color alert and arrows when the moving averages cross each other when the price also rises or falls. And the moving averages are colored depending on their trend direction (if they are trending up or down).
Custom EMA Cross SignalThis indicator notifies when the ma is crossed.
To use this script fully you will need a key from Taleeto.
It is good for following a trend
Pullback SP-Strategy#9This is my interpretation of Steven Primo's pull back strategy indicator # 9. Seems to work on any time frame or combination high and low. I prefer to use it with the regular fractals and a 20 or 50 SMA and 5 period RSI. I would prefer to have it only paint up arrows when bars close above the SMA and vise versa with down arrows. If someone can help me correct that please contact me.
Thanks, 1776er.
7/20 EMAs 50/100/200 SMAs as One Script.This is one of the scripts I use daily as a full time daytrader. It works well for me to predict MA resistance and support levels and has been very reliable.
Smoothed Delta's Ratio OscillatorIntroduction
Scaled and smoothed oscillators can provide easy to read/use information regarding price, therefore i will introduce a new oscillator who create smooth results and use a fast and practical scaling method. In order to allow for even more smoothness the option to smooth the input with a lsma has been added.
Scaling Using Changes
In this indicator scaling in a range of (1,-1) is achieved through the following calculations :
a = sma(abs(change(src,length)),length)
b = change(sma(src,length),length)
c = b/a
where src is our input. The two elements a and b are quite similar, a smooth the absolute change of the input over length period while b calculate the change of the smoothed input over length period, this make a > b and able us to perform scaling in a range of (1,-1).
The Indicator Parameters
Length control the differencing/smoothing period of the indicator, greater values create smoother and less volatile results, this mean that the oscillator will tend to be equal to 1 or -1 in a longer period of time if length is high. The smooth option allow for even smoother results by enabling the input to be smoothed by a lsma of length period.
Conclusions
I presented a smooth oscillator using a new rescaling technique. Parameters can be separated to provide different results, i believe the code is simple enough for everyone to modify it in order to provide interesting creations.
Bollinger Bands and 3 Moving Average lines in one IndicatorThe Bollinger Bands (BB) and 3 Moving Average (MA) lines in ONE indicator.
Default values were employed from Binance settings, which are:
- The BB: MA 20 and multiply by 2.
- The 3 MAs: 7, 25 and 99 periods.
The values can be modified to meet one's strategy.
3 EMA (15-50-200) - 6 SMA (7-30-50-128-200-360)3 Moving Average Exponential - 6 Simple Moving Average . Crypto EMA - MA . 7 is a fast support or resistance, 15 confirmation support or resistance. 30 Important support and resistance . 50 institutional support or resistance. 200 institutional general trend, support and resistance , 360 general trend, support and resistance . The use of EMA or MA is according to your liking/trading plan
QSMA - 8 Simple Moving Averages (20, 50 - 400) / CryptoprospaModified others script to make SMA in this range.
By adding this one indicator to your chart, you save time and overcome the limits or restrictions to how many indicators you can add to your chart.
You can also modify the colour and\or width to your liking.
Enjoy.
Regards Cryptoprospa.
Ali_Trading Tools
This Tools includes the following:
MA:50 with Color Code
MA:100,200
EMA:15
Bollinger Bands
Ichimoku Cloud
Pivot Point High and Low
QMA/SMA DifferenceIntroduction
The quadratic moving average (QMA) or quadratic weighted moving average (QWMA) is a type of moving average who is closer to the price when price is up trending. This moving average is defined as the square root of the moving average of the squared price. The QMA-SMA difference use this moving average to provide a new volatility indicator who aim to be reactive and filter noisy volatility in order to only provide essential information.
QMA - SMA
This indicator is defined as the difference between a quadratic moving average and a simple moving average of same period. Since the QMA emphasize up movements and tend to be away from down movements she is always greater than the simple moving average, so a simple difference between those moving average provide our volatility indicator. Below is a comparison with a standard deviation and the indicator of both period 100.
Since its a difference between two moving average it can be interesting to use a simple moving as source for the standard deviation to provide another comparison
The standard deviation is smoother but still contain more information as well as having less reactivity.
Conclusion
I have a presented a new volatility indicator based on the quadratic moving average and compared it with a classic standard deviation. It is possible to change the power order of the QMA in order to provide different results, in order to do so you must also change the root, this is done in pine with : pow(sma(pow(close,w),length),1/w) where w is the power order, notice that an high power order can provide non attributed values.
SuperMega Static/Dynamic EMA & SMA MultiComboAll the moving averages you'll ever need!!!
5 EMAs
5 SMAs
3 static EMAs
3 static SMAs
Static EMAs and SMAs are shown on every timeframe. For example, you can set static EMAs or SMAs to show 21 day, 50 week and 200 week on every timeframe of the chart. Plus standard 5 EMAs and 5 SMAs (user-defined) is showing for that specific timeframe.