Technical Indicators - page 92

Hello Friends, Need someone to display the regular 'SSL' indicator - https://www.mql5.com/en/code/8275 -into dot instead of line. The indicator is needed for MT4. The 'style' feature in indicator plots the indicator as dot but is not very ideal. Need the indicator dots similar to SAR dots. Regards,...
This is a tool to save time and for convenience. This is especially handy if you are a person who follows the technical levels of other traders (such as in a morning commentary or webinar). Install this file in Program Files/MetaTrader 4/experts/indicators Restart MT4, and the indicator will be...
hi im alan new in code mql4... i just learn to code indicator and learn basic thing like object and text perhaps some one can help me on this... i have code the right price and text but it seem only the price comes out on all snr price levels.. how can i call the "v" function to convert in text next...
Can anyone help me the oncalculate() function is not being called in my programme  Please tell when is oncalculate() function called in MT5 and when will it not be called
Hello, I want to write a easy custom indicator for MT5 by using 'custom moving average indicator'  and make and show 3 trend lines as below: 1) 2 multiple by the value of current custom moving average and shown by red color.  2) 3 multiple by the value of current  custom moving average and shown by...
Hey Traders I have this indicator,  that I use with others and I would like to add push notification to it. I have 0% of programming, and I hope someone would be kind and help me to achieve this. The notification should be sent after the candle close it paint. Thanks in advance
  Volume indicator  (1)
Hi all, just joined MQL5. A quick question. Regarding volume indicator, I just want colors of volume candles to match with the ones of the price candles. That is all I want. Currently, they are not quite the same and I don't know why. Anyone knows how to fix this or have any indicator? I'm using MT4...
Hi, there is some sound for the orders closed by take profit/stop loss? Thanks.
Hi How can I convert long type value  to string? I tried with IntegerTo String   and got same warning. Also I checked this page but there is no LongToString or something with "Long" word. if(ObjectCreate(ChartID(),"rez",OBJ_TEXT,0,TimeCurrent(),Low[0]-0.0001))     {      ObjectSetString(ChartID()...
Can Anyone tell me the MT4 indicator names of the snapshot attached ?.I am sure its a free thing,but dont know the name.
Dear Master Coders / Master Traders, I am looking all over Google for a Pivot daily Indicator which auto reloads every days @ specified time and sends email with all Pivot Point levels , R1 R2 R3 R4 R5 || S1 S2 S3 S4 S5 at given local System Time. So that we can specify the same for early morning
hi . I need to calculate the speed of volume changing. I want make a unique for it like "beat per second" . when I say beat I mean the smallest movement of the volume. As much as I know the volume is counting of the coming ticks in a candle. if it's true then the unique can be ticks per second. I...
If I buy an indicator and have activations left, is it possible to still use it even after the author removes it from the mql5 market?
Hello Group... I was looking around for an indicator that would display Bollinger Bands Width and also sound an alert when a certain minimum width would be hit. I thought I found exactly what I needed when I came upon this: https://www.forexfactory.com/showthread.php?t=412582   (specifically the...
Hey guys, Im a novice trader trying to learn FX ! I just found some indicators on a snapshot & have no idea about it, but I think it looks good for levels! Is it right? Could anyone help me! What kinds of indicators on the chart? especially, the one looks like curved colored channels with some types...
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