Double EMA CROSS
Double EMA CROSS (DEC)
Useful for identifying and receiving alerts about uptrends and downtrends.
This script uses two Exponential Moving Averages (EMAs) to find price uptrends and downtrends.
An Exponential Moving Average ( EMA ) is a type of moving average that places a greater weight and significance on the most recent data points.
The script produces uptrend and downtrend signals based on crossovers and divergences between the two EMAs,
the user will be able to spot a trend change (when the EMAs crossover) and to determine the strength of the current trend (when the EMAs diverge).
It is also posible to get alerts for uptrends and downtrends on the web and mobile app with sound and pop-ups as well as via email.
The optimal time to enter and exit the market can be concluded from this trend changes.
The user can set their own EMAs, by default they are set to 25 and 75 periods for medium and long term respectively.
When the medium term EMA crosses below the long term EMA the asset is in a downtrend and the price will decline, and when the
medium term EMA crosses above the long term EMA the asset is in an uptrend and price will increase.
This scripts plots the following indicators and signals on the chart to help the user to identify trends:
1.- Medium and long term EMAs as lines overlaid on the price chart.
2.- Up green triangles above bars when the price is on an uptrend and down red triangles below bars when the price is on a downtrend.
3.- Arrows with text to indicate the start of an uptrend or downtrend.
The user can enable and disable the indicators and signals as well as set colors and shapes to their liking.
This script also lets the user create alerts for uptrends and downtrends. To create a new alert using this script follow this instructions:
1.- Once you added this script to your chart, go to the alerts panel (right on web or bottom tool bar on the mobile app) and add a new alert (alarm clock icon with a plus sign).
2.- A modal window will open. On the “Condition” dropdown menu select “DEC”.
3.- On the next dropdown menu (right below the “Condition” one) you can select.
4.- Lastly you can set all the normal alert options and create the alert.
Cross
MA(X) + ForecastingSimply put, MA(X) + Forecasting is a moving average cross visualizer which allows the end-user to enter two user defined moving averages, each with their own length, source, and type, to create the visualized ribbon, as well as the option for an additional three separate moving averages, all with their own length, source, and type enabling MA(X) the flexibility to be used for any one of your favorite moving average strategies or in conjunction with another for added confluence.
Additionally, MA(X) also has a built in moving average ‘Forecasting’ feature, which calculates and projects the trajectory of each moving average. For added flexibility, the forecasting feature has 4 bias settings, (Neutral, Bullish, Bearish, Auto). The first three bias settings are rather self explanatory, and the “Auto” bias setting will in a nutshell automatically determine the current market cycle, and then apply the correct bias setting to use.
By default, the indicator is setup with the settings for the Daily SMA strategy ’10 SMA + 22 SMA’ as well as the Daily EMA+SMA strategy “21 EMA”, but can be used on any timeframe with any settings needed.
Enjoy!
@Cross_Media&Pivot&TRADE_Entry_and_ExitThis script uses the functions plot(), cross(), plotcandle(), pivothigh() and pivotllow(). You can see the candles in the color green, above EMA 72 (Exponetional Move Average), and the color red, below EMA72. You can identify the position of the crossing UP and DOWN of the EMA 08 x EMA 17, EMA 17 x EMA72. You can identify the TRADE ENTRY points with the pivot high and TRADE EXIT with the pivot Low.
Bjorgum RSIRSI output signals are displayed with color change to reflect the plotted value. This makes evaluating RSI conditions require but a glance.
RSI momentum buy signals are given on the cross of the 50 level, whereas sell signals are given on a fall below.
Default values a 5 period RSI which gives more timely entrances and exits for swing traders. This can be adjusted to the typical 14 period if the viewer desires slower signals.
Bullish and bearish area is shaded to accentuate the signal to the eye.
Excellent results can be found when coupling BJ RSI, with BJ TSI, and the reversal system using all 3 as a complete together simultaneously
Default color changes are plotted as a recorded value falls within the following levels:
RSI < 30 = green
RSI 30-50 = red
RSI 50-70 = blue
RSI 70-80 = yellow
RSI 80-90 = orange
RSI 90-100 = white hot
MACD with 3 strategiesMACD WITH 3 STRATEGIES
- Macd line change colour when cross the signal line
- Background Color change colour based on a moving average, on settings the value of the moving average can be changed 50,100,150,200
- Strategy one based on Macd lines with bar changing colours
- Strategy two based on Macd lines but with a different method
- Strategy three based on two other trending indicators
This indicator can be used to spot trends and changing of direction of the market and with the bar coloured its easier to identify them.
The strategy one can be used as confirmation of a trend or as changing direction integrated with other indicators like Rsi , Stochastic, Supertrend , Bollinger band, with ema option mode works better.
The strategy two can be use together with the back ground colour: When is red and the candles are red can be identified as strong drown trend.
When is green and the candles are green can be identified as strong up trend.
The strategy three can be used after checked the strategy two for more confirmation for a trend.
VERY IMPORTANT WHEN YOU TRY A NEW STRATEGY TEST IT IN A DEMO ACCOUNT FOR AT LEAST 3 MONTHS
Every donations will be devolved to cancer research and you ll have one month free trial.
If you want to purchase this indicator 30% will be devolved to cancer research.
Please leave a comment or message me if you want you have two weeks trial.
Enjoy!
Moving Average Cross Strategy early Closing This is my example for the Moving Average Cross Strategy with early Closing. You can modify the strategy for your individual setup and market.
I tested the strategy in DAX30 and SP55
MA Cross - Multi-Timeframe The MA cross is probably one of my favourite strategies because of its simplicity but it often gets overlooked for more complex strategies.
The original author of this script is ChartArt, I have just added some extra controls and functions which are outlined below. I would just like to add that this is my first published script, everything I have learned about coding has been from studying and tinkering with many of the publicly available scripts on TV so I would like thank all the authors who give out this knowledge so freely!
Updates
- Converted to v4
- Made some graphical changes and provided more control over plots
- Added RMA and VWMA
- Added alerts
Original script can be found here
Cross DoublesThis is a moving average cross script that plots moving averages of moving averages. Easier to find settings with one length instead of two I think.
Use this script for inspiration or find good settings and share them, simply publishing this because I couldn't find it on TradingView yet.
Have a nice day!
Moving Average CrossNote: This is just an idea, I did not test this for trading.
MA Cross normally uses close as source in the moving averages, this script uses highs and lows as source.
In an uptrend you will see the 20 period high EMA and 50 period low EMA, once they cross, the indicator will switch to 20 period low EMA and 50 period high EMA. This gives it way less fake crosses as you see in the image on BTC.
As i said above, this is just an idea. If you change the settings, they might not cross at all.. so do your own testing.
Hope this code can help someone.
[Max] SwamiEmaCrossIt's a swami chart on emacross
if eman+1 > eman : green when inverse red, when no data yellow
If you have any idear on swamichart implementation feel free to ask.
Inspire of RicardoSantos work
Have a nice day
MultiType Shifting Predictive Moving Averages (MA) CrossoverJust 2 Moving Averages with adjustable settings and shifting capability, plus signals and predicting continuations.
At the time of publish these different types of MAs are supported:
- SMA (Simple)
- EMA (Exponential)
- DEMA (Double Exponential)
- TEMA (Triple Exponential)
- RMA (Adjusted Exponential)
- WMA (Weighted)
- VWMA (Volume Weighted)
- SWMA (Symmetrically Weighted)
- HMA (Hull)
I'm looking forward to any idea about filtering the signals. Thanks.
EMA Cross
Uses EMA crosses as a signal for entry.
Configurable first TP profit level
Stop moves up to entry after first TP
Option to use ROC and Price Gap as filters to entries
Moving Average Variable Kit W/ Alerts V3 [Moon]Create your own MA system
5 basic kinds of Moving Average types available for now
DEMA
EMA
SMA
TEMA
WMA
Mix and match moving average types and lengths.
Create your own alerts built into Tradingview.
Turn alerts or MAs off or on with 1 click.
Choose visual transparency and alert coloration - everything is customizable.
Trend candles on crossovers.
Choose your MA input source.
Create your own MA cloud or cloud ribbons.
Trend MA coloration on candle or bar interactions.
It really empowers you to experiment and create your own trading system or strategy.
Don't be afraid to use Renko or Heikin Ashi for trend spotting or reversals.
Copy built in exchange bands or indicators for an edge up on the competition or exchange users (these are heavily watched and in my opinion do affect the price action especially on smaller coins like alts).
This is Binance's default kit that you can easily make (7/25/99) SMAs.
Works well on traditional markets or Forex | Should be cross compatible on any asset or timeframe.
Turn off a majority of signals except for "buy" or "sell" alerts. Use these clusters to DCA, short, long or take profit.
Use it to monitor classic "Golden" or "Death" crosses - Set a TV alert to get a notification when it official goes off.
These are just a few of the things you can create. I encourage you to explore further.
Send me a DM if interested.
Price Distance to its MA by DGTPrices high above the moving average (MA) or low below it are likely to be remedied in the future by a reverse price movement as stated in an Article by Denis Alajbeg, Zoran Bubas and Dina Vasic published in International Journal of Economics, Commerce and Management
Here comes a study to indicate the idea of this article, Price Distance to its Moving Averages (P/MA Ratio)
The analysis expressed in the paper indicates that there is a connection between the distance of the prices to moving averages and subsequent returns : portfolios of stocks with lower prices to moving averages generally outperformed portfolios of stocks with higher prices to moving averages. This “overextended” effect is more pronounced when using shorter moving averages of 20 and 50 days, and is especially strong in short-term holding periods like one and two weeks. The highest annual returns are recorded when buying in the range of 0-5% below shorter moving averages of 20/50 days, and 0-10% below longer moving averages of 100/200 days. However, buying very far below almost all moving averages on almost all holding periods produces the lowest returns.
The concept of this study recognizes three different modes of action.
In a clearly established upward trend traders should be buying when prices are near or below the MA line and selling when prices move too far above the MA.
Conversely, in downward trend stocks should be shorted when reaching or going above the moving average and covered when they drop too far below the MA line.
In a sideways movement traders are advised to buy if the price is too low below the moving average and sell when it goes too far above it
Short-term traders can expect to outperform in a one or two week time window if buying stocks with lower prices compared to their 20 and 50 SMA/EMA, one to two-week holding periods is quite high, ranging from 72,09% to 90,61% for the SMA(20, 50) and 85,03% to 87,5% for the EMA(20, 50). The best results for the SMA 20 and 50, on average, are concentrated in the region of 0-5% below the MA for the majority of holding periods. Buying very far below almost all MA in almost all holding periods turns out to be the worst possible option
Candle patterns, momentum could be used in conjunction with this indicator for better results. Try Colored DMI and Ichimoku colored SuperTrend by DGT
ck - EMA Cross with AlertsDisplays 5 popular EMAs (you can hide any you don’t want to see from the “Styles” screen when editing the config).
Set the values for your EMAs by clicking the cog after adding this indicator to your chart.
A Long or Short signal is fired when EMA1 crosses EMA2 - a cross up is a Long signal, a cross down is a Short signal.
Connect to your Bots (3commas / 3C.exchange recommended) to automate buys and sells!
MA-KIRILDIM-SANAThis is a lower block indicator. It helps us to follow the moving average crosses in the lower section in a single indicator without adding any moving averages in the main window.
When MA1 breaks MA2 up, the background color turns green or otherwise, the background becomes red. If you want, you can follow the lines of moving averages in here.
Three averages can be used in the system.
- SMA(Simple Moving Average)
- EMA(Exponential Moving Average)
- WMA(Weighted Moving Average)
Thanks
Moving Averages Convergence (Agulhada do Didi)The script is based on a strategy developed by Odir “Didi” Aguiar called “Agulhada do Didi”.
It consists in the use of 3 moving averages:
SMA 3
SMA 8
SMA 21
Strategy:
When the averages come together, preferably they pass through a candle, there is a signal. The crossing of the short average (3) with the long average (21) provides us with a confirma-tion of the entry.
Buy:
The average of 3 periods comes out on top, 8 goes in the middle and 21 goes down.
Sell:
Average of 21 periods comes out on top, 8 in the middle and 3 down.
EMA ConfirmatorShows if the cross of 2 EMAs is bullish or bearish and confirms with the cross of 2 others EMAs from the next upper timeframe.
EMAS+MA & CrossContiene una media móvil simple y cuatro medias móviles exponenciales, las longitudes y las fuentes son modificables. Marca el cruce de la ema4 y la ma, viene configurado que sea el cruce de la ema de 50 sesiones con la media móvil simple de 200 sesiones, un cruce dorado.
TTS Triple Threat SMA10-30-200 TLTTS Triple Threat SMA10-30-200 TL is a crossover and crossunder trading system that is based on three simple moving averages (SMA).
The default settings are optimized for 4-hour charts.
The TTS Triple Threat trading system works as follows:
1. Enters BULLISH trade when LE Trade & LONG signals are shown on the chart.
2. Enters BEARISH trade when SE Trade & SHORT signals are shown on the chart.
3. LONG and SHORT signals are shown based on SMA crosses for visual inspection but doesn't mean they are trades. Either LE Trade or SE Trade signals need to be present for a trade to take place.
4. TTS Triple Threat SMA10-30-200 TL uses trailing stop loss settings. The ratios between the profit taking settings and trailing loss stops are important to the strategy. Trailing stop loss exits are shown on the chart as XL STOP LOSS or XS STOP LOSS. Profit exits are shown as XL PROFIT EXIT and XS PROFIT EXIT.
Ichimoku Kumo Switch Indicator [Mehdihz]This simple indicator just shows Ichimoku's Kumo cloud status.
Blue for increasing Kumo
Red for decreasing Kumo