Technical Indicators - page 76

What is wrong with this alert? That sound never ends and finally it freezes MT5.         manageAlerts(time[rates_total-1],rates_total);            return(rates_total);           }         //+------------------------------------------------------------------+         void manageAlerts(datetime...
I am looking for an indicator of the ADX that also has a MA in the indicator window. I want to be able to use it to say if ADX is above the MA(14) then it is okay to execute trades. I have been looking around for this but didn't have any luck. I am new here and if someone could help point me in the...
Hello, I am just getting started building indicators, and I am confused with indicator buffers. I understand that these are the values that are sent to the terminal and can be used by other indicators/expert advisors, but the documentation is confusing me. I am trying to create a very simple...
I'm trying to find a good indicator(s) to use for daytrading. Most indicators I've seen out there are lagging indicators.
Hello everybody, I'm a beginner in the programmation, and I have a question. At each new bar, the text of my programm shifts a little more to the left, and I would like to keep it on the right side of the chart. Unfortunately I didn't found the solution. I know that's is simple but... Would someone...
Why do some signal provider ask to not check the option 'copy stop loss and take profit'? What is the worst that can happen? Will the stop levels not synchronise if the signal provider decides to change them during a trade? Will trades be closed anyway when they are closed in the provider account?
Hello, can someone tell why I can not check previous colored bar(ColorT[bar+1], ColorT[bar+2], etc...) Indicator is using ADX values and according to them colors solid candles. I would like to play with these colored candles. Do I need another loop for this or how to solve it? for (bar=limit; bar>=
Hi there, Does anyone have an indicator that is similar to ADR, but it shows the average movement in pips? I mean the up down daily movement in pips? For example if the ADM is 300 pips (and ADR is 100 pips), then you would have something on the corner of the screen saying "ADM - 300 (200 remaining)"
Hello. I have these indicators that in the metatrader 4 I do not go. How come? I followed the ingo in this linkma does not go the same. https://fileinfo.com/extension/mqh Is it faulty or something wrong? Thanks a lot. Good trading.
Hi, I am searching for an indicator which can draw horizontal lines at distance of 50% of prev. day range. First line should be drawn at high/low of prev. day and subsequent lines should be drawn at a distance of 50% of prev. day range. Also, there should be option to draw the same lines from weekly...
Hello, this indicators that comes with mt4 when you install it is nice for finding Divergences , it displays a sound alert everytime it finds a divergence and it also trace automatically some lines on the chart and the MACD where the divergences are, very nice, I would like to that everytime it pop
Hi guys, Here you have an indicator for MT4 to see the real ask and bid prices that your broker is appliying to you. Some brokers try to cheat on you by "manipulating" the ask/bid lines on the chart. In my case, I was confused because my limit orders were triggered before the bid/ask line got the...
Hello dont know much about MQL4  just was editing free code to get something what suit me better .... the thing is than i out of idea how to do it.... after clicking on object 16 part of code if (id == CHARTEVENT_OBJECT_CLICK) {       string clickedChartObject = sparam;      if (clickedChartObject...
In stochastic oscillator code at (\MQL4\Indicators\Stochastic.mq4) on line number = 90,117,141 this code exists: pos=prev_calculated-2; My question : similar to other indicator, why is not this? pos=prev_calculated-1; I chose the second method, but there was no change in the results !?
Hi there, I've noticed when looking on certain FX news feeds that whenever someone shares a chart with moving averages on i always seem to have different levels to them (simple MA that applies to the close). They might not be out by much but it will certainly effect my trading and my technical...
I am trying to plot the RSI of an indicator, "xxx.mq4", as follows: #property indicator_buffers 1#property indicator_color1 Red#property indicator_width1 2//---- buffersdouble ExtMapBufferCustomIndicator[];double ExtMapBufferRSICustomIndicator[];int i;string...
[Deleted]
I have an indicator with sound alert, however I can't change it within the indicator, it doesn't give me the option. If I go to Tools-option and try to change the alert sound,I can pick my sound in the drop down menu, but when I click on it, it goes back to default sound. What are my options here?...
Hello there,I am looking for a horizontal line indicator that draw two lines on candle high and candle low,  It should draw lines only on 4:00 hour candle on h1 time frame.  Meaning that it should only draw 1 horizontal line at candle high and one at candle low.  If anybody have such indicators...
Hi I'm facing an challenge to read multiple indicator buffers in my EA. CopyBuffer copies first inidicator but for rest, always returns -1. Here is test indicator code: #property indicator_chart_window#property indicator_buffers 3double _b1[], _b2[],...
Please help. Need a MT5 indicator that can send a notification in case of MAs crossover (e.g. EMA100 crosses above EMA200). Cannot find one... Don't need EA, buy/sell signals or arrows; only an indicator that send a notification to my phone. So just a couple of MAs, MA mode and period... that's all
Are there any free or paid Ringed high and ringed low indicators which scans all currencies and provide a notification?
this indicator show supply demand based on fractals , i need to filter them for example show supply only if fractal is on red candle and demand if fractal is on green candle
i've realized that every time a line is created by the indicator the market changes in direction, so right now i have to keep on going around every chart to see if it has created a line and am missing it,  i was thinking if it has an alert it would be very helpful. kindly anyone thank you! Regards...
Hi,  Does anyone have or can create an alertfor when the ATR crosses its own exponential moving average. Like an arrow onthe cross or something similar. The problem is that when I place the ATR withthe EMA on the chart the lines are very close together and I cannot see themproperly unless I take...
Hello friends, Need help here, How to make mobile push notification from this SupDem indicator Pop up alert already equipped thank you
My trading strategy is pretty quite simple. Indicators: 1. Hieken Ashi 2. 2 -SMA 3. Moving Average Oscillator Do anyone know what indicator i can add to the OsMa to filter out my tradesfor better entries and exist?
Hi all, brand new here and to trading. I currently hold cryptos on procoinbase. There are only 2 indicators on coinbase . EMA13 and EMA26. Both can be great indicators BEFORE, but most often DURING a run eitherway. Can these indicators be created on MT4 or 5? Thanks in advance, Steve
Hi there, I've noticed when looking on certain FX news feeds that whenever someone shares a chart with moving averages on i always seem to have different levels to them. They might not be out by much but it will certainly effect my trading and my technical analysis. I was thinking it could be due to...
I'm somewhat familiar with C# and NOT with C++. I wrote an EMA indicator for Ninja Trader that I'd like to use on MT5 because that is where I trade Forex. Would someone please help me convert this to C++. Period        = 5;                 UpColor        = Brushes.LimeGreen;...
  help me  (1)
Hi  Helping you find the indicator name of image.