I added this indicator https://www.mql5.com/en/code/19923 to the chart but the window is still empty, blank. Help
i just cant find the support and resistance indicator by Shved for Mt5. please if you can share i did be happy
Hello :) I am searching for a possibility to set free alerts in metatrader 5 for the stoch indicator. I have used the forum and google but only managed to find several examples for metatrader 4. Can anyone help me please
I have an indicator that creates several chart objects as part of the indicator, OBJ_TREND, OBJ_HLINE, etc. I then create a template of a chart using this indicator. I then open a new chart on the same or different timeframe and load this template. The chart objects saved as part of the template are
This line of code relates to a wingding that is responsive to RSI. Here are the relevant lines of code: item02 = Custom_Name + "DIR002"; CCI5W[i] = iRSI ( NULL , PERIOD_M5 , CCI5_Period, PRICE_TYPICAL , i); double CCI5WP = iRSI ( NULL , PERIOD_M5 , CCI5_Period, PRICE_TYPICAL
I have been studying the buffers section of the documentation. It appears that they are only used to draw lines (or maybe text also) to the screen. Is this a correct assumption
There is a setting in the client terminal to limit the number of bars on the chart. Mine is currently set to 100,000. How does this affect rates_total, prev_calculated and the time series arrays passed to OnCalculate? For most on the calls, rates_total and the time series arrays will grow in size as
Hi! Can someone send me an MTF MA that is not wrong? Without exception all the defects that are above .. most indis write this error: Not all data of ExtHandle1 is calculated (-1bars). Error4806 and this averages _-_ mtf (# GDAXI, H1) array out of range in 'averages _-_ mtf.mq5' (170,48) as wrote
hi i have this indicator to export MA and ATR, but after adding BID and ASK price it stops working. copied it from code base. what am i missing? thank you very much! //+------------------------------------------------------------------+
If you close the client terminal with a chart and indicator open and then re-open the client terminal, the chart with indicator will appear as expected. The indicator will receive its first call to OnCalculate with prev_calculated = 0 as expected. However, on the next call OnCalculate will pass 0 a
I have no clue how to create an Indicator but i am looking for something very simple that will just place lines for certain times of the day colour coated, as well as notifications when price is reaching a specific point. if you can help please reply
Hi, I am looking for an indicator that will mark / highlight a candle on TF H1 at the time indicated by me
Please how do I add the Hilo oscillator to my iPhone MT5 trading app
Hello, I have been looking for an indicator that draws a line where the net profit line should be, lets say i have two orders in on the same pair, somewhere in between the two is the net profit line, I would greatly appreciate any help with this. Thanks
Hello I am looking for an indicator, which alerts you when a support or resistance is broken only with the body closing price Can someone an indicator like this help me
I feel that MetaQuopes should provide the traditional MACD in their suite of indicators provided with MT5 as a lot of traders find the version of MACD provided by MQ to be unsatifacory in that it hasn't got crossover lines and the hisogram behaves a whole lot differently. I have got a new MT5
I have programmed an indicator which includes some function and main calculation is as below the problem is that the indicator does not automatically show the histogram, I have to refresh or change time frames then new histograms appear. could any one let me know how should I solve this problem? or
Hi All, I am seeking help in the programming of indicators, like i want to create an buy/sell alert using RSI......when it reaches 30 and 70 ADX.... when it crosses 25, and EMA.... 7 and 21 when all the above criteria meets it should indicate a buy or sell..... is it possible....pls advice....thanks
hello, i want to make a mql5 version of this indicator but i can, i think candlecheck functions not working but i don't know why, they work in mql4. #property strict#property indicator_chart_window#property indicator_buffers 2#property indicator_color1 Blue#property indicator_color2 Redinput int
I have been trading for some time on MT4 but I switched one of my accounts recently to a broker offering MT5 because I needed 2 hour charts. I use indiccators as well as price action to arrive at trading decisions on forex pairs. The version of MACD offered with MT5 wsn't acceptable so I downloaded
Hello. I would like to use iCustom function to call arrows of this indicator (https://www.mql5.com/en/code/7821). I coded as: double buy=iCustom(NULL,0,"lukas1_Arrows_Curves",0,0);double sell=iCustom(NULL,0,"lukas1_Arrows_Curves",1,0);//...and in the if statements:if(OpenSELL && sell>0)if(OpenBUY &&
It is hard to find a reliable arrow indicator.First most of them will repaint themselves and if they do not them they usually give such low quality signals that they it is not worth the time to use them as you will be gauranteed a loss.This indicator does not have those problems as it gives reliable...
Hi. Could anyone help me? I've made some changes in the default ZigZag indicator to be able to plot its lines on the lowest close and highest close of bars instead of highs and lows. I did it and it works well. However, I would like to change the way that a new "wave" starts to draw from the default
Hi. I have written a complex cpu intensive indicator that takes a relatively long time to run - perhaps 2 minutes for 100,000 bars. I would like to make this custom indicator available to an EA using iCustom and CopyBuffer. However, my understanding is that CopyBuffer will call my indicator and
Is there equivalent function of ExpertRemove() on indicators. Indicator should be removed by itself by pressing button (like END) or in some other condition
Hello, I am trying to learn MQL5, so i could follow some examples from the documentation. Now I am trying to create an indicator with a little bit of everything. Well when I try putting together everything then something doesn't work, here I have 7 plots and the candle color is not working. So the
#import "anydll.dll" int test(int x);#importanydll::test(1); ... is not working anymore and produces error "'anydll' is not a class, struct or union" I cannot find nothing within the documentation about it. Thx for helping
Suggest any ideas for finding a pattern on a chart. For example "head and shoulders". I can't understand what kind of data to input and how to teach it, because the pattern may occupy different number of bars and have different shapes. The only thing that comes to mind is a convolutional net. But
Hello, I'm trying to build a modification of the ADX. I am only interested in the values of D+ and D-. In order to improve the visibility of a signal, as soon as one of the values is higher than the other and additionally a threshold is exceeded, a color change should happen. I seem to have a

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.