Three Hull Moving Average Multi TF Trend
30 USD
Demo downloaded:
9
Published:
14 July 2023
Current version:
1.4
Didn't find a suitable robot?
Order your own one
on Freelance
Go to Freelance
Order your own one
on Freelance
How to buy а trading robot or an indicator
Run your EA on
virtual hosting
virtual hosting
Test аn indicator/trading robot before buying
Want to earn in the Market?
How to present a product for a sell-through
Version 1.4
2023.11.23
Version 1.4 - Three Hull Moving Average Multi TF Trend Indicator
Overview:
Version 1.4 of the Three Hull Moving Average Multi TF Trend Indicator introduces refined code structure and performance improvements, enhancing the user experience and reliability. This update focuses on optimizing existing functionalities and resolving code conflicts for smoother operation.
Key Changes:
Optimized HMA Calculation:
The Hull Moving Average (HMA) calculation has been optimized for efficiency. The code now avoids unnecessary recalculations, ensuring faster performance, especially in markets with high tick volumes.
Refined createLabel Function:
The createLabel function has been refined for better resource management. It now checks for existing labels and updates them, rather than recreating them each time, which minimizes the processing load.
Resolved Function Duplication Issue:
Duplicate definitions of the OnDeinit function were removed, resolving previous conflicts. This ensures a smoother and error-free operation of the indicator.
General Code Cleanup:
The code has been cleaned up to remove redundant elements and streamline operations. This includes removing unnecessary braces and ensuring consistent coding style for better readability and maintenance.
Benefits:
Improved Performance: The optimized HMA calculation and efficient label management result in a more responsive and faster indicator, especially beneficial in fast-moving markets.
Enhanced Stability: Resolving the function duplication issue eliminates potential conflicts, leading to more stable performance.
User-Friendly Experience: Cleaner and more efficient code translates into a smoother user experience.
Usage Note:
The indicator maintains its user-friendly interface and compatibility across various timeframes, continuing to provide a comprehensive view of market trends with the trusted accuracy of Hull Moving Averages.
Disclaimer:
Trading in the Forex market involves risk. This indicator is a tool to assist in decision-making and does not guarantee profits. It is recommended to use this indicator as part of a comprehensive trading strategy, including appropriate risk management.
Overview:
Version 1.4 of the Three Hull Moving Average Multi TF Trend Indicator introduces refined code structure and performance improvements, enhancing the user experience and reliability. This update focuses on optimizing existing functionalities and resolving code conflicts for smoother operation.
Key Changes:
Optimized HMA Calculation:
The Hull Moving Average (HMA) calculation has been optimized for efficiency. The code now avoids unnecessary recalculations, ensuring faster performance, especially in markets with high tick volumes.
Refined createLabel Function:
The createLabel function has been refined for better resource management. It now checks for existing labels and updates them, rather than recreating them each time, which minimizes the processing load.
Resolved Function Duplication Issue:
Duplicate definitions of the OnDeinit function were removed, resolving previous conflicts. This ensures a smoother and error-free operation of the indicator.
General Code Cleanup:
The code has been cleaned up to remove redundant elements and streamline operations. This includes removing unnecessary braces and ensuring consistent coding style for better readability and maintenance.
Benefits:
Improved Performance: The optimized HMA calculation and efficient label management result in a more responsive and faster indicator, especially beneficial in fast-moving markets.
Enhanced Stability: Resolving the function duplication issue eliminates potential conflicts, leading to more stable performance.
User-Friendly Experience: Cleaner and more efficient code translates into a smoother user experience.
Usage Note:
The indicator maintains its user-friendly interface and compatibility across various timeframes, continuing to provide a comprehensive view of market trends with the trusted accuracy of Hull Moving Averages.
Disclaimer:
Trading in the Forex market involves risk. This indicator is a tool to assist in decision-making and does not guarantee profits. It is recommended to use this indicator as part of a comprehensive trading strategy, including appropriate risk management.
Version 1.3
2023.07.19
Version 1.3 of the 3-HMA Multi-Timeframe Trend Indicator introduces significant improvements to the HMA calculation, resulting in enhanced accuracy and reduced resource requirements. With this update, traders can expect more precise trend identification and faster calculations, enabling confident decision-making without compromising system performance. Upgrade to Version 1.3 now and experience the heightened efficiency and accuracy of this indispensable trading tool.
Version 1.2
2023.07.19
Version 1.2 - Enhanced Stability and Precision for Three Hull Moving Average Multi TF Trend
We're excited to introduce Version 1.2 of our Three Hull Moving Average Multi TF Trend indicator. Your feedback has been invaluable, and we've made key enhancements to increase reliability and precision.
Optimized Data Access: We've refined the way our indicator interacts with internal data arrays. This upgrade eliminates potential 'array out of range' errors, guaranteeing smooth operation across all market conditions. The outcome is a more precise calculation and a cleaner visual display on your charts.
Prevention of Divide-by-Zero Errors: We've implemented additional mathematical safeguards to prevent divide-by-zero errors. These improvements enable more robust calculations in a broader range of market scenarios. The result is uninterrupted and seamless indicator operation.
In Version 1.2, our focus has been on boosting the overall stability and precision of the Three Hull Moving Average Multi TF Trend indicator. Our goal is to equip you with the most reliable and effective trading tools. We believe in your trading success.
Thank you for choosing our Three Hull Moving Average Multi TF Trend indicator. We're dedicated to continually improving our tools to meet your trading needs.
We're excited to introduce Version 1.2 of our Three Hull Moving Average Multi TF Trend indicator. Your feedback has been invaluable, and we've made key enhancements to increase reliability and precision.
Optimized Data Access: We've refined the way our indicator interacts with internal data arrays. This upgrade eliminates potential 'array out of range' errors, guaranteeing smooth operation across all market conditions. The outcome is a more precise calculation and a cleaner visual display on your charts.
Prevention of Divide-by-Zero Errors: We've implemented additional mathematical safeguards to prevent divide-by-zero errors. These improvements enable more robust calculations in a broader range of market scenarios. The result is uninterrupted and seamless indicator operation.
In Version 1.2, our focus has been on boosting the overall stability and precision of the Three Hull Moving Average Multi TF Trend indicator. Our goal is to equip you with the most reliable and effective trading tools. We believe in your trading success.
Thank you for choosing our Three Hull Moving Average Multi TF Trend indicator. We're dedicated to continually improving our tools to meet your trading needs.
Version 1.1
2023.07.18
Deinitialization Function Added: A deinitialization function, OnDeinit(), was added. This function is called when the indicator is removed from the chart. In this function, all the labels created by the indicator are deleted, and the barsCount array, which keeps track of the number of bars for each timeframe, is reset.
Improved HMA Calculation: The Hull Moving Average (HMA) calculation has been improved in two ways. First, the temp array, which is used in the calculation of the HMA, is now reset before each use. This ensures that previous values in the array do not affect the current calculation. Second, the calculation of the HMAs is now only done when a new bar appears on the chart, rather than for each tick. This could potentially improve the performance of the indicator when there are many bars in the chart.
Version Number Updated: The version number of the indicator has been updated to 1.01 to reflect these changes.
These changes aim to improve the performance of the indicator and ensure its calculations are accurate. It's recommended to test this updated version thoroughly before using it for trading decisions. As always, please feel free to provide any feedback or report any issues you encounter.
Improved HMA Calculation: The Hull Moving Average (HMA) calculation has been improved in two ways. First, the temp array, which is used in the calculation of the HMA, is now reset before each use. This ensures that previous values in the array do not affect the current calculation. Second, the calculation of the HMAs is now only done when a new bar appears on the chart, rather than for each tick. This could potentially improve the performance of the indicator when there are many bars in the chart.
Version Number Updated: The version number of the indicator has been updated to 1.01 to reflect these changes.
These changes aim to improve the performance of the indicator and ensure its calculations are accurate. It's recommended to test this updated version thoroughly before using it for trading decisions. As always, please feel free to provide any feedback or report any issues you encounter.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
