Technical Indicators - page 95

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
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.