How to install indicators within the mt4 and mt5 platform, the Android version, and also the same topic on the laptop
[Deleted]
Wishing everyone a great weekend. I am working on an EA with OOP and trying to create indicators for the same. My object is to standardize calculations of my indicators (in CLASSes) and prefer to use averaging methods from <MovingAverages.mqh> file. In my attempt: 1) able to create CiVolume.mq5
Hi guys has anyone come across an indicator that draws a histogram of either red or green buffers if price is above or below the previous days 9pm open price
Please help mql5 code for attaching two indicator to one indicator i have opened RSI indicator in mt5 and then i drag maving average indicator on it any one can help the Code of indicator window 1
Would anyone be able to guide my project in the right direction, I have been trying to create an indicator that plots arrows when conditions have been met, however the indicator seems to be acting up by disappearing the arrows off the chart randomly or definitely if i refresh the chart. Lastly it
Hello there, As the title says, I'd like to get the manually entered lot size value in the default trade panel, to use it in an indicator (0.10 here) : Any hints on how to get this value would be appreciated. Cheers
is there anya one can help to add alerts when gap occur in this indicator //+------------------------------------------------------------------+ //| Gaps_cb.mq5 | //| Tapochun | //|
This is a simple indicator modified from the official RSI. When I load to terminal, I get a warning. “has newer unsupported version, please update your client terminal” My terminal is updated to 5.00 build 3039. I don't know why. you can find the indicator in the attachment. Thank you
Hi all I used to use debug on history data (while setting dates in Options). Today, I saw some malfunctioning of my indicator but it seems "Debugging on history data" doesn't work on toady candles. I tried setting dates between yesterday and tomorrow but debugger when reaches beginning of today
Hi. I want to find Know Sure Thing for MT5. Anyone knows where can I find it? Please
It can be use in any pairs and estimate when to buy and sell. Given where the market is going towards
Using MT5, how can I add MACD to the same window as my Stochastics? Having them both open seperately takes up too much space. Thanks
Hello, I have a robot system that I'm working on. it works flawlessly. but there is one last step that I want to add. I can trade at the intersection of MAs but I want it to exit the transaction at the next intersection. What code should I add? can anyone help? #include <Trade\Trade.mqh> CTrade
Hi. I have been selling the signal for 3 months. Every 3 months my signals were positive. Why is my signal not public and sales are inactive
Gday all, I've have a question about combining 2 standard MT5 line type indicators here. I quite often drag a standard CCI indicator into a SMA indicator window to serve as a filter for trading. Is there any simple way to save the standard CCI and SMA into one indicator in MetaEditor? Or does it
Hi guys, I created an indicator that has an array with size=24 and each day at Midnight It does a calculation changing those 24 values, I would like to visualize It with a histogram: If we are on the 1H chart at Midnight It should print the histogram with the first value under the Midnight candle
[Deleted]
Custom Normalize AD Indicator, why it gives zero divide error, yet the print check shows the value is not Zero ?
(12 1 2)
Hi I have created a custom indicator to calculate normalized AD. (The base is AD.mq5 from Examples) It is causing me Zero divide error and when I check values with PrintFormat statement, it is non zero value. Please help me to locate the cause of this. Here is the code
Can someone help with that? I made an indicator that work well, but sometime when change the symbol or time frame in the chart get this error. Here is the part of code than have problem. //+------------------------------------------------------------------+//| Custom indicator iteration...
Hi guys, I'm creating an indicator to implement news volatility, the following code should permit the backtest of It, but It doesn't work (NewsEventUSD Isn't fill with values); any ideas? //+------------------------------------------------------------------+ //|
Hello, Does anyone have a HMA indicator that gives a pop up alert when price crosses? Preferably a MTF version if possible. I've searched and searched and I can't seem to find one. Thanks in advance
Hi, I developed an indicator which uses many color options to point out different market situations: *** The problem is, when I go to the Terminal and open the sub-window to customize these colors, not all of them appears: To make the bug situation even clearer, if I click with the mouse in the
If I compiled abc.mq5 with a # resource xyz.ex5 is the xyz.ex5 apart of that abc.ex5 file? Meaning if I deleted or changed the xyz.mq5 and compile it the abc.ex5 file is not effect by the deletion or change until I compiled the abc.mq5, correct
In describing the cfb I am going to cheat : since it was invented by Jurik, here is what he is saying about it : What is the Theory Behind CFB ? CFB tells you how long the market has been in a quality trend. This value can be used to adjust the period length of other indicators, especially...
Hello everyone Now i am making an indicator with MQL5 I tried to get the highest value of RSI in the last 100 candle like what happen in this article William Roeder 2010.09.30 01:14 #10 EN for ( int i = limit-1; i>= 0 ; i--) // Count down for one pas s RSI_Buffer[i]= iRSI ( NULL , 0
Hello everyone, I'm new in the MT and I'm looking for a help. I need an "indicator" that show me the high and low from the first candle of the period. For ex. Intraday, 15 min, the market opens at 9AM 9:15 the indicator drawn a high and low line looking for the first candle. How can I solve that
Hi, #property indicator_chart_window #property indicator_buffers 21 #property indicator_plots 21 //--- input parameters input int InpMaPeriod= 13 ; input int InpMaShift= 0 ; input ENUM_MA_METHOD InpMaMethod= MODE_SMA ; input ENUM_APPLIED_PRICE InpAppliedPrice= PRICE_CLOSE ; #include
My Marketplace abc.mq5 file has this statement in it: #resource “\\Indicators\\xyz.ex5” xyz.ex5 is used in a iCustom statement. The xyz.ex5 is not mines. So if the xyz person fixes a bug, adds a new feature or whatever and recompiles it will I have to recompile and do a new version of my abc.mq5 in
Hey all, The attached indicator displays the value of defined stop loss and or take profit , I wonder if any of you is able to convert it from MT4 to MT5 to let other traders benefit from. I understand that anything is not free in life. The indicator is good for all people what want to do risk
I am programming in mql4 for 3 years and this week i tried to create my first indicator on mql5. I am trying to create and indicator that draws a line that connects the Open Prices of the candles. The line that i see on charts is very weird(check the photo). At some timeframes i do not see anything
So am trying to make an indicator that gives the ratio between each candles volume and its body size(close-open). But i just cant seem to be able to print a plot for all available bars in history. It always stops plotting at index 35(the 36thbar).As new candles come in it works fine it plots a new
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.