Heiken Ashi Smoothed Bias
- 指标
-
Mohammed Kaddour
你是否正在寻找一位专业的 Pine Script 或 MetaTrader(MQL4/MQL5)开发者,将你的交易想法变为现实?
我拥有多年开发自定义指标、交易策略和智能交易系统(EA)的实战经验,专注于将交易理念转化为强大且可靠的工具。我与全球交易者合作,开发高效、高性能的解决方案,量身定制,适用于 TradingView 或 MetaTrader 4/5 平台。
我提供的服务包括:
- 为 TradingView 编写自定义 Pine Script 指标和提醒
- 使用 MQL4/MQL5 编写智能交易系统(EA)和指标
- 策略自动化与历史回测 - 版本: 1.0
The script tries to determine the overall direction of the market, using smoothed Heiken Ashi candles. The coloring system (using bright and dark colors) is an attempt to detect strong market and weak market conditions. There's also an oscillator within the script
These are the features:
- Alert condition Features: You can now set alerts in the alert dialog for events like trend switch, trend strengthening and weakening; all for both Bullish and Bearish trend.
I also added the code for custom alerts, for those who would want that, but you would have to create a copy of the indicator and uncomment that code block. Don't worry, it's super easy, and the instructions have been included on the bottom of the code. - Multitimeframe Functionality: If you wish to use the Market Bias from a higher timeframe, you can do that now. Please note that this only allows higher timeframes (or your chart's current timeframe). If a lower timeframe is set, the script would default to the chart's current timeframe.
- More Customizability: You can now customise the script's plots without having to go to the 'Styles' settings.
MT4 Version https://www.mql5.com/en/market/product/124155

Good indicator. Thanks for sharing