Hello, Wondering if anyone has created a Simple Moving Average for Tick Volume in MT5 ?? IF not, how difficult would this be to do ? I prefer to use something like a 180 period sma.............to create an almost straight line through the tick volume histogram, to help "visually highlight" Ultra
Hi All, I downloaded indicator SSL_Channel_Alert and it is not working in Expert Advisor , after some digging I found that the indicator not add in \include\indicators.mqh how can I add indicator to this file or how to generate .mqh for it? Thank you
This is an indicator i have worked in Mt4 and as am migrating to mt5 , i am in need of this indicator in Mql5 Language. This is an awesome indicator coded by Robert Hill. And all the credits goes to him. TIA. Suresh
Hello all, I'm looking into using MFF as a prop firm. Unfortunately they only use MT4 for their platform while my strategy is based on indicators that I can only use on MT5. Is anyone able to convert them to MT4? I know that MT4 has a smoothed HA. But when I tried it, it didn't give me the same
Hi, The following indicator has been coded to show only above or below the MA, however, this is not showing as expect. Can someone point out the error in the code for me? Thank you. Regards, John //+------------------------------------------------------------------+ //|
Hello, Good day, Please I wrote an indicator for MT5, the functions and everything is working well in my terminal, but the problem is, I sent it to someone, and he is complaining that the object e.g horizontal line when created on his chart, disable selection is automatically enable, preventing him
Howdie folks, I just need a simple indicator with alert that compares the candle body (open-close) of previous candle to the previous previous candle body. If the previous candle body is bigger than indicator will alert. I know candle body logic probably only a one liner, how would you write this
Hi I need the code so I can put 5 indicators or more and choose how many I want to combine
Hi all, I have been searching for a very simple Morning Star Candle notification for MT5 but having no look. If anyone has found one can you point me in the right direction please? I am looking for : Pop up notification to save the morning star pattern has been found That is pretty much it. I do not
hello guys i created an indicator that after a certain condition an arrow occurs , but how can i make it output a buffer? if (ConditionUp_TrendStars) { ObjectCreate (HBB3_ID, "Arrow " +( string ) TimeToString (time[shift])+ " Up" , OBJ_ARROW , 0 ,time[shift],open[shift]);
I set a plot of AMA in \Indicators\Examples\ as tester.tpl template then I ran a visual mode in tester and the end result showed this plot as attached. Notice how a single parameters setting ended up with 2 obviously different separated lines. Does this mean that AMA is a repainting indicator
Hi, I need a little help and other eyes. I have converted an MT4 indicator to MT5, which only displays info eg. account balances, profits % and a few other things. I got most to work but the calculation of the profit and commission is not working, no error, just not picking up the figures. this is
Hello, I have written an indicator which compares another current indicator candle value to current - lookback indicator candle: CopyBuffer (Multihandle, 0 , 0 ,rates_total,handledata); int start; if (prev_calculated<lookback) start=lookback; else start=prev_calculated- 1 ; for
[BUG?] DRAW_CANDLES + indicator_chart_window = doesn't show Hi, All my indicators painting colored candles over the main chart don't work anymore. After an investigation, I realized they actually work, but, apparently now indicators are drawing first, then mt5 draws candlesticks last, over-painting
It is no sign will be given depending on the currency pair more than 2 hours candle. Can anyone fix it for free
Hello guys hope you're doing well , I need a zigzag indicator that have two buffers one for lowmap and one for highmap
Nesting of MQL5 handles as iMA and iTEMA is not possible. I would need the Triple E xponential Moving Average of a Moving Average e.g.: int PRICE_GD_OPEN = iMA ( _Symbol , PERIOD_CURRENT , 10 , 0 , MODE_SMA , PRICE_OPEN ); double GD = iTEMA ( _Symbol , PERIOD_CURRENT ,4, 0
Hi! Why my indicator below endend up with really strange values in buffers? Please... #property indicator_chart_window #property indicator_buffers 2 #property indicator_plots 2 //--- plot Buy #property indicator_label1 "Buy" #property indicator_type1 DRAW_ARROW #property indicator_color1
Hi guys I hope someone can help me I have gone code blind I think. I am trying to set the Pivot from the previous bar not for any reason other than learning. Now I know I have messed up some where but I can not seem to find where. void BarData(){ int BarHigh, BarLow, BarClose, BarOpen; double
The feature of MT5 of 'Show real time history of deals on chart' is a great idea, however, it can cause a lot of screen clutter especially when trading on short timeframes eg 5min, then changing the time period to say daily to look at daily levels, trendlines etc.
Is there some easy way to enable...
I was told I need to use handles for indicators in mql5. However, looking at the examples for RSI and custom moving average scripts I do not see any handles being used. Are handles only used some of the time? When should you, or should you not, use them
I have to get the maximum and minimum of a series of candles (hour candles) in a certain range, exactly from 5 to the left, a middle one (the one that must be the maximum or the minimum) and 5 to the right I found iHighest but from what I understand it allows you to get the maximum only backwards
[Deleted]
Hello, I need to access to MT4/MT5 terminal notification message instantly, is there a log file or something I can use to read the notifcation send by an indicator or EA
Hello Friends, Just switched over to MT5 from MT4 and now I have a small problem of trying to port over my MT4 indicators to MT5. For the most part, these are simple indicators that simple paint boxes on the chart based on what time of day it is with some parameters to customize the color of the
Hi Everyone , Has anyone seen indicator shown in the image below ? If someone has an idea about the name of this indicator I will highly appreciate if you could share the name. Thank you
Please can someone set an alert on this indictor to alert when all the MACD mini symbols mtf turn the same colour, an optional alert would be better. Thanks
Hi, I am newbie here and saw this article https://www.mql5.com/en/articles/101 Candlestick patterns made me more interesting to see how the chart behaves when these patterns forms. If you see this indicator
Hello, I would like to ask if it is possible to use the Bid/Ask price in OnCalculate ... if not, how do we get the current price and not only the high and the low of the previous candle? Thanks in advance
Hello, I have no source code indicator in MQL5 from author, but only with 3 values from buffer. Is it possible to translate it anyway as function in MultiCharts programming language EasyLanguage ? Is that possible here on Freelancer market to translate mql5 into EasyLanguage, or is it only for mql
If you use these do you think they are more useful in stocks or forex and why
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.