SMA's for Daily (7 Week//49MA, 30Week//210MA, 55SMA)SMA's for Daily (7 Week//49MA, 30Week//210MA, 55SMA)
Média Móvel Simples (MMS)
Paratica Binance ViewMost of cryptocurreny traders have a Binance account. And when you log into Binance App you see 3 moving averages default. They are 7, 25 and 99. You can see price chart with all Binance Users view. So it is very powerfull to analyse parity.
MA/EMA/SMA JumboMultiple moving averages, can choose between EMA and SMA, if some MA not required the deselect in style.
Finite Impulse Response (FIR) FilterFinite Impulse Response (FIR) Filter indicator script.
This indicator was originally developed by John F. Ehlers (Stocks & Commodities V. 20:7 (26-31): Zero-Lag Data Smoothers).
NOTE: Ehlers' favorite FIR filter had 1, 2, 3, 3, 2, 1, 0 coefficients.
Multi Indicators v1 - 20 50 200 EMA/SMA, Bollinger Bands, VWAPMulti Indicators v1
20 50 200 EMA/SMA, Bollinger Bands, VWAP
These can be turned on and off
I'll be adding to this multi indicator in future updates
Moving Averages Bundle (EMA/SMA)Ver.4 (4/25/18)
EMA and SMA indicators ALL in one!
Default: SMA (20, 50, 100, 200) or EMA (8, 13, 21, 55)
Save your TV indicator use counts by using SMA/EMA
Functionality all in one indicator:
1) Toggle between Exponential or Simple moving averages.
2) Customize and or input your very own MA's by simply changing the input options from default.
3) Change color combos.
4) Turn off/on only the SMA/EMA's that you require.
Binque's Stop Loss IndicatorBinque's Stop Loss Indicator is a great way to visualize a trailing stop loss based on a percent from the high. i.e. If the high was $10 of a trading day and your stop loss was set at 5% (percent) then your chart would show a small dot 5% below the high of the day. This is a great way to quickly see a trailing stock idea. Change the color to match your back ground. Adjust your trailing stop loss to fit your trading style.
Note: This indicator is calculated off of the daily high.
5MAShowing Multiple Moving Averages (5 MAs) in one 1 indicator. Very useful if you're still using free version of Trading View
5 Moving AveragesShowing Multiple Moving Averages (5 MAs) in one 1 indicator. Very useful if you're still using free version of Trading View
KK_Traders Dynamic Index Higher TimeframeHi Guys,
I was asked to create a script that can access TDI values from higher timeframes - here it is.
You can choose the timeframe in the settings just put the following there:
Weekly - W
Daily - D
4h - 240
1h - 60
...
This only works for higher timeframes than the one you're currently on.
I whish you all good luck trading!
Best regards
KK
Sharp Modified Moving AverageSharp Modified Moving Average indicator script. This indicator was originally developed by Joe Sharp (Stocks & Commodities, V.18:1, More Responsive Moving Averages).
Awesome Oscillator with AntiStep CorrectionHere is the well-known Awesome Oscillator (AO), which I use to present the real purpose of this post: a function that provides step correction for simple moving averages (SMAs).
We all know that any indicator based on moving averages lags real-time movement. Normally this is fine, but just after large ("step") changes in level, the pre-step values that are still within the SMA window cause the result to falsely reflect continued movement, even when real-time values remain flat.
To counter this, when a step change of a configurable size is detected, I temporarily shrink the SMA window size to include only those values occurring since the step change, and then allow the size to increase to normal length as we move away from the step change. This is accomplished within the antistep_sma() function.
Note that this will cause SMAs of different lengths (e.g. those used in the AO) to be temporarily equal, until the shorter of the two reaches its normal size and begins to leave the longer one behind again. You can see this above, where the AO, which is the difference of two SMAs, goes to 0 immediately after a sufficiently large step change--configured to 0.5% in this case.
SMMA Analyses - Buy / Sell signals and close position signals This script combines the usage of the SMMA indicator in order to provide signals for opening and closing trades, either buy or sell signals.
It uses two SMMA , a fast and a slow one, both configurable by the users.
The trigger of Buy and Sell Signals are calculated through the SMMA crosses:
Buy Signals : The fast SMMA crosses over the slow SMMA . They are highlighting by a green area and a "B" label.
Sell Signals : The fast SMMA crosses under the slow SMMA . They are highlighting by a red area and a "S" label
The trigger of Close Buy and Close Sell Signals are calculated through the close price crosses with the fast SMMA:
Close Buy Signals : The fast SMMA crosses under the close price and at the same time the trend is bullish , so the fast SMMA is greater than the slow SMMA . They are highlighted by a lighter green area
Close Sell Signals : The fast SMMA crosses over the close price and at the same time the trend is bearish , so the fast SMMA is lower than the slow SMMA . They are highlighted by a lighter red area
Few important points about the indicator and the produced signals :
This is not intended to be a strategy, but an indicator for analyzing the SMMA conditions. It gives you the triggers depending on the real time analysis of the SMMA and prices, but not being a proper strategy, pay attention about "fake signals" and add always a visual analysis to the provided signals
Following this indicator, the trade positions should be opened only when a cross happens. Either in this case, analyse the chart in order to see if the signals are a "weak" ones, due to "waves" around the SMMA . In these cases, you might wait for the next confirmation signals after the waves, when the trend will be better defined
The close trade signals are provided in order to help to understand when you should close the buy or sell trades. Even in this case, always add a visual analysis to the signals, and pay attention to the support/resistance areas. Sometimes, you can have the close signals in correspondence to support/resistance areas: in these cases wait for the definition of the trend and eventually for the next close trade signals if they will be better defined
Contra Tendência da SMA(21)Em uma tendência de baixa quando o preço estiver muito afasto (muito abaixo) da SMA (21) efetuar compra na primeira barra verde com take até a SMA (21) ou aparecimento da primeira barra vermelha.
Em uma tendência de alta quando o preço estiver muito afasto (muito acima) da SMA (21) efetuar venda na primeira barra vermelha com take até a SMA (21) ou aparecimento da primeira barra verde.
Obs. Muitas vezes será possível pegar uma reversão de tendência.