Momentum Oscillators [CP]This is collection of 3 Momentum Oscillators:
*RSI
*Stochastic
*SRSI
You can filter each one with the following options:
*SMA
*EMA
*Hull MA
*Linear Regression
*Laguerre
*SuperSmoother
*SuperSmoother
Sma
ProfitTrailer Example TradingView Signals [v2019-01-31]ProfitTrailer Example TradingView Signal
This script provides an example of a TradingView Signal for use with ProfitTrailer's
new SIGNALS functionality and it's new TradingView integration capability.
This signals script implements a simple Moving Average Cross strategy
that works on any chart timeframe.
It allows you to pick the Price source i.e. Open, Close (default), etc.
You are able to choose between EMA (default) or SMA moving average
calculations.
You can define the fast and slow period lengths for use within the
moving average calculations.
If you get some value out of this indicator please consider making
a small donation to my favourite charity the Save the Childrens Fund.
Every donation will make a difference to the lives of children.
All donations over $2 are tax deductable. You can donate here:
savethechildrenfundraising.org.au
Copyright (c) 2019, Grant Cause aka CryptoCoyns
Bitstamp BTC Horizontal 200 Week SMAsmall change to my horizontal 200 week SMA script.
Plots the latest 200 week SMA value from Bitstamp BTCUSD on the chart. I use it for the Bitmex chart, as Bitmex doesn't have enough history for a 200 week moving average.
dmw_3SMACross3 SMA set to 5 10 20 used to find the crossing points for pattern reversals or breakouts.
Multiple EMA/SMACreate and customize up to 6 EMAs and 6 SMAs. Useful for both long-term and short-term trading. Comes configured with the moving averages I use for trading.
50/100/200 Moving Averages (Pine Script For Copy)by fresca
SCRIPT LANGUAGE
Copy script below and adjust based on your preferences.
-function (change function from "sma" to "ema", "wma" and more)
-length (25 Day, 150 Day or add more averages to the three in this script.)
-color, (red, yellow, etc. or use color hex codes i.e. #FEDA15, #FFAD8F, etc.)
-transparency (set to desired level 1-100)
Or add more options.
RESOURCES
Color hex codes site: www.canva.com
Trading View Pine Script Editor Reference Guide: www.tradingview.com
Horizontal 200 Week SMAfor horizontal level traders that don't want to disregard the 200 week SMA.
Plots a horizontal line for the latest 200 week SMA value in lieu of a wavy line.
Open the indicator's settings and check the "Price Line" box for max visibility
MA Crossover TypeDraws the up and down crossovers of a specified MA Type.
# Inputs
- MA Type: "sma", "ema", "swma", "vwma", "wma"
- Length >=1
- Source
- Offset >= 0
- Show cross Up?
- Show cross Down?
# Open Source
The code is open source @ github.com and uses the commonpine library github.com
MA TypeAdd your MA Type.
# Inputs
- MA Type: "sma", "ema", "swma", "vwma", "wma"
- Length >=1
- Source
- Offset >= 0
Afastamento da Média (by Fabio Figueiredo)This indicator was created by Fábio Figueiredo (VLAD)
The idea is to show the distance in percentage that the asset is of the SMA of the price, so it is possible to know if the price is very stretched or not
I also added the SMA of "distance of SMA" as extra information.
SMA True Range(%)In this Indicator, we have the "True Range" in percentage and the "SMA True Range" in percentage.
we have a good difference from "SMA True Range" to "True Range".
I believe that the "SMA True Range" better shows the volatility, making your stop and target better placed.
multiple SMA EMA BB full mod + timeframeyou can add as much SMA EMA BB as you want by editting the source code
just remove the // from the indicator code
Priceit plots
ema - you can choose length
it plots a custom price say x
it plots price x*factors >
1.0005* price
1.001* price
0.9995* price
0.999* price
1.002* price
1.004* price
1.006* price
1.008* price
1.010* price
1.012* price
you can edit these , the scrip is open source
it plots ohlc4 and ohlc4* factors
1.0005* ohlc4
1.001* ohlc4
0.9995* ohlc4
0.999* ohlc4
you can edit these , the scrip is open source
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.
Meister Shredder - Simple Moving Averages x4 ForecastIncludes the 21, 50, 100 and 200 SMA and 6 bar forecast
Directional filterThe idea is to show simply through colors "stronger or weaker" the relevance of candles in the current direction of the asset.
the indicator was made to be used in the graphics of 5m and 15m. based on the SMA20 already indicated previously and with a SMA20 of the graph of 60m.
candles will have their colors modified according to their relevance in the current trend, "A" through "D", where "A" is the strongest and "D" is the weakest.
Conditions:
Buy candle A: price closes above SMA20 (5m or 15m) and above SM20 of 60m.
Buy candle B: price closes above the SMA20 (5m or 15m) and below the SMA20 of 60m.
Buy candle C: Price closes below the SMA20 (5m or 15m) and above the SMA20 60m.
Buy candle D: price closes below the SMA20 (5m or 15m) and below the SMA20 of 60m.
Sell candle A: price closes below the SMA20 (5m or 15m) and below the SMA20 of 60m.
Sell candle B: price closes below the SMA20 (5m or 15m) and above the SMA20 of 60m.
Sell candle C: price closes above the SMA20 (5m or 15m) and below the SMA20 of 60m.
Sell candle D: price closes above the SMA20 (5m or 15m) and above the SMA20 of 60m.
Note 1: SMA8 and SMA200 are also inserted (but they do not interfere with the indicator)
Note 2:
I will leave an image with the colors that represent the relevance of each candle.
imageshack.com
Multi-period Simple Moving Average trenderA plot of 6 SMA's grouped by 3's for short and long views of trading patterns.