Smart Money Concepts + EMA Signals [DeepEye_crypto]
Concept Description: Moving Averages
A moving average (MA) is a statistical calculation used to analyze data points by creating a series of averages of different subsets of the full data set. In trading, moving averages are commonly used to smooth out price data to identify the direction of the trend.
Types of Moving Averages:
Simple Moving Average (SMA):
The SMA is calculated by taking the arithmetic mean of a given set of values. For example, a 10-day SMA is the average of the closing prices for the last 10 days.
Exponential Moving Average (EMA):
The EMA gives more weight to recent prices, making it more responsive to new information. It is calculated using a smoothing factor that applies exponential decay to past prices.
Weighted Moving Average (WMA):
The WMA assigns a higher weight to recent prices, but the weights decrease linearly.
Hull Moving Average (HMA):
The HMA aims to reduce lag while maintaining a smooth average. It uses WMA in its calculation to achieve this.
Volume Weighted Moving Average (VWMA):
The VWMA weights prices based on trading volume, giving more importance to prices with higher trading volume.
Feature Description: TradingView Alerts
TradingView alerts are a powerful feature that allows traders to receive notifications when specific conditions are met on their charts. Alerts can be set up for various types of conditions, such as price levels, indicator values, or custom Pine Script conditions.
How to Set Up Alerts:
Create an Alert:
Click on the "Alert" button (clock icon) on the TradingView toolbar or right-click on the chart and select "Add Alert".
Configure the Alert:
Choose the condition for the alert (e.g., crossing a specific price level or indicator value).
Set the frequency of the alert (e.g., once, every time, or once per bar).
Customize the alert message and notification options (e.g., pop-up, email, SMS).
Use Pine Script for Custom Alerts:
Trendbars
Coloured MA R3-16 by JustUncleLThis indicator is an implementation of the coloured trend Moving Average, that includes some unique features. The Moving Average plot is coloured relative to it's direction and optionally display coloured Trend Bars using the standard 2-tone colours, or Grab candle style 4-tone colours.
Options:
1) Anchor Time Frame to a Highter Time frame, eg. set anchor to 1440 and length set to 8, the script will re-size the MA length needed to display on the current TF, say 60.
2) You can select between 11 different types of moving averages, each MA line can be a different type:
SMA = Simple Moving Average.
EMA = Exponential Moving Average.
WMA = Weighted Moving Average
VWMA = Volume Weighted Moving Average
SMMA = Smoothed Simple Moving Average.
DEMA = Double Exponential Moving Average
TEMA = Triple Exponential Moving Average.
HullMA = Hull Moving Average
SSMA = Ehlers Super Smoother Moving average
ZEMA = Near Zero Lag Exponential Moving Average.
TMA = Triangular (smoothed) Simple Moving Average.
3) Option to display coloured Candles around the Ribbon, the colouring -
Standard candle colours:
Lime = candle closed above Ribbon.
Red = candle closed below Ribbon.
The Grab candles scheme:
Lime = Bull candle closed above Ribbon.
Green = Bear candle closed above Ribbon.
Red = Bull candle closed below Ribbon.
DarkRed = Bear candle closed below Ribbon.
Trend FilterThe indicator paints the bar colours based on the average open and average close for past N days.
if average close is above average open, the bars are coloured green, otherwise they are coloured red
It can be used as a general trend filter on weekly, daily bars. even on intraday timeframes, this would work well and give a sense of the current trend direction.
Trend FilterThe indicator colours the candles either Green or Red depending on the following conditions:-
If the N Bar Average Close > N Bar Average Open, the Bars are coloured Green.
If the N Bar Average Close < N Bar Average Open, the Bars are coloured Red.