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
Простое скользящее среднее (SMA)
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.
SMA 4-602 скользящие средние линии ( simple moving average ) с периодами 4 и 60. Отлично показывает точки входа (в момент пересечения). подходит для краткосрочной торговли на валютных парах.
MACD/EMA Long StrategyThis incredibly simple strategy uses a combination of the 20 EMA and bullish/bearish MACD crosses as a low risk method of getting in and out of markets.
Depending on whether the market is above or below the 200 SMA, the script determines if the market is in bullish or bearish territory. Above the 200 SMA, the script will ignore the 20 EMA as a buy condition and buy solely on the confirmation of a bullish MACD cross upon the close of a candle. In this bullish market, the script will only enable the sell condition if both the MACD is bearish AND a close below the 20 EMA occurs. This is to reduce the chances of the script selling prematurely in the event of a bearish MACD cross, if the market is still in overall bullish territory.
When the market is below the 200 SMA, the confirmation occurs in the opposite direction. The buy condition will only be met if both the MACD is bullish AND a close above the 20 EMA occurs. However, the sell condition ignores the 20 EMA and will sell solely on the confirmation of a bearish MACD cross upon the close of the candle.
This strategy can be used in both bullish and bearish markets. This conservative strategy will slightly underperform in a bull market, with the sell condition occasionally being met and then potentially buying back higher. However, it will successfully get you out of a turning market and automatically switch into a more 'risk-off' mentality during a bear market. This strategy is not recommended for sideways markets, as trading around the 20 EMA coupled with a relatively flat MACD profile can cause the strategy to buy the peaks and sell troughs easily.
CryptoCoyns Cross Indicator [v2018-12-10]CryptoCoyns Cross
I use EMA crosses in a number of trading strategies and I often found myself
putting these onto charts. So to save some time I created this indicator that
allows me to put the most common ones on in one hit.
This indicator implements a series of Exponential Moving Averages to show
where they cross. This indicator works on any chart timeframe.
There is an option to swap over to using SMA rather than EMA for all MA lines.
MA lines can be turned on or off individually.
All colours are fully configurable.
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) 2018, Grant Cause aka CryptoCoyns
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
Simple Moving Averages Alert Scriptcan set alerts on 3 moving averages (crossovers) , experiment with different moving average lengths in the input settings menu, there is also a toggle switch which turns off the 3rd moving average being used as a stop.
will add a backtesting version at some point
5 Adaptable MA [BVCC]A slight evolution to the ideas presented in the original 7-28-50 BVCC overlay. This version allows you to switch between a custom 5 MA set up of your own choosing and the BVCC recommended 7-28-50-100-200 combo. Additionally, you can choose to mix the SMA and EMA components of the combo in any way that you wish.
Daily Moving Averages - 20EMA, 100SMA and 200SMAThis prints the daily 20EMA, 100SMA and 200SMA onto any time frame you want.
Daily Simplistic Moving Average Strategy 10/22Indicates crossing over or under of the 10 and 22 SMA
Best used on the daily chart for crypto assets such as BTC & ETH
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
Fibonacci Moving Average (EMA/SMA) Bundle //@v1.2 Fibonacci Moving Average (EMA/SMA) Bundle
//By Tantamount
//Save your TV indicator use counts by using the Fibonacci SMA/EMA all in one indicator! Toggle between Exponetial or Simple moving averages functionality, using Fibonacci the sequence.
//Fib moving averages are very good at locating support and resistance zones on multiple time frames.
//Customize and or input your very own moving average nomenclature by simply changing the input options from default: SMA (21, 55, 89, 144, 233) or EMA (21, 55, 89, 144, 233) Example: (8,13,21,55,89)
Support and Resistance Lines
Middle-High-Low Moving AverageThis indicator was originally developed by Vitali Apirine (Stocks & Commodities , V.34:9 (August, 2016): "The Middle-High-Low Moving Average").
You can use it to create a crossover trading system in conjuction with EMA/SMA.
Good luck!
Meister Shredder - Simple Moving Averages x4 ForecastIncludes the 21, 50, 100 and 200 SMA and 6 bar forecast
7-28-50 [BVCC]7 EMA
28 MA
50 MA
Derived from a strategy. I modified the 7 period to be EMA for more responsive monitoring.
7-28-507 EMA
28 MA
50 MA
Derived from a strategy. I modified the 7 period to be EMA for more responsive monitoring.
7-28-50 [BVCC]7 EMA
28 MA
50 MA
Derived from a strategy discussed in our telegram channel. I modified the 7 period to be EMA for more responsive monitoring.