Technical Indicators - page 102

I am trying to use a custom indicator HMA to smooth the line of another indicator. I have found a couple of different implementations of HMA in Codebase: one is based on SmoothAlgorithms.mqh (the code is at https://www.mql5.com/en/code/549), and the other uses a function iLWMA (on buffer), which is...
How do I get the time difference from two points within an indicator. I have two indexes and I want to know the difference in time between them, or the amount of candles from e.g  index1 to index2.  Thanks! 
Hallo all together, I'm a mql4-beginner and I have a problem to place an indicator in the RSI(3) window. After MT4-Reboot comes always this message: Alert: RSI_Window_Name is Wrong I'm playing with 2 free Indicators: Lawgirl's Trend Display v1.02.mq4 and RSI with period = 3. Lawgirl's-indi shows a...
Hi  I was searching for the way of creating text object in chart and I find this page : https://docs.mql4.com/constants/objectconstants/enum_anchorpoint it seems to be exactly what I need . in the same page there was an example , I copy it in meta editor an while compiling I got this error :...
Hello how are everyone I have tried several ways to get help to program alerts to this indicator but I have not achieved thanks and my little knowledge of programming and not knowing how to use the Meta Editor, I found some tutorials but I have not been able to achieve it and it is that the truth I
Hi, I was wondering if anyone knew of a Parabolic SAR for MT4 that uses different colors for bullish and bearish conditions. The only ones I could find in the codebase were for MT5
[Deleted]
Can someone help me to find out what is this indicator? It looks like some type of Super Trend.
Hello, Anybody knows where I can find a "Belkhayate Moving Average " indicator for metatrader (if any exists) ? Any format is ok source code or compiled (MQL4/5 or EX4/5) This indicator is explain on this video : https://www.youtube.com/watch?v=-a1MD_xzlvI Thanks for help
Hey, need your expertize!  Question in short: SHOULD I NOT INCLUDE THE CURRENT BARS CHANGEUP/CHANGEDOWN WHEN CALCULATING THE RSI FOR THAT PARTICULAR BAR? Question in long form:  I need some help understanding the what to include/exclude in calculating RSI for different amounts or RSI bars, say 10...
Is it possible in MQL4 to link buttons together? it would be nice to put them in the OBJ_RECTANGLE_LABEL. I want to move a number of buttens with the mouse over the chart window. Please advice,
I would like this indicator to insert the object (arrow 158) on the graph. I would like the object to be repeated until it changes the arrow signal (signal inversion). I've tried them all, I decided to ask for help, if you can get it.Currently only one object is inserted in the chart, I would like...
Hello  do anybidy know of an indicator that draws the Horizontal lines at the recent High and low of the zigzag indicator , but does not consider the leg of the zigzag untill and unless it has made a new high or low? just like shown in the below image.
Ideally, thisindicator would allow me to set 2 horizontal lines above the bid price (one forTP pip distance and another for SL pip distance) and twohorizontal lines below the ask price, which always move in tandem with the currentbid and ask lines. I want  to more accuratelyeyeball the probability I...
Hello, I am novice coder and trying to modify market session indicator (by Adam Jowett). My intended modification was to draw market session open line for 48hrs. But having problem if Open is Friday lines and 48hrs includes weekend. below is what I wrote - if Friday, extend line for 72hrs. but this...
Hello, I am looking for two techinal indicators in format mq5 (open code) - Connors RSI - 1-Lag Autocorrelation Does anybody know where could i find these indicators? Thank you very much Jekko
Dear all, How can I get price of symbol to match predefined value of indicator? Example: RSI=5 and price=30. What is the price for RSI=2? It is < 30, but how much? Thanks in advance, Henrique
hi , iv never seen this type of indicator ever before . i want to create a bollinger bands steepness indicator which calculates how steep the bollinger bands are or another way to put it would be saying how steep the angle of the bollinger bands are at any one time , and displays the results on a...
  volume indicator  (7)
how to read and interpret data from volume indicator
Is it very hard to add RSI value control to whatever indicator? Like combinig two indicators together
Can anyone help me modify this indicator by adding 2 additional slowSma such that when the the FasteEMA crosses all 3 SlowSMAs the same time, the Arrow will appear? Thank you.
Hi Guys, I have an indicator that allows me to change the chart symbol with the up/down arrow keys, as well as change the chart timeframe with the left/right arrow keys. This allows scanning through many chart symbols and timeframes a very quick process, and it works very well. However, I would like...
Hi, I'm trying to customize an indicator that shows the open and close time of stocks exchanges sessions. I made it on base of a indicator that I downloaded before, but I'm not a coder. Now I need to insert text labels to the lines that meet each stocks exchange sessions... but I can´t do it by...
  Add sound alert  (4)
H, can someone add sound alert in SEFC05 indicator? would be awesome if you could help me.
I open chart, add custom indicator. Next I change period by calling SetSymbolPeriod() method. If the change is for example from PERIOD_M1 to PERIOD_H1 andback to PERIOD_M1 there is no problem. But if the change is for example from PERIOD_H4 to PERIOD_MN1and back to PERIOD_H4 indicator stops firing...
Does someone know what is the indicator shown on image? 
i want my expert advisor to give buy/sell orders in my choosen currency pairs  when my indicator give signals in EUR/USD, i'm using "forex ea generator6x" so i don't have any coding knowledge and i'm using meta trader 4 i want to give an example, lets say EUR/USD gave buy signal at 01:00P.M, now i...
i need that indicator, do someone have it ? but please, there are a lot of links delivering the indicator that after downloading it refuse to be attached to the chart, so if you please a tested version, thank you.
Hi guys,  i just want to ask, i need help with some ideas about things that occur in the market. i know a programmer that can make  an indicator but i need ideas of things that are bound to happen and when they happen, its a sure win. I will really appreciate if you guys can assist me.
Hi I have a few indicators and EA's that I got from the mql5 Market many months ago but now they're not available anymore - I have since opened accounts with new brokers and the MT4 platformst dont have these indicators/EAs. When I copy and paste them from the Data Folder, they don't work on the...
Hello, I have coded an indicator which draws lines as objects. I want him to open the indicator properties window by clicking on these lines (object). I don't find the right OBJPROP for doing this. Is this simply possible? Thanks for help!