Multiple Moving Averages using only 1 indicator! (configurable)Simple modification to an existing script that allows for configurable MA lookback-lengths
Simple Moving Average (SMA)
Leeloo Triple Simple Moving AverageAllows you to have three simple moving averages in one indicator.
Vamp's Six Simple Moving AveragesProvides the 6 moving averages @ChartVampire uses in a single indicator
Simple_longshort_signalsLong Entry
Criteria:
1) Green candle close above 50MA
2) Green candle close above 20MA
3) MA of RSI(14) is cross upward 50
Result: displays green up arrow
Long Exit
Criteria:
1) Three red candles in a row
2) Any candle close bellow 20MA
3) MA of RSI(14) cross downward 50
Result: displays green diamond
Short Entry
1) Red candle close bellow 50MA
2) Red candle close bellow 20MA
3) MA of RSI(14) is cross downward 50
Result: displays red down arrow
Short Exit
Criteria
1) Three green candles in a row
2) Any candle close above 20MA
3) MA of RSI(14) is cross upward 50
Result: displays red diamond
4 Moving Averages4 Moving averages contained in one indicator. Based on the recommendation of Alessio Rastani in this video. It includes the 21, 55 & 100 EMAs and the 200 SMA.
I have also included the close for using setting up "cross" alerts with each of the MAs.
Leading Trader Pulse - Reverse EngineerMy attempt to replicate the functionality of the 'LT Pulse' based on information available in Alessio Rastani videos.
Dow Phases MA [ROCHA]phases of dow theory
1 - recuperation
2 - accumulation
3 - buy
4 - attention
5 - distribution
6 - sell
Tom's Moving Average & Lagging SpanSinple Moving Average 5 / 20 / 40 / 100 / 200
Ichimoku Lagging Span
tom_btcfx_fx setting
14/28 Day SMA Divergence and RSI - No RepaintIf you are interested in purchasing my algorithmic trading bot that receives Tradingview indicator alerts via email and then executes them in Bittrex, please visit my product page here: ilikestocks.com Additionally, I would love to create video/blog guides on creating Tradingview scripts or strategies. If you are a knowledgeable in finance or other related fields and would like to be featured on my page, please contact me at tanner@ilikestocks.com.
No crossovers were used in this script, and this is likely the reason for the no repaint(Correct me if wrong).
This strategy script uses a 14-day SMA signal line, a 28-day SMA and RSI. The strategy works by determining whether the (14-day SMA is above the 28-day SMA and the RSI levels are overbought(below 30)) or RSI is very overbought(below 13 or so). Once either of these conditions have been met, a long position is opened.
The initial long position must be partially closed by the take profit first and then the final close is executed if the 14-day signal SMA is below the 28-day SMA; you may also exclusively use take profit to close positions.
The green plotted spikes are the initial long position conditions. The orange plotted spikes are take profit signals once a long position is opened. The red plotted spikes are plotted when the SMA 14-day is below the 28-day SMA.
Please do leave constructive criticism or comments below because it helps me better create scripts!
BB limitMarket maker strategy using Bollinger bands as entry, moving average as close and simple stop-loss with percentage of entry position. It was extremely profitable in june on xbtusd.
Show EMA and SMA's at the same timeYou can now add both exponential and simple moving averages at the same time. ie a 7 day Simple Moving Average and a 21 day Exponential Moving Average.
5 Moving AveragesI don't sell indicators only strategies I use for dynamic support and resistance sometimes. www.youtube.com
Inverted Yield Curve IndicatorThe last seven recessions were preceded by an inverted yield curve. This is preset to the 2 year and 10 year US bond, weekly, but you can set it to whatever you like.
Published with source code for anyone to modify. This is the first in a series of indicators I intend to publish as a package of economic recoverty/recession symptom indicators.
Three Moving AveragesThis is simply three moving averages in the same indicator, with the possibility to change the source, length, offset and type on every moving average (Simple, Exponential, Weighted, Volume-weighted, Triple EMA or a moving average that uses RSI ).
If you want to disable any of the moving averages, then do that under the "Style"-tab by unchecking the box for that moving average.