(JS) Fibonacci Moving Averages RibbonI am a big fan of Fibonacci EMAs, however I added the ability to look at multiple moving average types.
Having the Fibonacci Moving Averages grouped together like this will make them much easier to manage with the object tree as well.
Something I plan on using myself to remove clutter on my charts! Hope you like it!
Simple Moving Average (SMA)
50 & 55 EMA CloudAfter testing thousands of indicators over the years, this simple EMA cloud indicator that I built is still my main weapon. It's always the first one I add to a blank charts and that is not going to change anytime soon.
I find EMAs and MAs are such underrated tools, By observing the price action surrounding these, I can see straight away if it's a good time to get into a trade or not.
As seen here, I also use the 200MA along with the 50/55EMA cloud to find extra strong support and resistances. If price starts to reject both the cloud and the 200MA at the same time/level, then it's a very good indication the price is going to make a big move in that direction as seen here in this chart.
cbci cu//@version=3
// Constance Brown Composite Index
// Re-implementation of CBCI based upon LazyBear's version + source text
// References:
//
// original author: @LazyBear
// "Technical Analysis for Trading Professionals" by Constance Brown, pg. 369
rsi sma/ema cuCustom RSI with SMA 9, EMA 45 and Bull/Bear Control Zones from Krown and Constance Brown.
EMA 21/55/89/200 & SMA 50/100/200Free to use indicator combining all important time periods for two of the most valuable trading tools: EMAs and SMAs . As you can see on the chart and previous time periods, BTC often bounces off these, giving you an insight into possible future price movement. Add to your favourite scripts now at the bottom of this page and stay ahead of the game.
Switching off all except the most important periods in the indicator settings (21 & 55 EMA + 100 & 200 MA) can help keep a nice clean trading chart, if that is your preference.
SIMPLE MOVING AVERAGE
Smooths out the price across each period to reveal short, medium and long term trends and potential areas of support or resistance.
50, 100 and 200 are three of the most commonly used/respected moving averages.
The 200MA in particular provides very strong support/resistance on longer time frames.
EXPONENTIAL MOVING AVERAGE
A slightly more sophisticated version of the moving average, the EMA gives more weight to recent price action (i.e. a recent big move up/down will be reflection sooner... "the trend is your friend").
21, 55, 89 and 200 are four of the most commonly used/respected exponential moving averages.
The 21 and 55 EMA are undoubtedly the most powerful, and somewhat a self-fulfilling prophecy since so many people follow them.
Just so you know...
Green = 55/50, blue = 89/100, red = 200/200
EMAs are shown with thinner lines (as they change direction faster, think light and quick)
SMAs are shown with thicker lines (as they change direction slower, think heavier and more respected)
My free Combined RSI and Stochastic RSI Indicator , is also shown on the chart above and will save you valuable space on your trading screen, since you are strictly limited to the number of indicators you can use at one time. Give it a try and you'll wonder why you ever had separate indicators for RSI and Stoch RSI clogging up both your screen and indicator allowance.
These tools are for educational purposes only and not a recommendation to buy or sell. Always do your own research before trading.
10/20 MA Cross-Over with Heikin-Ashi Signals by SchobbejakThe 10/20 MA Heikin-Ashi Strategy is the best I know. It's easy, it's elegant, it's effective.
It's particularly effective in markets that trend on the daily. You may lose some money when markets are choppy, but your loss will be more than compensated when you're aboard during the big moves at the beginning of a trend or after retraces. There's that, and you nearly eliminate the risk of losing your profit in the long run.
The results are good throughout most assets, and at their best when an asset is making new all-time highs.
It uses two simple moving averages: the 10 MA (blue), and the 20 MA (red), together with heikin-ashi candles. Now here's the great thing. This script does not change your regular candles into heikin-ashi ones, which would have been annoying; instead, it subtly prints either a blue dot or a red square around your normal candles, indicating a heikin-ashi change from red to green, or from green to red, respectively. This way, you get both regular and heikin ashi "candles" on your chart.
Here's how to use it.
Go LONG in case of ALL of the below:
1) A blue dot appeared under the last daily candle (meaning the heikin-ashi is now "green").
2) The blue MA-line is above the red MA-line.
3) Price has recently breached the blue MA-line upwards, and is now above.
COVER when one or more of the above is no longer the case. This is very important. You want to keep your profit.
Go SHORT in case of ALL of the below:
1) A red square appeared above the last daily candle (meaning the heikin-ashi is now "red").
2) The red MA-line is above the blue MA-line.
3) Price has recently breached the blue MA-line downwards, and is now below.
Again, COVER when one or more of the above is no longer the case. This is what gives you your edge.
It's that easy.
Now, why did I make the signal blue, and not green? Because blue looks much better with red than green does. It's my firm believe one does not become rich using ugly charts.
Good luck trading.
--You may tip me using bitcoin: bc1q9pc95v4kxh6rdxl737jg0j02dcxu23n5z78hq9 . Much appreciated!--
10/20 MA Cross-Over with Heikin-Ashi Signals by SchobbejakThe 10/20 MA Heikin-Ashi Strategy is the best I know. It's easy, it's elegant, it's effective.
It's particularly effective in markets that trend on the daily. You may lose some money when markets are choppy, but your loss will be more than compensated when you're aboard during the big moves at the beginning of a trend or after retraces. There's that, and you nearly eliminate the chances of losing your profit.
The results are good throughout most assets, and at their best when an asset is making new all-time highs.
It uses two simple moving averages: the 10 MA (blue), and the 20 MA (red), together with heikin-ashi candles. Now here's the great thing. This script does not change your regular candles into heikin-ashi ones, which would have been annoying; instead, it subtly prints either a blue dot or a red square around your normal candles, indicating a heikin-ashi change from red to green, or from green to red, respectively. This way, you get both regular and heikin ashi "candles" on your chart.
Here's how to use it.
Go LONG in case of ALL of the below:
1) A blue dot appeared under the last daily candle (meaning the heikin-ashi is now "green").
2) The blue MA-line is above the red MA-line.
3) Price has recently breached the blue MA-line upwards, and is now above.
COVER when one or more of the above is no longer the case. This is very important. You want to keep your profit.
Go SHORT in case of ALL of the below:
1) A red square appeared above the last daily candle (meaning the heikin-ashi is now "red").
2) The red MA-line is above the blue MA-line.
3) Price has recently breached the blue MA-line downwards, and is now below.
Again, COVER when one or more of the above is no longer the case. This is what gives you your edge.
It's that easy.
Now, why did I make the signal blue, and not green? Because blue looks much better with red than green does. It's my firm believe one does not become rich using ugly charts.
Good luck trading.
--You may tip me using bitcoin: bc1q9pc95v4kxh6rdxl737jg0j02dcxu23n5z78hq9 . Much appreciated!--
TH_MA Directional ChangeSimple script
Plot flag on chart when HMA (default), EMA or SMA is changing direction.
Smart Target Introduction
This is the first forward-looking indicator on TradingView!
A normal moving average indicator will use two averages of differing lengths, referred to as “fast and slow” or “short and long” moving averages, to identify trends and potential trades.
The Smart Target indicator uses the average trade profitability and trade duration of a moving average strategy to determine a forward-looking target that is specific to the chart that it has been applied to.
Every historical trade is considered when the indicator determines the future price target of an asset and the accuracy will improve with time as new trade data is continually introduced.
Indicator Utility
If the fast-moving average crosses above the slow, a blue target will appear.
A red target will appear when the fast-moving average crosses below the slow.
The target will never change once it has been plotted and will not repaint in any way which means that it is fully functional for trading in real-time.
Input Values
The period length of the two moving averages will need to be determined by the user and can be changed in the indicator settings panel.
View the full documentation on this indicator at this link: www.kenzing.com
MA5-13-50 by biruvyatirimciUmit Uslucan'ın MA5-13-50 stratejisine göre hareketli ortalamaları çiziyor, MA13 değeri yükselişte ise yeşil inişte ise pembe çiziyor.
* biruvyatirimci
GoldenCross & DeathCrossBNC:BLX
Its a simple Golden- and Death-Cross Indicator BNC:BLX
... it highlights the Crosses and labels them. It also highlights the bar where the cross happend.
Enjoy and buy me a coffee if you liked it.
ETH: 0x4F27c7eC42b898E0B79fA9a35dC9b585e4c56579
Moving Average DivergenceThis script helps to identify the divergence in moving average with the price.
Moving Average Cross Alert, Multi-Timeframe OptionSee when two moving averages cross. With the option to choose between four moving average calculations:
SMA = simple moving average
EMA = exponential moving average (default)
WMA = weighted moving average
Linear = linear regression
The moving averages can be plotted from different time-frames, like e.g. the weekly or 4 hour time-frame using HL2 , HLC3 or OHLC4 as price source for the calculation. In addition there is a background color alert and arrows when the moving averages cross each other when the price also rises or falls. And the moving averages are colored depending on their trend direction (if they are trending up or down).
Multiple Moving AveragesMade to plot 2 DASHED EMAs and 2 SOLID SMAs with custom period so you don't have to use more than 1 indicator for your MAs.
BB Forecast PrototypeExperiment to try apply @atrader2's MA Forecast () to bollinger bands - didn't exactly work out how I expected it to, especially with the Upper/Lower forecast projections.
3 EMA (15-50-200) - 6 SMA (7-30-50-128-200-360)3 Moving Average Exponential - 6 Simple Moving Average . Crypto EMA - MA . 7 is a fast support or resistance, 15 confirmation support or resistance. 30 Important support and resistance . 50 institutional support or resistance. 200 institutional general trend, support and resistance , 360 general trend, support and resistance . The use of EMA or MA is according to your liking/trading plan