This indicator is a price action based tool used to visualize trends using Exponential Moving Averages (EMAs).
CONCEPTS
It's created with two EMAs with different lengths (9 and 15) based on user-defined parameters. The script calculates the EMAs for the given lengths using the closing prices of the asset.
The EMAs are plotted on the chart, and their colors are dynamically determined by a conditional statement. If slower EMA is crossing above the faster EMA than the color will be change, And vise-versa for the opposite.
USES:-
The visualization of EMAs in different colors assists in identifying potential trends:
a bullish trend when EMAs color is Blue
and a bearish trend when EMAs color are Red.
Purpose
This script provides a quick visual representation of potential trend changes based on the relationship between these two EMAs.
릴리즈 노트
INTRO
This indicator is a price action based tool used to visualize trends using Exponential Moving Averages (EMAs).
CONCEPTS
It's created with two EMAs with different lengths (9 and 15) based on user-defined parameters. The script calculates the EMAs for the given lengths using the closing prices of the asset.
The EMAs are plotted on the chart, and their colors are dynamically determined by a conditional statement. If slower EMA is crossing above the faster EMA than the color will be change, And vise-versa for the opposite.
USES:-
The visualization of EMAs in different colors assists in identifying potential trends:
a bullish trend when EMAs color is Blue, (Also added Buy signal for easy reading)
and a bearish trend when EMAs color are Red. (Also added Sell signal for easy reading)
Purpose
This script provides a quick visual representation of potential trend changes based on the relationship between these two EMAs.
릴리즈 노트
Alert Feature Added, Changed 2nd EMA to 21 for better results. ( You can use anything there )
진정한 TradingView 정신에 따라, 이 스크립트의 저자는 트레이더들이 이해하고 검증할 수 있도록 오픈 소스로 공개했습니다. 저자에게 박수를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰에 의해 관리됩니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.