Đường Trung bình trượt Đơn giản (SMA)
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
Triple SMAJust three SMA combined. This is very useful for free user, which is limited to use three indicators per chart
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.
Triple Moving AverageTriple moving average with customizable MA lengths, MA types (SMA (default), EMA, WMA).
Show 3 MA disables the default plots.
Show 6 plots 3 SMA (default) and 3 EMA. The EMA plots are light colors to be subtle and non-cluttering. Disabled by default. These plots act independent of other options.
Toggle 3/2 will display 3 MAs (default) or 2 MAs (unchecked).
Meister Shredder - Simple Moving Averages x4added the 21 simple moving average
the script includes now:
sma 21
sma 50
sma 100
sma 200
PT_MA Cross VisualiserThis indicator is designed for use with Profit Trailer's CROSS strategies.
The user can select either EMA or SMA averages and input their own buy value settings.
PT_MA_GAIN_VisualiserThis indicator is designed for use with Profit Trailer's GAIN strategies.
The user can select either EMA or SMA averages and input their own buy value settings.
It incorporates trailing values, either manual trailing values or automatically calculated values based on volatility.
PT_maSpreadThis indicator is designed for use with Profit Trailer's SPREAD strategies.
The user can select either EMA or SMA averages and input their own buy value settings.
It incorporates trailing values, either manual trailing values or automatically calculated values based on volatility.
Four Moving AveragesCombined the Four Simple Moving Averages I use most frequently into a Single indicator.
Defaults to:
21-Day MA - Blue
50-Day MA - Green
100-Day MA - Orange
200-Day MA - Red
Pring Special KPring Special K indicator script. This indicator was originally developed by Marting Pring.
Acceleration BandsAcceleration Bands indicator script. This indicator was originally developed by Price Headley.
Moving Average 50/200 Golden Cross or Dead CrossA strategy is to apply two moving averages to a chart, one longer and one shorter. When the shorter MA 50 day scrosses above the longer term MA 200 days it's a buy signal as it indicates the trend is shifting up.This is known as a "golden cross."
When the shorter MA crosses below the longer term MA it's a sell signal as it indicates the trend is shifting down. This is known as a "dead/death cross"
For cryptocurrencies use 4 hour charts.
Kozlod - Yet Another Moving Average Cross Alerts (9 MA types)You can choose one of these MA types in params:
Simple Moving Average ( SMA )
Exponential Moving Average ( EMA )
Weighted Moving Average ( WMA )
Arnaud Legoux Moving Average ( ALMA )
Hull Moving Average ( HMA )
Volume-weighted Moving Average ( VWMA )
Least Square Moving Average ( LSMA )
Smoothed Moving Average ( SMMA )
Double Exponential Moving Average ( DEMA )
Also you can select SL/PT % levels.
There are 4 alerts available: LONG/SHORT/EXIT LONG/EXIT SHORT
Same script as strategy:
Low SMA of SMAgain over the chart for ProfitTrailerLow SMA of SMAgain over the chart for ProfitTrailer
This script prints low SMA line over the chart.
Buy value and time frame numbers can be modified in format.
Basically this is same with previous scripts of mine.
Though this does not show the spread between the price and low SMA line (SMAgain) and buy value, you can see the buy trailing signal.
If you set buy value positive for gain starategy, the buy trailing will start from the time point indicated by "▲".
If you set buy value negative for gain starategy, the buy trailing will start from the time point indicated by "▼".
This script is to help myself understand the buy strategies of ProfitTrailer.
Any comments and suggestions are welcome.
SMAgainSMAgain in ProfitTrailer is the strategy using the spread difference between the price and combination of fast SMA and slow SMA.
Buy value and time frame numbers are from popular setting, which can be modified in format.
If you set buy value positive for gain starategy, it is mostly between the price and slow SMA except one or two candle right after cross (sometimes three candles). In the time point indicated by "▲", the trailing for buy will start.
If you set buy value negative for gain starategy, it is mostly between the price and fast SMA except one or two candle right after cross (sometimes three candles). In the time point indicated by "▼", the trailing for buy will start.
This script is to help myself understand the buy strategies of ProfitTrailer.
Any comments and suggestions are welcome.
Birleşik Hareketli Ortalamalarbirleşik hareketli ortalamalar içerisinde
1)MA 50 mavi renkli
2)MA200 kırmızı renkli
3)EMA 144 turuncu renkli olarak yazılmıştır.
Böylece grafik üzerinde gösterge sayımızın 3 ile sınırlı olmasıyla oluşan kısıtlamamız rahatlatılmış olacaktır.
ENA üçgen birliği yatırımcılarına yararlı olması dileklerimle
50,100,200 MA by CryptoLife71(FIXED)Updated the code by CryptoLife71 so that the 200ma shows correctly.