CryptoJoncis

Heikin-Ashi Smoothed with option to change MA types CryptoJoncis

CryptoJoncis 업데이트됨   
Pine Script version=3
Author CryptoJoncis

Heikin-Ashi Smoothed
The Heikin-Ashi Smoothed study is based upon the standard Heikin-Ashi study with additional moving average calculations. The following is the calculation formula for the bars:
1. The current bar Open, High, Low, Close values are smoothed individually by using the moving average type specified by the Moving Average Type 1 Input with a length/period specified by the Moving Average Period 1 Input.
2. The Heikin-Ashi bar Open, High, Low, Close values are set using the smoothed values from step 1. This is performed using the standard Heikin-Ashi formula.
3. The final Heikin-Ashi Open, High, Low, Close values are calculated by doing a second smoothing of the bar values from step 2 by using the moving average type specified by the Moving Average Type 2 Input with a length/period specified by the Moving Average Period 2 Input.


If you choose to tick the box where it offers to use only one smoothed HA then it skips the third/final step and you do not need to choose the second MA type for it to work.
Remember, using FRAMA, always make sure you use even number for length.

For simple Heikin-Ashi, please tick single smoothed and DEFAULT (Not smoothed as there are no MA used)

Heikin-Ashi bars are calculated:
1. Close = (Open + High + Low + Close) / 4
This is the average price of the current bar.
2. Open = (Open of Previous Bar + Close of Previous Bar) / 2
This is the midpoint of the previous bar.
3. High = Max of (High, Open, Close)
Highest value of the three.
4. Low = Min of (Low, Open, Close)
Lowest value of the three.

Any questions/suggestions/errors or spelling mistakes? Please leave a comment and let me know. I will try to fix it.
This took me few days to finish, so I hope you will find it useful.

Would you like to have more MA type choices? Please comment down with any other which aren't included in this indicator and I will research them and add.

MA included in this script:
  • Tillson Moving Average (T3)
  • Double Exponential Moving Average (DEMA)
  • Arnaud Legoux Moving Average (ALMA)
  • Least Squares Moving Average (LSMA)
  • Simple Moving Average (SMA)
  • Exponential Moving Average (EMA)
  • Weighted Moving Average (WMA)
  • Smoothed Moving Average (SMMA)
  • Triple Exponential Moving Average (TEMA)
  • Hull Moving Average (HMA)
  • Adaptive moving average (AMA)
  • Fractal Adaptive Moving Average (FAMA)
  • Variable Index Dynamic Average (VIDYA)
  • Triangular Moving Average (TRIMA)

You can use,publish,modify this code in any way as you wish, but only if you reference me after.
You are not allowed to sell it as it is.

If this code is useful to you, then consider to buy me a coffee (or better a pint of beer) by donating Bitcoin or Etherium to:

BTC: 3FiBnveHo3YW6DSiPEmoCFCyCnsrWS3JBR
ETH: 0xac290B4A721f5ef75b0971F1102e01E1942A4578

References:
www.sierrachart.com/index.php?page=doc/S...
www.investopedia.com...-better-candlestick/
www.binarytribune.co...g-average-indicator/
www.investopedia.com...ow-it-calculated.asp
www.stockfetcher.com...oving-Average/143514
www.mql5.com/en/forum/173057
www.incrediblecharts...l-moving-average.php
help.cqg.com/cqgic/default.htm
www.blastchart.com/C...ndicators/VIDYA.aspx
릴리즈 노트:
As requested by maybach47
I have added 2 alert conditions for this script.
When HA MA changes color from a) red to green and b) green to red

오픈 소스 스크립트

이 스크립트의 오써는 참된 트레이딩뷰의 스피릿으로 이 스크립트를 오픈소스로 퍼블리쉬하여 트레이더들로 하여금 이해 및 검증할 수 있도록 하였습니다. 오써를 응원합니다! 스크립트를 무료로 쓸 수 있지만, 다른 퍼블리케이션에서 이 코드를 재사용하는 것은 하우스룰을 따릅니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.

차트에 이 스크립트를 사용하시겠습니까?