Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
Michael Masanga  
Pavel Zamoshnikov:

I'm sorry, but at this time it is impossible to fully program all features of the indicator for EA.

The main things of the indicator (the number of bars in the current movement, the probability of the reversal, Math.expectation, st.deviation) can not be transferred to the Expert Advisor in the standard way (via the iCustom() function).

I wanted to use this tool


https://www.eabuilder.com/create-ea-from-custom-indicator-in-metatrader4


and then pick up the points where you have an arrow corresponding to the bigger trend line

Michael Masanga  
Michael Masanga:

I wanted to use this tool


https://www.eabuilder.com/create-ea-from-custom-indicator-in-metatrader4


and then pick up the points where you have an arrow corresponding to the bigger trend line

The only problem is when you upload a custom indicator it accepts only mq4 files. Your demo indicator had mt4 file so i thought if i purchased i will get the mq4 file. However after purchasing i cant even download the purchased one so i dont know whether is mq4 or mt4.

Pavel Zamoshnikov  
Michael Masanga:

The only problem is when you upload a custom indicator it accepts only mq4 files. Your demo indicator had mt4 file so i thought if i purchased i will get the mq4 file. However after purchasing i cant even download the purchased one so i dont know whether is mq4 or mt4.

No, I do not provide the source files, it is a very different price.


I wanted to use this tool

https://www.eabuilder.com/create-ea-from-custom-indicator-in-metatrader4

and then pick up the points where you have an arrow corresponding to the bigger trend line

If you need a simple entrance along the arrows of the indicator (without statistical data), then you can use the free version HMA_Trend.

The source code of this indicator is not provided also, but you can use indicator buffers in the advisor through the iCustom() function. An example you can take on the link.

If you still want to use EAbuilder and you need the source code, then you can use the free code of the HMA_Color indicator, because my indicators are based on it.

Just take two copies of the HMA_Color indicator with fast and slow periods and use their indicator buffers in the EAbuilder.

Georgios Ioakeimidis  

i bought your indicator and I really do like using. It is a very useful have a statistical representation on running trades.


Just curious, would you be able to add MTF instead of just having period? on the bottom indicator


Thanks, and nice work!

Pavel Zamoshnikov  
Georgios Ioakeimidis:

i bought your indicator and I really do like using. It is a very useful have a statistical representation on running trades.

Just curious, would you be able to add MTF instead of just having period? on the bottom indicator

Thanks, and nice work!

Thank you for your kind words.

Your idea is very interesting! This will avoid false signals. I'll see how to do that.

netprocat  

FastHMA =10 and the SlowHMA =90 on EURUSD H1 great.

I need suggestion for M5 on EURUSD for entry scalping thx

netprocat  

i new to pro version.

to many arrow not like free version make me little confuse.

is 12 / 120 default still good for eurusd or i change to 10 / 90 like free version for H1.

thx for your advise

Pavel Zamoshnikov  
netprocat:

i new to pro version.

to many arrow not like free version make me little confuse.

is 12 / 120 default still good for eurusd or i change to 10 / 90 like free version for H1.

thx for your advise

The Pro version has a filter "Probability Value for filtering late signals". It is 70% by default, but you can disable it if you set it to 100%. Then the signals of the free version and Pro will be the same.

I am doing so now. I myself decide to open a trade on a signal or skip a signal.

Parameters 10/90 I like more now.

But you can choose these parameters yourself. Here is an algorithm, how I select the HMA period.

bamsky  
I like this.. many thanks... hmm.. i have an idea.. how.. to compare this indicator m1,m5 and m15 in one chart..  very useful
Hamadfx  
Pavel, thank you for this indicator its great. im a manual trader and probability table for the reversal is the key why i love it. i have an EA created to find best parameter from signal to reversal signal on rare, is it the best way to find best fast slow or you have an alternative for optimization?
Hamadfx  
Hamadfx:
Pavel, thank you for this indicator its great. im a manual trader and probability table for the reversal is the key why i love it. i have an EA created to find best parameter from signal to reversal signal on rare, is it the best way to find best fast slow or you have an alternative for optimization?

in HMA the free version you talked about algo. would you mind including it here so we backtest to find optimum parameter as im sure you have better way than my created EA or add it as a feature like i requested before privately for the pro version holders so with a click of a button the indicator auto adjust to the optimum parameter on any given symbol :)

Pavel Zamoshnikov  

Hamadfx:

in HMA the free version you talked about algo. would you mind including it here so we backtest to find optimum parameter as im sure you have better way than my created EA or add it as a feature like i requested before privately for the pro version holders so with a click of a button the indicator auto adjust to the optimum parameter on any given symbol :)

Your suggestion is interesting. I wrote to you in private.

Hamadfx  
Pavel Zamoshnikov:

Your suggestion is interesting. I wrote to you in private.

Thank you Pavel, the probability of reversal you created is interesting a little refresh on the indicator by adding auto parameter adjustment to attached symbol will be beneficial to all of us as im currently struggle to find best parameter for any attached symbol. hope you could make abit of time for this refresh

Rupprecht  

Good day,

I have a question: Why can not I use the output buffers. I only get "empty value" as output.

That's even better in the free version. Why did I pay for the pro version if it offered fewer options than the free version?

Rupprecht

Pavel Zamoshnikov  
Rupprecht:

I have a question: Why can not I use the output buffers. I only get "empty value" as output.

That's even better in the free version. Why did I pay for the pro version if it offered fewer options than the free version?

It can not be. See an example of accessing indicator buffers.
Rupprecht  
Pavel Zamoshnikov:
It can not be. See an example of accessing indicator buffers.

Thank you Pavel, I will try it again!

jmhuang  
is there any way you can explain the features of the left hand panel namely the orange horizontal line, color of the slow and fast HMA and impact of the percentages. My limited understanding is that the orange line defines the minimum level the HMA's must cross to be considered ripe for reversal. I have seen the HMA percentages go to 80% to 96% before reversal occurs. I note that reversal applies only to extreme tops and bottoms and not at intermediate cycle waves. Your explanation in the overview is academic - would appreciate a simple explanation of the practical implications.
jmhuang  
The left panel shows the 2 HMA's with percentages and these 2 HMA's also are colored sometimes in opposite colors and there are also small arrows pointing up or down - what is the distinction between the colors of the candles and the arrow pointing compared with the percentages?
DarknezzGR  
I just bought this indicator but I have a question... when the slow HMA in 4 hours for example show an 80% of reversal (blue corol) and the current (fast HMA) trend, blue as well, show 14% of reversal how is that possible... it means that the current trend (timeframe) still have long to go up, so the 80% of reversal is no likely right ????   can you explain please ?
Pavel Zamoshnikov  
DarknezzGR:
I just bought this indicator but I have a question... when the slow HMA in 4 hours for example show an 80% of reversal (blue corol) and the current (fast HMA) trend, blue as well, show 14% of reversal how is that possible... it means that the current trend (timeframe) still have long to go up, so the 80% of reversal is no likely right ????   can you explain please ?

I thank you for purchasing my indicator!

Please give me a screenshot of your instrument. Otherwise, it is difficult for me to answer your question. You can do this in a private message.

Thanks

Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti