Does MT4 have an indicator that will plot a line on a chart showing yesterdays high, low and close?
Thanks.
Hi community, I need the RSI Divergence indicator, if anyone can pass it to me please
Hello, I have the indicator in the code below which colours a moving average depending on whether it is going up or down. I would like to change it so that it looks back 30 bars so it only is green if the ma is higher than it was 30 bars ago or red if it is lower than 30 bars ago. I did this on the
[Deleted]
lack of divergence indicators for mt5 if anybody has a stochastic , rsi or awesome divergence indicator for mt5 only please post or message me . i will make an ea using divergence and price action out of them and publish in the code base . thanks peeps
I use Alert() Function for popup alerts on my indicator but I want to filter the alerts on different windows? Is there any way i can open Alert Popup new window
if (temp3 > 0 ) { PlotIndexSetInteger ( 0 , PLOT_LINE_COLOR ,plot_color[ 0 ]); Histogram_Buffer[i] = temp3; } else if (temp3 < 0 ) { PlotIndexSetInteger ( 0 , PLOT_LINE_COLOR ,plot_color[1 ]); Histogram_Buffer[i] =
I have tried modifying the Heatmap_Gradient_Scale.mq5 flag to be able to sort all symbols in the market watch window but I am not able. I have tried a 2d array more arraysort (). In mql4 I don't get any problem. ERROR - "displaylist" - parameter conversion not allowed . Any ideas where to start
See https://www.mql5.com/en/code/34815 I wonder if this shows a bug, lack of understanding or MQ5 limitation, I have a Color Line and a Color Histogram defined. They both work fine independently, but only one will display when they are both 'on'. Here is the definition: #property
I need help with this code. It'll sell fine but it won't buy. There's no errors or warnings. Code is. ***
Hello everybody, After some time learning how to code EAs, I am giving a first try at indicators : I'd like to create a custom indicator that shows : New deviation = Standard deviation + Highest standard deviation - Lowest standard deviation (Highest deviation and Lowest deviation should be
I have two custom indicators . I wish to use output of one custom indicator in another custom indicator. However I am unable to do so. I wish to achieve this functionality in code it self. What changes I need to make in the code below: 1 st Custom Indicator: SummationAverage
hello, it is possible to change Examples/Fractals.mq5 to show fractals with two colors, red and green? using two DRAW_COLOR_ARROW buffers? dont undersand, how to do this. experts, help, please )
Hello, is it possible to get creation date of a specific indicator (mql5/indicators/<file> ? This code seems not to work: string path= TerminalInfoString ( TERMINAL_PATH ); string fn= StringFormat ( "%s\\mql5\\indicators\\%s" ,path, __FILE__ ); StringReplace (fn, ".mq5"
Hello community, i have the problem that my version is always indicated as 1.00, when i attach my indicator to chart. I mean what you see on page "Common" as version is always: 1.00, even my property is "1.20". Could not figure out the problem. The property is defined correctly and i put it after
hello Can You Help Me For Convert This Indicator From Mq4 To Mq5 ! Thank You
Hello. Anyone who has achieved to add bollinger plots to another indicator including all the inputs
Hi! I want to know something before I am going to place a order in the freelance section I have 2 indicators combined with the rsi and they work pretty good! I am not that often behind my computer and I don’t have all day to watch the charts. So the question is; can I get a ea or something that give
Hi, I'm looking for an editable multi line text box in MT5 that I can keep notes in on a chart. I gather I cant do this as standard with MT5, but I wondered if someone has a solution/indicator. I can't seem to find one. Any help would be much appreciated. I assumed (wrongly) that this would be easy
[Deleted]
is there any MA slope indicator with alerts....would appreciatate a link...thanks guys
A bit confusing thread title, but i could not define it better, sorry for that. The question is: 1. I have a bid/ask price (actual or historic) 2. I want to find out (using mql4 or mql5 code) whether this price was reached by dropping by X amount of pips or by raising by X amount of pips. for
Indicator tests fine with no issues but when put on live charts it periodically behaves different and values in buffer drop to some constant //+------------------------------------------------------------------+ //| VWAP_Dayly.mq5 | //|
Hi Everyone! This is my first post although I have been "lurking" for about a year. I am wondering if there is an indicator or similar tool which will display the template I currently have loaded. I like to test different templates on different pairs or time frames. Any help will be greatly...
Hi Friends, any one help me to convert MQL4 code to MQL5 code This is MQL4 Code #property indicator_chart_window #property indicator_buffers 4 #property indicator_color1 Red #property indicator_color2 Lime #property indicator_color3 Red #property indicator_color4 Lime extern int MaMetod = 1 ; extern
Good day. I saw the TF Segmented Linear Regression indicator on Tradingview, I need to create one for metatrader 4. If anyone can help with this, please respond,<Deleted> :)
Hi.. I wanted to draw a horizontal line across the 50MA position at candle 1. I tried and now I know how to code for calculating the 50MA value at candle 1. If the 50MA value at candle 1 is "x", I want to draw a horizontal line across "x" in the chart. (It will be a dynamic line which changes its
Hi, I have n arrow indicator not displaying correctly. see image below. If I change time frame sometimes it corrects itself to show only one sell signal or buy signal.Below is my code. Is there also a way I can move the signal close to the entry candle? Attached find the code and the error
I am looking for a refinement of the zig zag indicator or a zig zag that works with points on the dax
Can I set the DRAW_FILLING buffer to not change the color to some "composed" by the colors of the buffers that are intersecting? By example: See the screenshot below. I have two DRAW_FILLING plotted, red and blue. When red intersects the blue, the resultant collor is pink. There is some way to make
Hi for all! I want to create a custom zigzag with a line (like MA). I tought to use a DRAW_SECTION (for zigzag) and a DRAW_LINE (for my line). All looks fine, but when I try to run, there is no horizontal line and appear several vertical lines. I already developed other indicators using DRAW_SECTION

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.