Gordon-RMATRENDTrend Indicator displaying signals for SHORT/LONG. Good results for Low Timeframe (1H) Crypto/FIAT pairs.
Use of CHOP, RMA & Volume indicators.
Have had success using it on XBT/USD & BTC/USD Pairs.
Rma
Gordon-LINK-RMA - LINK/BTC - Trend Indicator (Swing)Configured specifically for LINK/BTC Markets on Binance. Plots changes in low timeframe trend based off Multiple timeframe RMA values.
Buy = Green Triangle
Sell = Red Triangle
RSI background by AvesTradingHello,
This is RSI indicator that shows background color, when proper levels reached, instead of line in another pane. Customizable options are available:
- source
- length
- overbought level
- oversold level
I have added as well RMA of RSI for extra confirmation if needed. I hope you enjoy and will leave me some feedback! Don't forget to follow me for new releases.
Cheers
Aves
Please remember that the indicators provided by me are for educational purposes only.
8/8/8 Moving Averages
Total of 24 individual moving averages. There are 3 groups, and each group has 8 moving averages. Each group can be set the different sources and different moving average types(SMA, EMA, RMA, WMA).
MACD Multi-MA StrategyThis script applies the average of each major MA (SMA, RMA, EMA, WVMA, WMA) to the MACD formula.
The logic is simple. When all 5 MA's are in agreement in direction, then then script will notify users of change.
I posted this as a strategy to help show how logic does in back test. If you use my simple yet effective solution to find take profit locations, you can blow this back testing out of the water!!!
To set alerts simply turn script into study
//@version=2
study(title="MACD Multi-MA Study", overlay=false)
src = close
len1 = input(8, "FAST LOOKBACK")
len2 = input(144, "SLOW LOOKBACK")
/////////////////////////////////////////////
length = len2-len1
ma = vwma(src, length)
plot(ma, title="VWMA", color=lime)
length1 = len2-len1
ma1 = rma(src, length1)
plot(ma1, title="RMA", color=purple)
length2 = len2-len1
ma2 = sma(src, length2)
plot(ma2, title="SMA", color=red)
length3 = len2-len1
ma3 = wma(src, length3)
plot(ma3, title="WMA", color=orange)
length4 = len2-len1
ma4 = ema(src, length4)
plot(ma4, title="EMA", color=yellow)
long = ma > ma and ma1 > ma1 and ma2 > ma2 and ma3 > ma3 and ma4 > ma4
short = ma < ma and ma1 < ma1 and ma2 < ma2 and ma3 < ma3 and ma4 < ma4
alertcondition(long == true, title='MACD LONG SIGNAL', message='MACD LONG!')
alertcondition(short == true, title='MACD SHORT SIGNAL', message='MACD SHORT!')
Colored Moving Averages with Zero Lag and ATR BandsEnglish description:
- You can choose from 6 different Moving Averages: SMA , EMA , WMA , VWMA , RMA, SWMA
- Turn ON/OFF the Zero Lag alghorithm
- Make it 2 colors for better visibility of a trend
- Turn ON/OFF the ATR Bands up to 5 multiplicator
- Set the offset on the time axis
Polski opis:
- Możesz wybierać z 6 różnych średnich kroczących: SMA , EMA , WMA , VWMA , RMA, SWMA
- Włączyć/Wyłączyć algorytm Zero Lag
- Włączyć opcję 2 kolorowej średniej żeby lepiej widzieć trendy
- Włączyć/Wyłączyć wstęgi ATR z maksymalnym mnożnikiem x5
- Ustawić przesunięcie względem osi czasu
Moving Averages Traders StreamHello Guys this is a new set of Multiple Moving Averages with Bullish and Bearish coloured. Our Tool Includes SMA, EMA, RMA, VMA and VWMA. So if any comments than please.......
Baseline - evoPlots the high and low of your chosen moving average.
Options are:
SMA = Simple Moving Average
EMA = Exponential Moving Average
WMA = Weighted Moving Average
HMA = Hull Moving Average
VWMA = Volume Weighted Moving Average
RMA = Exponetial Weighted Moving Average
ALMA = Arnaud Legoux Moving Average
Unbox "Use Current Timeframe" to use chosen timeframe below
I mainly use this to get in and out of the market for futures trading, to reduce fake outs of having just one moving average line.
Let me know if you like it..
Inspired from LazyBear's EMAenvelope :)
Ori Moving Averages (MTF)This indicator helps to plot different moving averages with different types and different multi time frame options.
Scripting Tutorial 5 - Triple Many Moving Averages CrossoversThis script is for a triple moving average indicator where the user can select from different types of moving averages and periods. This script improves upon tutorial 3 by adding source selection for MAs and another option for an MA that is not built-in, the HMA . It is meant as an educational script with well formatted styling, and references for specific functions.
Scripting Tutorial 4 - Triple Many Moving Averages ImprovedThis script is for a triple moving average indicator where the user can select from different types of moving averages and periods. This script improves upon tutorial 3 by adding source selection for MAs and another option for an MA that is not built-in, the HMA. It is meant as an educational script with well formatted styling, and references for specific functions.
Scripting Tutorial 3 - Triple Many Moving AveragesThis script is for a triple moving average indicator where the user can select from different types of moving averages. It is meant as an educational script with well formatted styling, and references for specific functions.
[SignalFI] CogniFICogniFI uses 8 independent Fibonacci based inputs to calculate a unified Center Of Gravity (COG) and RMA or RSI based moving average created by J. Welles Wilder.
FIBONACCI BASED TREND AND MOMENTUM DISCOVERY
RSI BASED MOVING AVERAGES COMBINED WITH CENTER OF GRAVITY (COG)
COLOR BASED TREND SMOOTHING FOR INDICATOR SIGNAL
In this updated version, we've added several coloring options that are meant to give context to the larger trend of CogniFI. In addition we've added new signal shapes, that are meant to signal the rise or fall in pressure against the leading COG lines. When multiple square shapes are presented followed by a "labelup" shape, we can assume a healthy rise of COG against pressure. When we see an immediate "Labelup" that is indicative of a forceful move, which could result in a reversal (or the start of a larger trend).
SignalFI was created to help traders and investors to effectively analyze the market based on the Golden Mean Ratio (Fibonacci numbers), plan a trade and ultimately execute it. To help inform and educate market decisions we developed a set of Trading Indicators which are available on TradingView , the most advanced and yet easy to use charting platform available on the web.
SignalFI indicators are just that, indicators. Our indicators are generally configured to use completely historical data (negating repaint), and we advise all alerts created with SignalFI indicators to be fired upon "close" of the current candle. Our indicators can provide valuable context and visualization support when performing market analysis and executing buy and sell decisions. However. we are not financial experts, and all information presented on this site or our other media outlets are for educational purposes only.
For subscription information, visit www.signalfi.net and follow us on twitter: @signalfi_
Moving Averages - [Anan]Hello Friends,,
This is my own Moving Averages indicator :
- V4 Pinescript
- 4 Plots Moving Average on the same chart
- 12 Moving Average types !
- Types:
- Lenght: optional
- Source: optional
- Combined Moving averages ! (try it with EMA and thank me later ;D)
Chop and explode (ps4) UPD for XBTUSD, etc.This is an update that resolves rendering problems with XBTUSD.
Média Móvel triangular e Multi Médias Móveis (8 tipos)Indicador que contempla uma média móvel triangular com destaque de cor para sua direção e uma média móvel alternável entre 8 modos:
Simples / Aritimética;
Exponencial;
Ponderada;
HullMa;
Ponderada por Volume ;
RMA;
Exponencial Tripla ( TEMA ) e
Tilson T3
Aviso:
O uso do indicador é gratuito, configurável, de uso educacional e para análise de gráfico.
O indicador foi elaborado com base em modelos e no "editor pine" fornecidos por esta plataforma.
Se algum erro for encontrado no indicador, pedimos que nos informem.
Este indicador não representa recomendação de negociação de valores mobiliários ou outros instrumentos financeiros.
Operações em renda variável é uma atividade de alto risco e análise de fatos passados não garantem resultados futuros.
MACD phi³Esse script possui 6 MACD configurados com o Phi³ e um sistema para encontrar as divergências em cada linha sendo impresso na vela o H1, H2, H3, H4, H5 e H6, os tempos de 17 velas até 610, já ajustado para mostrar em 72 minutos, pode por em qualquer tempo, mas tempos menores ele irá duplicar a impressão dos dados, ex: se por em 17 ou 15 minutos, irá aparecer 4 velas com os avisos, pois irá dividir o tempo.
Foi testado com o BTCUSD, não sei a eficiência com outras moedas, fiquem a vontade pra comentar e criticar.
OBS: Não me responsabilizo por eventuais falhas do script ou perdas, é uma ferramenta em fase de teste.
NVT Signal with RMA and Thresholds (Strategy / Backtest)This is the strategy w/ backtester and trailing-stop / stop-loss for kishin's NVT alerts
Easy MTF RMAThis script plots 4 RMA's
The default is set to the RMA 50 of the 4hr,8hr,daily and weekly
TB! -=Old Fasion=- [ALERT]Good Old Fasion sma/rma trading done as it should be done!
Great for hedging
- Bitfinex
- Poloniex
- Bitmex
- Deribit
No repaint, no false alerts or any other kind of nonsense.
This the Alert version.
You can use it to send alerts to GunBot, Haasbot, Dragonbot, Trexen, Autoview or whatever makes you happy.
Multiple customizable MA own timeresolution own MA-typeMultiple (8) customizable MA
Features:
Set MA-Type/Smoothing: "RMA", "SMA", "EMA", "WMA", "VWMA"
Set Timeframe/Resolution: "60", "240", "1D", "1W", "1M", "Chart"
To use the native chart time resolution select "Chart" as TimeFrame
Colored Moving AveragesAs colored moving averages show local trends much better, here you go. Few different MA's in one script to switch between (SMA, EMA, WMA, VWMA, RMA).
You can also turn off 2 colors option if you don't need it.