ZigZag On Heikin Ashi – indicator MetaTrader 5

ZigZag on Heikin Ashi ( Period = 1)
ZigZag version drawn using high and low of the Heikin Ashi indicator. When changing the color of the Heikin Ashi candlestick, the direction of the zigzag is changing respectively. The indicator realized the ability to specify the period of Heikin Ashi, and also displaying of enable/disable of the HA-candlesticks themselves. ZigZag on Heikin Ashi period

Example of Heiken Ashi + SMA Automated – EA MetaTrader 4

Example of Heiken Ashi + SMA Automated - expert for MetaTrader 4
Real Author: Mohammad Soubra This is unpaid version of Trading Robots. Just it is a source code for coders who see it helpful for them. Showing how to trade FX market trend using the (SMA: Simple Moving Average) with the Japanese indicator Heiken Ashi. All trades get the ATR(14) shift(1) as Take Profit. Recommendations: This

Example of Heiken Ashi Using Multi Time Frame (MTF) – EA MetaTrader 4

Example of Heiken Ashi Using Multi Time Frame (MTF)
Description This is an example for Heiken Ashi candles. Only uses pending orders (Buy-Limit & Sell-Limit). Hedging is possible (by using different magic numbers). Filter is possible (by two time frames as the code below). see the main idea of this expert in these following two functions: int AshiUp(int TF=PERIOD_CURRENT)   {    double haLowHigh_1 =

Heiken Ashi Smoothed Oscillator – indicator MetaTrader 5

Heiken Ashi Smoothed Oscillator - indicator for MetaTrader 5
Extending the Heiken Ashi Oscillator. Heiken Ashi Oscillator tends to have a lot of signal. So many signals that sometimes it is impossible to use it reasonably in trading. This version is attempting to bring that into reasonable bounds. Instead of using the “regular” Heiken Ashi for oscillator calculations, this version is using the smoothed

Heiken Ashi Zone Trade – Separate – indicator MetaTrader 5

Heiken Ashi Zone Trade - Separate - indicator for MetaTrader 5
Heiken Ashi Zone Trade – Separate indicator is based on 3 indicators: Heiken Ashi. Accelerator Oscillator. Awesome Oscillator. The combined states and values of the 3 are producing zones and trade signals. This version of Heiken Ashi Zone Trade indicator is made to display values in a separate window – that way it will not

Heiken Ashi Smoothed – indicator MetaTrader 5

Heiken Ashi Smoothed - indicator for MetaTrader 5
Heiken Ashi is a very well known indicator. One of the variations that is actually improving the indicator is the “smoothed” version. The logic behind the smoothed version is simple: Instead of using “raw” prices” for calculations, it’s using smoothed/filtered/averaged prices instead. That usually filters out some false signals and makes it easier to use.

Heiken Ashi Smoothed – Binary – indicator MetaTrader 5

Heiken Ashi Smoothed - Binary - indicator for MetaTrader 5
Heiken Ashi is a very well known indicator. One of the variations that is actually improving the indicator is the “smoothed” version. The logic behind the smoothed version is simple: Instead of using “raw” prices” for calculations, it’s using smoothed/filtered/averaged prices instead. That usually filters out some false signals and makes it easier to use.