This is a discussion on AllHeikin-Ashi within the Trading tools forums, part of the Trading Forum category; Originally Posted by igorad Hi, Please check out the updated AllHeikenAshi indicator with the new set of MAs and the ...
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
Just the following premium section indicators may be used instead of I_XO_A_H_5d indicator for AllHeiken-Ashi trend second version:
XO
- XO - mtf & alerts - choosable symbol indicator is on this post.
XO - mtf & alerts - choosable symbol 600+ indicator is on this post. This version is for the build 600 and above
- XO - mtf & alerts - choosable symbol ( 2 in 1 ) indicator is on this post.
- XO - mtf & alerts - choosable symbol ( 2 in 1 ) 600+ indicator is on this post. This version is for the build 600 and above
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
Hi,
Please check out the new AllHeiken-Ashi_Trend first version with all updated indicators and including AlltrendEnvelopes Histogram as filter trade. The old version as i proposed you may find it here AllHeiken-Ashi-Trend First Edition.
The new AllHeiken-Ashi-Trend first edition are having 5 indicators as follow:
1) AllHeiken-Ashi v2.5 600+ indicator for MT4 build 600+ and above. Download from this post.
2) AllPivots v4.7 600+ indicator for MT4 build 600+ and above. Download from this post.
3) BBand_Stop v3.2 600+ indicator for MT4 build 600+ and above. Download from this post.
4) AllTrendEnvelopes_Histo v2.1 600+ indicator for MT4 build 600+ and above. Download from this post.
5) Moving Average standard MT4 indicator set to 50 period with Exponential method.
Trading rules :
Suggested Time frame : 15 or 30min. Intra-day Strategy.
Allheiken-Ashi as trend identifying, blue for buy, red for sell. It can be further confirm with 50 EMA, below 50 EMA sell, above 50 EMA buy.
BBandStop as stoploss placement. Or You can adjust the stoploss with your own risk money management.
AllPivot is potential profit target or adjust your own profit target. Entry also can be made as price enter cross pivot.
I'm attached 2 set of template, one for white background and one for black background.
Here are two chart example with EUR/JPY chart :
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
I think we can replace old AllPivots indicators to the latest version:
AllPivots_v4.7 600+ indicator is on this post. This is the updated indicator in which you can disable values of all levels(DescriptionPlace=off).
And this is the updated templates (attached) for the first and the second version of the system.
We can see historical povit by adjusting the following settings in indicator:
--------------------
So, finally, it looks like that:
the second version -
the first version of the system -
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
And it may be some other improvement of the second version: we can replace ... indicator to nonlag_ma_histo_mtfalerts-2_nmc indicator from premium section:
----------------
nonlag_ma_histo_mtfalerts-2_nmc indicator is on this post.
This is the updated nonlagma histogram indicator which able to plot the signal arrows and/or vertical lines when the indicator changes color.
----------------
Why?
To reduce the risk in trading, to make re-enter, and so on.
This is the example - first trade with small loss and the second trade with good profit:
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
Hi ND and Matfx,
I started an Ea based on your template
In this EA you will have the basic functions in the EAs developed by Igor.
I put the news filter for filter and order open and close as an option.
Basically this EA work with AllHeiken-Ashi v2.5 600+ and Nonlag , News Filter and Spread Filter.
I need more details about AllPivots v4.7 600+
I put for now only as comment LWMA and Hurst as a future filter
Hurst is an indicator very similar to the TMA. It was observed that Hurst, with period 5 (denoted as
Hurst(5), snakes around Hurst(11). Therefore, if Hurst(5) < Hurst(11), look for BUYs and if
Hurst(5) > Hurst(11), look for SELLs.
LWMA Rule
if ( (bid > lwma60) && (bid > lwma240) )
{
TendenciaLWMA="Buy";
}
else if ( (ask < lwma60) && (ask < lwma240) )
{
TendenciaLWMA="Sell";
}
else
{
TendenciaLWMA="Ranging";
}
Could they help adjust the parameters?
Simple backtest made in EURAUD H1
Regards,
Rogério
Hi ND,
What are the rules for using the Allpivots indicator in EA?
Regards,
Rogério
Bookmarks