OPEN-SOURCE SCRIPT
已更新 Correlated ATR MA | Adulari

How do I use it?
Features:
How does it work?
1 — ATR value is calculated, then the correlation between the source and ATR is calculated.
2 — Signal value is calculated from the difference between the previous source and ATR values.
3 — Final value is being calculated using the following formula:
Pine Script®
4 — Moving average is calculated by getting the average of 3 values: a normal HMA, HMA plus final value, and HMA minus final value.
- Never use this indicator as standalone trading signal, it should be used as confluence.
- When the price is above the moving average this shows the bullish trend is strong.
- When the price is below the moving average this shows the bearish trend is strong.
- When the moving average is purple, the trend is bullish, when it is gray, the trend is bearish.
Features:
- Purple line for bullish trend and gray line for bearish trend.
- Custom formula combining an ATR and Hull MA to clearly indicate trend strength and direction.
- Unique approach to moving averages by taking the average of 3 types of MA's combined with custom ATR's.
How does it work?
1 — ATR value is calculated, then the correlation between the source and ATR is calculated.
2 — Signal value is calculated from the difference between the previous source and ATR values.
3 — Final value is being calculated using the following formula:
cor * target + (1 - cor) * nz(atr[1], target)
4 — Moving average is calculated by getting the average of 3 values: a normal HMA, HMA plus final value, and HMA minus final value.
版本注释
- Removed unnecessary old code.
- Fixed some minor issues with the calculations.
版本注释
- Fixed correlation calculations.
- Added weight option.
版本注释
- Changed weight default value.
版本注释
- Added a time adaptive option which will make sure the MA is useable on lower timeframes.
版本注释
- Fixed time adaptive calculations for higher timeframes.
开源脚本
本着TradingView的真正精神,此脚本的创建者将其开源,以便交易者可以查看和验证其功能。向作者致敬!虽然您可以免费使用它,但请记住,重新发布代码必须遵守我们的网站规则。
Adulari - Software Company
Site: adulari.dev
Discord: discord.gg/adulari
Site: adulari.dev
Discord: discord.gg/adulari
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。
开源脚本
本着TradingView的真正精神,此脚本的创建者将其开源,以便交易者可以查看和验证其功能。向作者致敬!虽然您可以免费使用它,但请记住,重新发布代码必须遵守我们的网站规则。
Adulari - Software Company
Site: adulari.dev
Discord: discord.gg/adulari
Site: adulari.dev
Discord: discord.gg/adulari
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。