
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
The alerts do not work ??? How to get alerts when the cross occured ???? Could anybody add as I am no programmer.
Thanks
Hello everyone, I'm looking, and I have not found in this whole thread, an Hull moving average of you can put in the window of another indicator, and is colored. Mql5 is called hma color. No similar for mql4 meeting. I found moving average colored but have no previous indicators data.
Thank you for your attention
Hello everyone, I'm looking, and I have not found in this whole thread, an Hull moving average of you can put in the window of another indicator, and is colored. Mql5 is called hma color. No similar for mql4 meeting. I found moving average colored but have no previous indicators data.
Thank you for your attention
You can not do that with mt4
Dear Mladen,
What form to use the indicator adx-cross-hull-style_1_1 via iCustom?
The indicator has not Trend or Slope option.
I'm trying the code below but it does not work.
Thank you.
Rogério
Dear Mladen,
What form to use the indicator adx-cross-hull-style_1_1 via iCustom?
The indicator has not Trend or Slope option.
I'm trying the code below but it does not work.
Thank you.
Rogério
Rogério
Can you please post the exact version that you are using?
Rogério
Can you please post the exact version that you are using?
Mladen,
Follow indicator attached.
Thank you.
Rogério
Debates & Discussions
Hull Moving Average
borgesr, 2016.05.23 03:33
Dear Mladen,
What form to use the indicator adx-cross-hull-style_1_1 via iCustom?
The indicator has not Trend or Slope option.
I'm trying the code below but it does not work.
Thank you.
Rogério
Your if condition is not OK
Try like this :
Your if condition is not OK
Try like this :
Dear Mladen,
Thank you for your help.
I tested the code mentioned in debug but I can not verify if the value is Ok and unfortunately does not open any order.
In the graph all the conditions are for Buy
In EA PSAR is true for Buy
Nonlagma is True for Buy
ADX ?
Here EA attached.
Adx / Nonlagma Chart
Thank you
Rogério
Dear Mladen,
Thank you for your help.
I tested the code mentioned in debug but I can not verify if the value is Ok and unfortunately does not open any order.
In the graph all the conditions are for Buy
In EA PSAR is true for Buy
Nonlagma is True for Buy
ADX ?
Here EA attached.
Rogério
Rogério
Please check the code of the indicator
In the code you shall find that if one of the two buffers is not equal to EMPTY_VALUE that means that there is a signal (up or down, depends on the buffer). The value you are displayed there in the debugger is the EMPTY_VALUE (EMPTY_VALUE is not 0 as some are thinking, but the value of EMPTY_VALUE is 2147483647). Please set your conditions accordingly with that in mind