Technical Indicators - page 102

Does any one know how to get the current value "Price" of a MA and display it into an " OBJ_EDIT " let say the "MA" is a buffer of an indicator and I want it current price value. have a look at the attached image. I want it price to be displayed into that text box. Thanks, in advance.    double...
I didn´t found a way to change or set de color of a technical indicator (as iMA) not using Custom indicators functions. I can not belive there´s no function to do that directly. Is the use os custom indicators functions the only way to do that? thank you in advance
Does anyone have any range bar indicator/EA's WITH gaps for MT4 build 1090? Thanks in advanced.
how to fill an area between two IndexBuffers like the ichimoku cloud ? a small example can be very helpful (not the entire code)
Hi. I'm not a newbie programmer. But, I'm a serious newbie to mql5 and never did anything with mql4. I am writing an indicator that simply detect engulfing Bull and Bear patterns and then I want to send along the price to an EA. But, I'm having a crazy issue where this thing just keeps spitting out...
Hii friends, Is this indicator making repaint? For reply Thanks in advance
Hi Does anyone have a copy of this script shown in the video? Basically it allows you can maximize / minimize chart windows with a single hotkey.  https://www.youtube.com/watch?v=DVBKxnubqI0&feature=youtu.be It's called Chart_Max_Restore Cheers.
  Future plots  (5)
I need to plot vertically using the EVENT object. Does anyone know how to adapt this to plot price projections in the future space. thanks
Hello all Is it possible to do one Bars count and get mtf prices with a custom indicator? Like making a separate window MTF of a custom indicator; showing arrows. Versus looping Bars 7 times for 7 timeframes. I am not talking about just checking icustom with the period required I am talking about...
Can this be done, if so can someone tell me how?
IF there is a backtrace way to calculate the crossovering price of MACD
Hello, coming from MT4 I'm trying to implement some code in mql5. A) an additional buffer is to be added to an already existing indicator with 3 buffers, to transmit a (buy, sell) condition to an EA. Now in MT4 it works, when changing   #property indicator_buffers from 3 to 4, then adding to...
Hi, I would like to have an indicator that detects, when a Candle has not touched a MA for the first time. Does anyone know a solution?!
in OnCalculate() function close[] refer to current chart for example EURUSD, I need to get close[] value for other Symbol in my indicator. How get other Symbol in OnCalculate() function?
if(iClose(_Symbol,_Period,1)<MA50 && iOpen(_Symbol,_Period,1)<MA50 && iHigh(_Symbol,_Period,1)<MA50 && iLow(_Symbol,_Period,1)<MA50         && iClose(_Symbol,_Period,1)<BBDn && MA5L>BBDn)            {mess_data[k][j]="TM";mess_color[k][j]=clrRed;}      else if(iClose(_Symbol,_Period,1)<MA50 &&...
Is there an indicator that will give me a total of sell orders compared against the total number of buy orders on a level 2 screen? For example, in the attached screen shot I would want to see a total of the entire volume of orders in pink (sell orders) compared against the total volume of orders in...
  Kase indicators  (74   1 2 3 4 5 ... 7 8)
These are indicators from Kase StatWare They have very little in common with the ones posted on the public part of the forum (will post comparison of those too) Wallander will remember the wondering about the 1.92 and 2.08 constants used. Well, these have nothing of a sort
  Hull MA  (136   1 2 3 4 5 ... 13 14)
Hull MA posted by Alp here
I have the trix indicator and I want it to trigger buy and sell signals for my EA. //+------------------------------------------------------------------+//|                                                         TRIX.mq4 |//|                                                          by Raff |...
Hi all, I am new to MQL4, I am creating a simple indicator as most newbies would do - 2 MA cross signal Logic: BUY - > When MA 20 cross MA 50 from below =  arrow up SELL - > When MA 20 cross MA 50 from top =  arrow down Indicator is almost done and is working, but i am getting quite a few...
Hello The Hodrick Prescott Filter indicator is loaded but does not draw the line on the screen. Could an expert check what problem there is in the code, please? Thanks in advance..
Hii all, I need an average working well. I have two but they do not work. How can ı find it? Thanks in advance
When I add an indicator into the right folder (something like C:\Users\User1\AppData\Roaming\MetaQuotes\Terminal\A40767D2DC39DZBA4FC1E0AA6F950686\MQL4\Indicators) I cannot see the indicator in the list. After I refresh the list from the Navigator window or if I restart the MT4, the *.ex4 I added.....
Hi! I'm studying forms of identifying trend strength such as ADX. I noticed that MACD Histogram provides a way of detecting these: when trend becomes stronger, not only the histogram value tends to increase, but the differences between each bar becomes bigger. I'ld like to have an average of such
Hello everyone :-) Now this is my first question after I read so much now I still don't understand, how indicator data are retrieved and from where. And  how static indiactor retrieval  can be optimized. Maybe what I want is a bit special. I explain: - Most of my indicators are static in the sense...
  X-Pattern  (1)
Bom Dia,  Estou procurando o indicador X-Pattern para MT5, alguém tem o mesmo para disponibilizar-lo? Tenho um em MT4 e não consigo converte-lo para MT5. Segue em anexo. Obrigado!
Hi Guys,I need a bollinger band indicator that can send me an email alert when price is breaking the upper and lower bands please. It should also state wich currency it is since I run multi currency setup.
Hello coding expert friends, Would you please to help me to code an indicator as shown in the below picture? Thanks
When it happens that an OBJ_BUTTON (OBJPROP_ZORDER == 100) is above a trade level, pressing the button will not trigger CHARTEVENT_OBJECT_CLICK in case one presses exactly at the position where the trade level is located. Is there a workaround to make the OnChartEvent handler also respond to action,...
Hi everyone, i have an error on running indicator and EA. I obtai the following mistake: 2017.10.17 09:27:21.527    2017.10.16 21:59:00  cannot open file 'C:\Users\Luca\AppData\Roaming\MetaQuotes\Terminal\A6DFBB1B8DE9672D2328FF3445436DEC\MQL4\indicators\VWAP_Bands.ex4' So i removed MT4 from my...