I need also the same thing
Latest posts made by caaz
-
RE: How do I get buffers for this indicator?posted in Questions & Answers
-
MA customized indicatorposted in Questions & Answers
Hello Guys.
I am using FXdreema for a while to make EA but not Indicators. I am new to mql5 and I am trying something but it doesn't work.
I want to make a simple MA indicator like this.
Moving Average of the maximum price between PRICE_OPEN and PRICE_CLOSE of each candle (If the candle is bearish or bullish, it doesn't matter)
So for each candle, it will select the maximum between the PRICE_OPEN and the PRICE_CLOSE and then make the Moving average based of the maximum value.
Formula = MA (Max( PRICE_OPEN, PRICE_CLOSE))
I am struggling with this but can't find a solution. I will appreciate your help
Thank you
-
RE: How Do I Create An EA With This Type of Custom Indicator?posted in Questions & Answers
I am having the same concern about how to use a custom indicator in my EA but until now I have no success doing it.
Actually, I only have the .ex4 file
How can I solve this?
Thanks in advance for your help