Technical Indicators - page 82

Hello, I have an Indicator which calls an another CPU heavy custom indicator (on 7 different currencies). So, in the Init function I create the 7 handles and within OnCalculate I use CopyBuffer to get the data.  Sometimes this indicator starts normally but sometimes it seems the buffers are not...
https://www.mql5.com/ja/docs/standardlibrary/controls/cpanel I have try to build up the Cpanel by copying the example that written at the bottom of this page. By clicking the resize button in the dialog, I have a situation as the attached image instead . Did I missed anything? 
I am trying to use MT4 ZMQ bridge interface(please refer to https://github.com/bonnevoyager/node-mt4-zmq-bridge) to do some development work.Have registered a VPS ,is there any one knows how to get the URL or IP/Port of the MT VPS
How does one bring back the alert box for indicators on to the screen if one has closed it by mistake? If an indicator has an alert, the pop-up box appears on screen when there is an alert. One can then close that pop-up box. Yet how does one bring that back on screen without waiting for the next...
[Deleted]
Hello, I've been modifying the dema example indicator and I dont understand what I'm doing wrong, I've read and re-read references but I still dont get it. Please help! I've tried both  setting #property   parameters and what you see in the code below, what am I doing wrong ?...
Hello i have simple indicator showing rsi over bough and oversold indicator and williams over bought and oversold. I would like to get signal when rsi touches the OB/OS levels before it gives final arrow when paramaters of rsi and williams colide. If there is line of i code i need to add please
Hi. Is it possible to create an indicator that shows several data points per bar? For example a data point per tick. Thanks.
Hi All, I'm wondering if someone could help me with this? I'm am a VERY BASIC CODER. :):) I have written some code that will give the 21 H1 EMA Level when the 7 H1 EMA crosses it. It looks fine on the Hourly chart, but when I go down to a 5 min chart it shows the same indicator scale from the H1. It...
I have programmed an indicator but it doesnt work when tested. It keeps returning 0. Can you help me figure out whats wrong with the code please?//+------------------------------------------------------------------+//|                                                  b%bollinger.mq5...
  Indicador gratis  (3)
buenas tardes alguien podría hacerme el favor de colaborarme en decirme cómo descargo en mi celular uno de los indicadores que son gratuitos. Gracias.
  Minor spread  (4)
Hi. I´m developing indicator to define top lowest ranking of minor distance between ask and bid lines. The current version of indicator reads column ! and, based on increasing order, defines the ranking. In the example following, the increase order is: 1) Eurusd = 37 2) UsaTecJun19 = 125 3) Nzdcad =...
Hi Just curious, Do all indicators that are already installed in mt4 repaint? Which one doesn't?
Hi all, My first post here after standing on the sidelines. I'm more from a markets side rather than a coder/developer so apologies in advance for any shockers! I'm trying to amend a data screen technical indicator, currently the indicator displays all symbols in my MarketWatch thanks to...
is there anyone that can add alerts to this indicator below OPERATION NEEDED sell bands appear send sell alert buy bands appear send buy alert simple, thank you <ex4 file deleted>
Hey guys I am new to MT4 and am looking for a good volume indicator I am looking for one that is free and is a zero line cross Can you guys please let me know whatever good ones you are using that are modern and accurate Thanks in advance
Just double checking. It appears that I can change any of the parameters dynamically, e.g. width, color, style, label, but I must have the indicator type as a compiler directive property, which does not ever change, e.g. #property indicator_type1       DRAW_LINE Is this correct?
Is there any tool to create candlestick pattern indicators? I suck on programming, and even tried editing some indicators but in the end it didnt work at all I wanted to make an candlestick pattern indicator to a pattern we call "neighboors" here that doesnt appear that often but when it does its
Hi everyone, I was testing this new indicator in the strategy tester and the error: array out of range (56.22) came out. If anyone can help me out, thanks. //+------------------------------------------------------------------+//|                                            ProvaTrendLinesGV.mq5...
[Deleted]
Here is a couple of indicators that I have found to be usefull One is the Waddah after explosion it is a Indicator Waddah_Attar_Explosion is very powerful. It alerts you to buy , sell , exit buy and exit sell. Use on 30 min chart. and the other indicator is the clock, it displays on you chart gmt,ny...
I have an indicator that pulls from eight different currency pairs. Into this indicator I have code that ensures historical data for all pairs is available. If the code is not available, it will pull the data from the broker. So far, nothing out of the ordinary. The oddity is that this "ensuring"...
Hi I need MACD based indicator converted from pine script (trading view) to MQL4 & 5 Indicator is called TDmacd by chaos trader. I have attached screen shot and source code. let me know if any Dev can help. Thanks
[Deleted]
  CCI Arrows Indicator  (18   1 2)
CCI Arrows is a very handly little indicator which will show an arrow each time the CCI crosses the 0 line, the arrow indicator will draw an arrows in the specified direction of the cross without the need of putting the CCI indicator on the chart. As most of you may already know, many pro traders...
Dear, As we know, we can instantiate some indicators on other indicators. As an example, we can choose the DEMA indicator , its documentation (https://www.mql5.com/en/docs/indicators/idema) says: applied_price [in] The price used. Can be any of the price constants ENUM_APPLIED_PRICE or a handle of
Hi, I was wanting to see if there was some quick coding shortcuts to find the 3 most recent DOWN and to be able to see if I can find the highest open of these 3 candles. These candles do not necessarily have to follow each other. Alternatively I wish to find the Lowest Open of the three most recent...
Hello. This is my first post here in the forum. I'm looking for an indicator or feature on MT5 that plots automatically a horizontal line and also a vertical line on the first candle of the current day. I've searched some options here and on the Web but couldn't find exactly what i'm looking for....
void OnTick() { double mymovingaveragearray1[],mymovingaveragearray2[]; int movingaveragedefinition1 = iMA {_Symbol,_Period,20,0,MODE_EMA,PRICE_CLOSE}; int movingaveragedefinition2 = iMA {_Symbol,_Period,20,0,MODE_EMA,PRICE_CLOSE}; ArraySetAsSeries(mymovingaveragearray1,true);
Hello guys, I'am looking for a trix indicator in mql5. I have found a code in mql4 but i can's get it work in mql5. I don't know much about coding. Here is the code in mql4: #property copyright "Copyright © 2006, raff1410@o2.pl"#property indicator_separate_window//---- indicator...
Hello, I try to get Time for Object Triangle, but it seem2 any bug. I use ObjectGetTimeByValue to get time value. It works for Rectangle and Trend Line, but NOR for Triangle. Any something wrong ? Or any another way to get the time of the Triangle ? Regads below my code.       string...
I currently have a PA indicator(see attached, it is not mine), which has a Sound Alert, but you can only switch it on and off, not pick the sound so it will have the default MT4 alert. If I change that one, it will obviously change all Alerts, which I don't want. Is it possibe to add that to this...
[Deleted]
  Open Price  (3)
double openprice0H1=iOpen(NULL,PERIOD_H1,0);Print("0H1=",openprice0H1); Open price of the current H1 open is returning an incorrect value of 2.0000000013102e-05. Seems to happen on 1 symbol only, but displays the correct price on the chart. Am I doing something wrong, broker problem or a bug?