Multi + EMA//@version=4
//Created By @alftrader
//Multi EMA
study(title="Multi EMA", shorttitle="Multi EMA", overlay=true)
src = close
len1 = input(13, minval=1, title="EMA 1")
len2 = input(20, minval=1, title="EMA 2")
len3 = input(50, minval=1, title="EMA 3")
len4 = input(100, minval=1, title="EMA 4")
len5 = input(200, minval=1, title="EMA 5")
ema1 = ema(src, len1)
ema2 = ema(src, len2)
ema3 = ema(src, len3)
ema4 = ema(src, len4)
ema5 = ema(src, len5)
//EMA Color
col1 = color.yellow
col2 = color.blue
col3 = color.red
col4 = color.gray
col5 = color.purple
//EMA Plots
plot(ema1, title="EMA 1", style=plot.style_line, linewidth=1, color=col1)
plot(ema2, title="EMA 2", style=plot.style_line, linewidth=1, color=col2)
plot(ema3, title="EMA 3", style=plot.style_line, linewidth=1, color=col3)
plot(ema4, title="EMA 4", style=plot.style_line, linewidth=1, color=col4)
plot(ema5, title="EMA 5", style=plot.style_line, linewidth=5, color=col5)
지수 이동 평균 (EMA)
EMA x 4 (TopDog)This indicator accompanies the TA course on the CM Top Dog Discord server.
You can use this strategy on any timeframe it works best on the daily and the 4H. I used Bitcoin for this example but you can use it on any coin or stock.
Ok, the rule is you only enter a position when yellow, green and blue cross the purple line upwards.
We exit our position when Y, G, and B cross purple downwards.
All the lines must cross the purple line if not, you stay in your position.
You see by using this simple technique you're never gonna be the bag holder anymore, and if you only would have traded BTC you would be in major profit. Now you can leave your emotions out of it and only look at what the indicator tells you.
Concept - AngeloGT
Scripting - SlamBadley
3 x EMAExponential Moving Averages
The indicator plots three moving averages.
The settings specify the period for the first moving average.
The period for the second moving average is considered as the period for the first one multiplied by 2.
The period for the third moving average is considered as the period for the first one multiplied by 3.
MA with a short period - green
MA with an average period - blue
MA with a long period - red
Экспоненциальные скользящие средние
Индикатор строит три скользящие средние.
В настройках указывается период для первой скользящей средней.
Период для второй скользящей считается как период для первой умноженной на 2.
Период для третьей скользящей считается как период для первой умноженной на 3.
Скользящая с коротким периодом - зеленая
Скользящая со средним периодом - синяя
Скользящая с длинным периодом - красная
Three EMAs Trend-following Strategy (by Coinrule)Trend-following strategies are great because they give you the peace of mind that you're trading in line with the market.
However, by definition, you're always following. That means you're always a bit later than your want to be. The main challenges such strategies face are:
Confirming that there is a trend
Following the trend, hopefully, early enough to catch the majority of the move
Hopping off the trade when it seems to have run its course
This EMA Trend-following strategy attempts to address such challenges while allowing for a dynamic stop loss.
ENTRY
The trading system requires three crossovers on the same candle to confirm that a new trend is beginning:
Price crossing over EMA 7
Price crossing over EMA 14
Price crossing over EMA 21
The first benefit of using all three crossovers is to reduce false signals. The second benefit is that you know that a strong trend is likely to develop relatively soon, with the help of the fast setup of the three EMAs.
EXIT
The strategy comes with a fixed take profit and a volatility stop, which acts as a trailing stop to adapt to the trend's strength. That helps you get out of the way as soon as market conditions change. Depending on your long-term confidence in the asset, you can edit the fixed take profit to be more conservative or aggressive.
The position is closed when:
The price increases by 4%
The price crosses below the volatility stop.
The best time frame for this strategy based on our backtest is the 4-hr. Shorter timeframes can also work well, although they exhibit larger volatility in their returns. In general, this approach suits medium timeframes. A trading fee of 0.1% is taken into account. The fee is aligned to the base fee applied on Binance, which is the largest cryptocurrency exchange.
Moving Average Crossover StrategyThe Moving Average Crossover indicator uses 3 moving averages (2 simple moving averages and 1 exponential moving average ) to signal long and short opportunities based on moving average crossovers. This strategy serves as a backtest to that indicator. By taking entry and exit positions based on moving average crossovers, we are able to project profit with this script. You are given the option to select which moving average crossings trigger entry and exit signals. Fast refers to an EMA which should be your shortest MA. Slow refers to the first SMA which will serve as a signal line. Trend refers to a long SMA which will help determine if you should take long positions or short. You can also filter by extra conditions such as minimum volume or RSI. For example, you may have the script trigger a buy signal if the 5ema crosses the 20 sma while RSI reads 60 and sell if it crosses again.
This strategy starts with $100,000 and uses 10% of the account per trade.
Fibonacci RibbonThe Fibonacci Ribbon (FibRib) creates two Fibonacci moving averages: essentially a Fibonacci WMA and a Fibonacci EMA.
The ribbon colors based on which is higher and where PA is relative to the ribbon.
Optional colored candles shades candles the same color as the ribbon.
OpenCipher AOpenCipher A is an open-source and free to use Overlay.
Features:
EMA Ribbons (Lengths: 5, 11, 15, 18, 21, 25, 29, 33)
Symbols ("Be careful" and "attention required" signals)
EMA Ribbons
The EMA RIbbons are a set of exponential moving averages. Blue and white ribbons = uptrend, gray ribbons = downtrend. The ribbons can act as support in uptrends and as resistance in downtrends.
Lengths and source of the ribbons are customizable.
Symbols
Green Dots: The green dot is a bullish symbol that appears whenever the EMA 11 crosses over EMA 33.
Red Cross: The red cross is a bearish symbol that appears whenever the EMA 5 crosses under EMA 11.
Blue Triangle: The blue triangle marks a possible trend reversal that appears whenever the EMA 5 crosses over EMA 25 while EMA 29 is below EMA 33.
Red Diamond: The red diamond is a bearish symbol that marks a potential local top whenever a bearish wavecross occurs (fast wave crosses under slow wave).
Yellow X: The yellow X is a warning signal that appears whenever a bearish wavecross occurs while the slow wave of the wavetrend is below -40 and the moneyflow is in the red (below zero).
Blood Diamond: The blood diamond is a bearish symbol that highlights whenever the red diamond and the red cross appear on the same candle.
Usage
Treat the symbols as signs that your attention might be required and don't trade based on them.
MACD Scalper AnalysisThis is a scalper analysis movement designed around MACD and 200 EMA
The rules are simple:
For long we check if the close of the candle is above the ema200 and we have a crossover between macd and signal
Once this happens we analyse the next candle, if its close higher than open , we can consider it a win and if its close lower than open we consider a lose.
For short we check if the close of the candle is below the ema200 and we have a crossunder between macd and signal
Once this happens we analyse the next candle, if its close higher than open , we can consider it a loss and if its close lower than open we consider a win.
Once we have all of this we analyse the average percentage movement and establish if the specific asset or timeframe is worthy for us.
At the same time it can give a good idea if we can go with a divergence strategy, like for example we have a short entry, but we will actually go long and viceversa.
If you have any questions let me know !
4 Moving Average-By AtropineA moving average is a statistic that captures the average change in a data series over time.
The moving average can be used to identify buying and selling opportunities with its own merit . When the stock price trades above its average price, it means the traders are willing to buy the stock at a price higher than its average price. This means the traders are optimistic about the stock price going higher. Therefore one should look at buying opportunities.
Likewise, when the stock price trades below its average price, it means the traders are willing to sell the stock at a price lesser than its average price. This means the traders are pessimistic about the stock price movement. Therefore one should look at selling opportunities.
We can develop a simple trading system based on these conclusions.
This Indicator Indicates 4 Moving Average of Different Periods.
Arresto MomentumScript uses 3 moving averages (customizable). What is present:
The thick color changing line is a 50 EMA with the Time Segmented Volume coded onto it for the color change. When TSV > 0, it is green, when TSV < 0, it is purple.
The other two moving averages are changeable by the user to be whatever type and length they want them to be.
When the 2 shorter EMAs cross and the 50 EMA matches the appropriate direction, a signal is printed.
Signals are plotted for "Buy" and "Sell"
Buy signals are rising Stars and Sell Signals are Falling Stars.
CPR by Hindustani Sandeep MalikThis script is based on the Secret of Pivot Boss book by Frank Ochoa.
You can view the Daily timeframe CPR/s1-s5 support/r1-r5 resistance.
You can view the Weekly timeframe CPR/s1 support/r1 resistance.
You can view the Monthly timeframe CPR/s1 support/r1 resistance.
Bitcoin trend RVI and Emastrategy with two emas and rvi.
Only long positions when fast ema above slow ema when rvi gives entry.
Only short positions when slow ema above fast ema when rvi gives entry.
Three Legged GooseThree Legged Goose
Three-Legged Goose is an all-in-one intraday trading system.
It features a sleek and customizable Opening range overlay with infinitely generating price targets, Average Daily Range Zones, Curated Anchored VWAPs, Total Volume and ATR analysis, as well as our state of the art Market Momentum Trend detection.
Three-Legged Goose also has important Daily levels, including the Previous Day's High and Low and the Current Days Open, three fully customizable Exponential Moving Averages, a customizable ema cloud, and a toggleable standard vwap.
Using this indicator allows you to get rid of any unnecessary indicators that are taking up those valuable slots in TradingView.
AVWAP + ORBS:
The Opening Range Breakout system builds off of our recommended 15min opening range and does all of your price target calculations based on the width of the opening range. These targets are fully customizable within the settings,
to allow fine-tuning from ticker to ticker. We have programmed three Anchored vwaps at different time intervals to act as a dynamic trend-finding instrument. These, along with the opening range breakout system, can help you quickly spot the day's trend and dynamic support and resistance long before your standard moving averages have caught up with price intraday.
Average Daily Range Zones:
We believe these zones to be essential to trading, especially with our system. These zones tend to act as areas of major support and resistance as well as give an idea of the projected volatility of the underlying.
Market Momentum Trend Detection:
We paint our momentum analysis directly on your candles. By taking the overall Market Internals + the underlying's Price movement, we can determine areas where we feel comfortable adding risk on or taking risk off.
This will help those that struggle at identifying trends and valid reversals.
All of the default settings are our recommended settings.
Please check the Author Instructions Below for how to gain access to our indicators.
Dillon's Double VWAP StrategyThis is based on Dillon's double VWAP strategy.
I enters when the ADX is low (aka not a trending market) and it's not close to the VWAP reset. Check it out.
DogeGuide V1.5 2022## DogeGuide V1.5 ## Pine Script V5
This is a very simple indicator that will provide users with a way to see EMAs
(exponential movingaverages), Includind the highlight between two EMA lines,
which are 15 and 30 lines.
EMAs are very strong support and resistance indicator to guide user though these tool by
fixed and default settings. And, easy to customize later are the main goal of this indicator.
## Easy to use for beginer ##
The EMA lines are given as common numbers, 15, 30, 100 and 200.
also user are allow to turn on one additonal line themselves.
the ribbon will show up/down trend based on EMA highlighten background for easy understanding.
In addition , Support and Resistance dot are added to help user to get the idea of where they are now.
whether to exist or not (just a tool to help you make decision).
There is a Buy/Sell label based on technique above, MACD and SET:SET Divergence signal.
Also, there is a small circle label to help with reading the buy and sell signal.
## Note ##
The indicator is set to work best with 1 day time frame.
RSI and Volume will help a lot to make a decision.
5 Minute EMA Cross StrategyThis simple Fast/Slow EMA cross strategy is designed to be used with Alertatron to place limit orders and use a trailing stop/take profit.
Features:
Indicators when the fast EMA crosses the slow EMA
Trailing Stop/Take Profit
Bar look back for placing limit order
Macro EMA filter to only trade with the macro trend
Big Snapper Alerts R3.0 + Chaiking Volatility condition + TP RSI//@version=5
//
// Bannos
// #NotTradingAdvice #DYOR
// Disclaimer.
// I AM NOT A FINANCIAL ADVISOR.
// THESE IDEAS ARE NOT ADVICE AND ARE FOR EDUCATION PURPOSES ONLY.
// ALWAYS DO YOUR OWN RESEARCH
//
// Author: Adaptation from JustUncleL Big Snapper by Bannos
// Date: May-2022
// Version: R1.0
//Description of this addon - Script using several new conditions to give Long/short and SL levels which was not proposed in the Big Snapper strategy "Big Snapper Alerts R3.0"
//"
//This strategy is based on the use of the Big Snapper outputs from the JustUncleL script and the addition of several conditions to define filtered conditions selecting signal synchrones with a trend and a rise of the volatility.
//Also the strategy proposes to define proportional stop losses and dynamic Take profit using an RSI strategy.
// After delivering the temporary ong/short signal and ploting a green or purple signal, several conditions are defined to consider a Signal is Long or short.
//Let s take the long signal as example(this is the same process with the opposite values for a short).
//step 1 - Long Definition:
// Snapper long signal stored in the buffer variable Longbuffer to say that in a close future, we could have all conditions for a long
// Now we need some conditions to combine with it:
//the second one is to be over the Ma_medium(55)
//and because this is not selective enough, the third one is a Volatility indicator "Chaikin Volatility" indicator giving an indication about the volatility of the price compared to the 10 last values
// -> Using the volatility indicator gives the possibility to increase the potential rise if the volatility is higher compared to the last periods.
//With these 3 signals, we get a robust indication about a potential long signal which is then stored in the variable "Longe"
//Now we have a long signal and can give a long signal with its Stop Loss
// The Long Signal is automatically given as the 3 conditions above are satisfied.
// The Stop loss is a function of the last Candle sizes giving a stop below the 70% of the overall candle which can be assimilated to a Fibonacci level. Below this level it makes sense to stop the trade as the chance to recover the complete Candle is more than 60%
//Now we are in an open Long and can use all the mentioned Stop loss condition but still need a Take Profit condition
//The take profit condition is based on a RSI strategy consisting in taking profit as soon as the RSI come back from the overbought area (which is here defined as a rsi over 70) and reaching the 63.5 level to trigger the Take Profit
//This TP condition is only active when Long is active and when an entry value as been defined.
//Entry and SL level appreas as soon as a Long or short arrow signal does appears. The Take profit will be conidtioned to the RSI.
//The final step in the cycle is a reinitialization of all the values giving the possibility to detect and treat any long new signal coming from the Big Snapper signal.
Waddah Attar Explosion V3 [NHK] -Bollinger - MACDWaddah Attar Explosion Version3 indicator to work in Forex and Crypto, This indicator oscillates above and below zero and the Bollinger band is plotted over the MACD Histogram to take quick decisions, Colors are changed for enhanced look. dead zone is plotted in a background area and option is provided to hide dead zone. One can easily detect sideways market movement using Bollinger band and volume. when volume is in between Bollinger band no trades are to be taken as volume is low and market moving in sideways
credits to: @shayankm and @LazyBear
Read the main description below...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This is a port of a famous MT4 indicator. This indicator uses MACD /BB to track trend direction and strength. Author suggests using this indicator on 30mins.
Explanation from the indicator developer:
"Various components of the indicator are:
Dead Zone Line: Works as a filter for weak signals. Do not trade when the up or down histogram is in between Dead Zone.
Histograms:
- Pink histogram shows the current down trend.
- Blue histogram shows the current up trend.
- Sienna line / Bollinger Band shows the explosion in price up or down.
Signal for ENTER_BUY: All the following conditions must be met.
- Blue histogram is raising.
- Blue histogram above Explosion line.
- Explosion line raising.
- Both Blue histogram and Explosion line above DeadZone line.
Signal for EXIT_BUY: Exit when Blue histogram crosses below Explosion line / Bollinger Band.
Signal for ENTER_SELL: All the following conditions must be met.
- Pink histogram is raising.
- Pink histogram above Explosion line.
- Explosion line raising.
- Both Pink histogram and Explosion line above DeadZone line.
Signal for EXIT_SELL: Exit when Pink histogram crosses below Explosion line.
All of the parameters are configurable via options page. You may have to tune it for your instrument.
Solution Zigma - Fibonacci Impulse'Solution Zigma' is strategy for any securities because this strategy use EMA of Fibonacci Level and Plot Like candle easy for analysis trend impulse. This strategy used DMI(ADX) for filter sideway but not greatest indicator, Please use this strategy with Risk Management.
MindJacked Stoch StratAs part of the How To Trade Crypto With a Full Time Job Series, this strategy has been developed to help you with the Stoch180 method.
With this strategy, you can:
> Change up Stochastic parameters;
> Select what EMA you'd like to use, as well as open, close etc;
> Change the signal options as you wish on the oscillator;
> Choose your long or short signal types in the form of:
-----> Stoch Below or Above Value
-----> K&D Cross Above or Below Value
-----> Stoch Cross Up or Below the Value
> You can choose your Backtesting timeframe / limits
> You can change the % of your TP and SL (use this to then work out R:R values)
> You can also (as per typical) change up your base currency, units, order size, pyramiding, commissions etc
> Per typical with strategies, you can also change up the style etc as you see fit
Thanks for using it! Mindset_BTC
TriautoETF(TQQQ) Short Strategy B1○ Objective.
This is a strategy for the TQQQ NASDAQ:TQQQ short strategy in the TriAuto ETF .
It is used as a hedging short rather than for profit-making purposes.
Entry and close points are indicated.
○ Strategy
The strategy is to hold a short position when the price falls below the moving average line, which is a market-conscious line that is rarely broken.
The close (settlement) is determined by using the moving average.
The moving average is based on the market-conscious QQQ NASDAQ:QQQ .
This script is used on the daily chart of the TQQQ.
It works as a hedge for long positions because open interest is held even at the major bottoms of the China and Corona shocks.
The system is set up to quickly cut its losses even if the moving average is "tricked" into falling below the moving average.