Heiken Ashi in Subwindow – indicator MetaTrader 4

HAshi_sub with Bid and Ask lines
The indicator simply draws the Heiken Ashi candlesticks with high precision in a separate subwindow, and helps to navigate them without cluttering the main chart. It is possible to customize the color and the width of the candlesticks, and also to enable the display of the Bid and Ask levels. Heiken Ashi in Subwindow – … Read more

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 … Read more

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 = … Read more

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 … Read more

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 … Read more

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. … Read more

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. … Read more