I'm not using it the conventional way, I'm overlaying my normal candlestick over Heiken Ashi, that's the way I want it to do actually. I still see the PA of the candlestick with higher TF Heiken Ashi as my background.
Best Regards,
LearnAlways
Printable View
AllHeiken-Ashi Trend trading system is on this page.
- AllHeiken-Ashi trend first version is on this post.
- AllHeiken-Ashi trend second version is on this post.
----------------
Just found good indicator here (attached) - Heiken Ashi in Subwindow - indicator for MetaTrader 4. I am not sure that we need it for our sdystem here but just in case ...
Attachment 17881
Attachment 17882
And this is one EA which I found here (attached): HAN - EA for MetaTrader 4
EA is not related to this trading system but it is related to Heikin Ashi for example:
- Sells on bullish HA candle, its body is longer than previous body, previous also bullish, and current candle has no lower wick.
- Buys on bearish HA candle, its body is longer than previous body, previous also bearish, and current candle has no upper wick.
- Exit shorts on bearish HA candle and current candle has no upper wick, previous also bearish.
- Exit longs on bullish HA candle and current candle has no lower wick, previous also bullish.
Attachment 17885
It may be good to use this EA for higher timeframes (D1 for example).
Hi ND,
thanks for sharing
see the attached graph and if we have other way around the entry rules then we might be very profitable...
sell on bearish and buy on bullish...with the same rules you mentioned above...
Attachment 17924
Hi,
Please check out the updated AllHeikenAshi indicator with the new set of MAs and the additional smoothing.
Regards,
Igor
@igorad
Thank you for the update, i m a fan of HA and i love the double smoothing feature.
I prefer to use clasic candles for TA, is there a chance for histogram version, like AllHeikin-Ashi Histo_v2.3 600+.mq4 ?
Hi, thanks for this wonderful indicator.
Is there a chance to make an EA and a tester version out of it like the AllAverages Cross Trader EA and the AllAverages Cross Tester ?
Those two helped me find good parameters for MA Cross and the EA looks promising.
Heikin Ashi Smoothed looks even more promising for automated trading.
That would.be awesome.
Hi Fuchur,
Just FYI: In the Premium Forum you can find the AdvancedParabolicTrader EA which allows to trade using the latest version of the AllHeikinAshi indicator.
Regards,
Igor
Hi
Noticed this input variable:
What if instead of having it as external input, use a current spread value for MinMove. This way, when news happen and spreads are widening, this indicator can possibly reflect that better?Quote:
input double MinMove = 0.0; // Minimum Move in pips
Just a passing thought ...
What is parameter MinMove for HA?