Technical Indicators - page 73

Hi, can anyone tell me how to make an indicator for mt4 that plots the value of the pivot point of the last year, please? Thank you.
Wow, new to this all....I purchased an indicator today, tried to install and run it, but when i went to the purchased tab, it read: purchased but not downloaded. cant find a place to download it to this computer...purchased the indicator on my phone logged in to the correct account, the same one as...
Can you please add sound & email alerts for this indicator? Thank you so much!!!
this indicator sends notifications way too late or only when i refresh or jump between timeframes i would much rather it send notifications exactly when the arrow appears or similar operation im not sure why it only does it when i refresh or change timeframes is there someone that can make the...
I have added the RVI indicaror to my EA but I just want to confirm I have used it correctly: RVIp = External input I have used MODE_MAIN and MODE_SIGNAL for the 2 lines = is this correct? If not, what should I use? RVIm0   = iRVI(Symbol(),0,RVIp,MODE_MAIN,0); RVIs0   = iRVI(Symbol(),0,RVIp...
Can someone tell me or help me edit this, how to make the indicator synchronize with current chart? Thanks //+------------------------------------------------------------------+ //|                                                         Test.mq4 | //|...
is there anyone that can add notifications to this indicator operation needed 1. when support band manifest send buy/support notification 2.when resistance band manifest send sell/resistance notification simple... thank you
Hola, tengo inconvenientes con este códigoInt índice =iHighest (NULL, 0, MODE_HIGH, 76,39); Técnicamente me tendría que devolver un valor entre 76-39, pero de devuelve 108, ya probé con rangos como 50-20, 81-17, pero todas me dan una barra fuera del rango que establezco.  Agradecería su ayuda 
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...