Technical Indicators - page 78

Dear All, I have an old collection which is giving alert when 2 ma crossover. But I need to add "Shift" option to get signal as per my own set up. So, If someone can help me to add this option, would highly appreciated. Here I am attaching the file, pls see and modify if possible to you. Thanks in...
Thanks in advance for all the recommendations :)
Masters, Inside one Symbol indicator, in OnCalculate(), I need to bring volume information of another Symbol. As I researched, I´ll need to use CopyRates(), but I don´t know the number of values I will need to bring from the another Symbol array. How can I use CopyRates() without knowing this? By...
I have a question about if something is possible on MT4 relating to Renko charts and a Currency Symbol Changer . This might not be possible like how I want it however. Is there a way to use Renko charts, but to use a Currency Symbol Changer so when I select a new FX pair on the Currency Symbol
I need to study historical values of many indicators from metatrader. Is the a way to save for example in 1 minute interval , similar to format like in History center? Thanks for help.
Hi - I hope someone can help. I want to overlay an oscillator I've coded located in the bottom chart pane onto price - the top panel. The oscillator ranges between -10 and +10 with zero the centre point. When overlayed I'm not expecting it to align to price and will expect the line to 'float' over...
Hi everyone, It's a lot of time that I follow various threads here and you're so interesting! thanks for your indirect help! Anyway, now is the time to ask the comunity for a conspicuous help to build a personalized signal indicator based mainly on the Heikin Ashi and Demarker indicators! Can...
Hi all, Thanks for looking at this thread. I'm looking to develop a custom indicator and it appears to be printing out the correct value initially but it just stops when a new candle appears! I don't know why and this is giving me a real headache!!! Thanks for your help :)...
MetaTrader 5 provides two similar indicators: ADX and ADX Wilder. Apparently the latter is smoother. Which one is more useful? Is ADX Wilder less advanced, since it is the original version?
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?