Hello, I build an indicator that display on seperate window, but the value not display at indicator short name. Anyone know how to set or show value at there? My code here: #property indicator_separate_window #property indicator_buffers 2 #property indicator_plots 2 ... //--- plot up #property
Hello,I have issues in MetaTrader 5 with some indicators that use certain shapes. The symbols, such as circles and squares, appear as squares and it's quite annoying. It's not a code or software issue since it displays correctly on another computer. Computer settings are normal. I'm not sure where
Hi What should I do to wininet.dll do not "turn off" for a MT5 indicator when the MT5 close and everytime is necessay to "turn it on" ? Whwre I get this dll and most import where I place it on the program
Considering inability to use indicators from market because of new update, I checked in-build standard MACD indicator. And I remembered why I decided to look for new MACD on market in the first place. In-build MACD is oversimplified, to say the least. It feels like it was added just for the check
I'm working on a custom indicator and want the arrow to be placed on the candle where the conditions are met, upon the close. I believe that this should be candle 1, however, the arrow is being placed one candle beyond the one where the conditions are met. Any thoughts on how to adjust my code so
[Deleted]
I am writing a custom indicator and trying to print Daily time but its giving NULL (-1) int shift = iBarShift ( _Symbol , PERIOD_D1 ,time[i], false ); Print (time[i], " = " , iTime ( _Symbol , PERIOD_D1 , shift));
Hi all, I am trying to create and indicator whereby I use the input box to manually type a new level in each day. I have in my code... input int Level = 1.2300; It wont accept the decimal point.. How can I use this to set the buffer I did try several things using 12300/10000 but not good.. Any help
is this normal for custom indicators to get automatically removed from the previous timeframe each time I switch to another timeframe
Hi, I want to modify the Donchian indicator to add the posibility to instead of working with lowest lows and higher highs uses with lowest close/open and higher close/open. How can I do that
I've written this simple custom indicator , when I change Timeframe, the terminal log shows it loaded successfully, then immediately removed. while the changes on the current bar (most recent bar in chart) still updates the indicator. why it's so ? #property indicator_separate_window #property
Good morning, i''m new in the mql5 community. I created an indicator to show day separators. First I coded it using the default OBJ_VLINE, but then I moved to canvas since I want to have the line transparent. At the moment I'm just updating the Canvas if OnChartEvent is called (for easier testing)
So I read in basic terms that an Indicator shows you trends, MA's, etc. but that Indicator scripts do not (or maybe is was cannot) do trade.buy and trade.sell functions . You have to write an EA to do trades. My questions is really this: If I write an EA to do trades, I'd want to code in some
Hello, I am try to make an indicator and use ArrowDownCreate() function to create arrow when the condition met but I try to alert when only the arrow appear at bar shift 1 But when I wrote the script, the alert always trigger when bar shift 0 appear. Anyone can help me
Hello dear friends and traders. I recently started learning the MQL programming language and therefore wanted to ask how to draw a horizontal line on each candle in certain time frames (for example, annual, semi-annual, monthly and weekly) in open, close and min.max prices. This needs to be done
I am looking for your help to convert MT4 indicator to MT5 indicator. Thank you
Hello developers i am trying to make a multi timeframe fractal indicator that reads fractals from higher timeframe and draws them as support and resistance lines in lower timeframes. but when testing it in strategy tester it returns error 4806, failure in reading data from indicator handle, very
I found this very nice indicator for MQL4 that takes the iFractals indicator to different time frames. I found an excellent version for MQL5 HERE , which unfortunately does not include the option for different timeframes. This appears to be a basic indicator, and I wonder if anyone has already a
Hi, I have an indicator which prints alternatively on the chart, that is if one buffer has a value the other one has an empty value. Values are printed till the second last bar (current bar 0 is the rightmost bar), only when a new bar appears on the chart. The indicator works properly till the next
Hello I tried to make an arrow indicator to be multi timeframe and used the tutorial from the codebase about Multi timeframe indicators. Unfortunately, when I changed timeframe from current, the indicator returns the error "Array Out of Range". Please how can I solve this? Kindly assist. Here is the
Hello guys, This is my first time using MQL 5. But the goal for this indictor is just checking the `current value vs the previous` to determine the color coding for the BB Lines ( Middle, Upper and Lower ). Currently the only way I was able to make progress was using the COPYBUFFER to get some
Hi everyone, I (mis)use the Fibonacci tool by either changing the values to use it to estimate risk/reward, or changing the values to use my own retracement and target values. Switching between the two sets of values every time is annoying though. Is it possible to duplicate the internal Fibonacci
Hi, Is anyone else working or experienced in advanced metrics? I have generated some analytics (that can analyse signals on this platform based on being able to export the historical trade data) that include metrics like: gain per volume: normalising gains (e.g. what % gain per 0.01 lot
Hi, I'm making an indicator with the option to display COLOR_LINE or COLOR_CANDLES. Everything goes 100% if I load the indicator and choose the desired mode (COLOR_LINE or COLOR_CANDLES), but if it is already loaded and running and I try to change its DRAW mode, all of the indicator buffers
Dear Fellow I am looking to add transparency to chart objects such as rectangle / triangles as achieved as shown in the Example.png for Butterfly pattern. I have come across https://www.mql5.com/en/articles/1341 and https://www.mql5.com/en/articles/4575 articles but not sure if they will be help
Hello! Is there an indicator that would show how much the percentage increased or decreased for each forex candle at every timeframe
Hi coding expert friends, Please help to combine 2 RSI in ONE Indi like attached picture. Thanks, anton
Hello, Could you please add shortcut to deselect all objects on chart in MT5? This could be really helpfull. Best regards, Pawel
[Deleted]
When i code an indicator it blocks the candlestick tooltip so i find inconvenient to read OHLC info as it does not work for OHLC but it shows indicator occupied info So how can i remove showing any info overridden by indicator and continue showing default tooltip on each candles
Hello, before suggesting me to search I already did search on the market and on google. I'm looking for an indicator that places a line every 5 pips in the chart for mt5. I'm able to do this on Tradingview but not MT5 and I'm trying to only use metatrader for better execution because I often find my

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.